Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PATCH: AR-3091 Login form "Email or username" label incorrect
Our hack to the login form currently only supports identifying the user by email address, not by username. Until that is fixed, we should change the field label to read "Email address" rather than "Email or username". Concurrent with this patch, we should remove the custom configuration for `Accounts_EmailOrUsernamePlaceholder`, returning it to the default empty string. We had customized it "Email address" when 5.x treated the empty string as "Email or username". However 6.x treats the empty string as "[email protected]".
- Loading branch information