diff options
Diffstat (limited to 'views/register.ejs')
| -rw-r--r-- | views/register.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/register.ejs b/views/register.ejs index fcff088..66058c3 100644 --- a/views/register.ejs +++ b/views/register.ejs @@ -13,6 +13,7 @@ <h1>Welcome to bnbSO!</h1> <p>You will be sending the following information to register your bnbSO account</p> <p>Please verify that the following information is correct. You can only change this <b>once</b>.</p> + <p>Note: You can change your username and email if you want to change it.<br>It is there as your Discord account are using these credentials.</p> <form method="post" action="/register"> <label for="username">Username:</label> <input type="text" id="username" name="username" value="<%= username %>"> |
