App-ZofCMS-Plugin-UserLogin-ForgotPassword The module is a plugin for L that adds functionality to L plugin; that being the "forgot password?" operations. Namely, this involves showing the user the form to ask for their login, emailing the user special link which to follow (this is to establish ligitimate reset) and, finally, to provide a form where a user can enter their new password (and of course, the plugin will update the password in the C table). Wow, a mouthful of functionality! :) This documentation assumes you've read L, L and L. Whilst not necessary, being familiar with L might be helpful. INSTALLATION To install this module, run the following commands: perl Build.PL ./Build ./Build test ./Build install SUPPORT AND DOCUMENTATION After installing, you can find documentation for this module with the perldoc command. perldoc App::ZofCMS::Plugin::UserLogin::ForgotPassword You can also look for information at: RT, CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-ZofCMS-Plugin-UserLogin-ForgotPassword AnnoCPAN, Annotated CPAN documentation http://annocpan.org/dist/App-ZofCMS-Plugin-UserLogin-ForgotPassword CPAN Ratings http://cpanratings.perl.org/d/App-ZofCMS-Plugin-UserLogin-ForgotPassword Search CPAN http://search.cpan.org/dist/App-ZofCMS-Plugin-UserLogin-ForgotPassword/ COPYRIGHT AND LICENCE Copyright (C) 2010 Zoffix Znet This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.