Description
The Forgotten Password plugin allows authorized users to have their password sent by e-mail if for some reason they forget their password. E-mail addresses can be added to the authorization.properties file by separating the e-mail address with a "," after the password. Example:
username=password,email@address.com
Any usernames without e-mail addresses are assume to be the property of the blog owner, so in these cases, a forgotten password e-mail message would be sent to the blog owner's e-mail address.
Installation and Setup
In your global /WEB-INF/plugin.properties file, add the following line:
forgotten-password=org.blojsom.plugin.admin.ForgottenPasswordPlugin
Usage
A link is available on the administration console login page to enter the authorization name for which the password should be sent to the proper e-mail address.