originally i had planned for the username to be the email address and
[gwvp.git] / gwvplib / gwvpauth.php
index 27afec8..73107e5 100644 (file)
@@ -51,7 +51,7 @@ function gwvp_RegistrationPageBody()
        <table>
        <tr><td>Name</td><td><input name="name" type="text"></td><td>Your Full Name</td></tr>
        <tr><td>Email</td><td><input name="email" type="text"></td><td>Your Email Address</td></tr>
-       <tr><td>Nick Name</td><td><input name="nickname" type="text"></td><td>The Name Used to Refer to you on the site</td></tr>
+       <tr><td>User Name</td><td><input name="username" type="text"></td><td>The Name Used to Refer to you on the site</td></tr>
        <tr><td><input type="submit" name="register" value="Register"></td></tr>
        </table>
        </form>