Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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?