Login with username?
Does anyone know of an addon that allows you to login with a username instead of an email? I can't seem to find one for Vanilla 2. If not, what's the simplest way to accomplish this using PHP? I appreciate any help!
1
Comments
echo $this->Form->Label('Email', 'Email');
change to:
echo $this->Form->Label('Username or Email', 'Email');
There may be some other places that need to change as well, but I'm not sure.
email - 15 characters
It's more tedious than a username. Nuff said?