Automatically login a front end user after they have successfully used the password reset functionality to set a new password.
To install Auto Login, follow these steps:
- Download & unzip the file and place the
autologindirectory into yourcraft/pluginsdirectory - -OR- do a
git clone https://github.com/steverowling/autologin.gitdirectly into yourcraft/pluginsfolder. You can then update it withgit pull - Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
autologinfor Craft to see it. GitHub recently started appending-master(the branch name) to the name of the folder for zip file downloads.
Auto Login works on Craft 2.4.x and Craft 2.5.x.
Automatically logs in a front end user when they have successfully reset their password after following the link in the Craft-generated password reset email.
Checks for a front end request and to make sure the user isn‘t already logged in first.
- Initial release
- Add check for new user registration as Craft already provides a config setting to auto login on new user registration.
Brought to you by Steve Rowling