Code: Select all
<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME}:</label></dt>
Code: Select all
<dt><label for="{USERNAME_CREDENTIAL}">{L_USERNAME_MAIL}:</label></dt>
Code: Select all
'USERNAME' => 'Username',
Code: Select all
'USERNAME_MAIL' => 'Username or e-Mail',
Code: Select all
{L_USERNAME}:
Code: Select all
{L_USERNAME_MAIL}:
What if this case already exist would it does any harm?MOD Robot wrote: It will also prevent a user from registering with a username that matches another user's e-mail address.
Possibly, if the person with the email address for their username knows the password of the other user who registered using that email address.yemenbz wrote:What if this case already exist would it does any harm?MOD Robot wrote: It will also prevent a user from registering with a username that matches another user's e-mail address.
Yes, it should.JoLivet wrote:Should this mod work on version 3.0.0? Before I begin debugging