Adds ability to log users into a Silverstripe installation via either a username Username OR Email address.
Also provides a custom widget that adds a Username or Email login form to the sidebar.
- Silverstripe Framework 4.x
The preffered method of installation is Composer (see the official docs)
To install via composer run the following:
composer require i-lateral/silverstripe-auth-username
Once installed, make sure you run a dev/build to add the Username field to a Member.
Now when you go to login you will get a Username or Email form (insted of the default email form).