wiki:Specs/WalkThrough/Login/ForgotPassword

If user clicks on a Forgot your password? link (which is available both on the authentication frame and registration frame), a new reminder frame will be activated. Here user can enter his username and press the Send new password button. If we have a user with such username, the system will send a new password to the email address specified in user's profile (django.contrib.auth.models.User). In other case, error message will be displayed.


Anton: works as expected and unit testable (#542)