[Jifty-commit] r1875 - in wifty/trunk: lib/Wifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Aug 30 02:22:28 EDT 2006


Author: alexmv
Date: Wed Aug 30 02:22:28 2006
New Revision: 1875

Modified:
   wifty/trunk/   (props changed)
   wifty/trunk/lib/Wifty/Action/ResetLostPassword.pm
   wifty/trunk/lib/Wifty/Action/SendAccountConfrimation.pm
   wifty/trunk/lib/Wifty/Action/SendPasswordReminder.pm

Log:
 r16785 at zoq-fot-pik:  chmrr | 2006-08-30 02:09:02 -0400
  * Step one of aligning packages and filenames


Modified: wifty/trunk/lib/Wifty/Action/ResetLostPassword.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Action/ResetLostPassword.pm	(original)
+++ wifty/trunk/lib/Wifty/Action/ResetLostPassword.pm	Wed Aug 30 02:22:28 2006
@@ -3,7 +3,7 @@
 
 =head1 NAME
 
-Wifty::Action::ResetPassword - Confirm and reset a lost password
+Wifty::Action::ResetLostPassword - Confirm and reset a lost password
 
 =head1 DESCRIPTION
 
@@ -13,7 +13,7 @@
 
 =cut
 
-package Wifty::Action::ResetPassword;
+package Wifty::Action::ResetLostPassword;
 use Wifty::Model::User;
 use base qw/Wifty::Action/;
 

Modified: wifty/trunk/lib/Wifty/Action/SendAccountConfrimation.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Action/SendAccountConfrimation.pm	(original)
+++ wifty/trunk/lib/Wifty/Action/SendAccountConfrimation.pm	Wed Aug 30 02:22:28 2006
@@ -3,11 +3,11 @@
 
 =head1 NAME
 
-Wifty::Action::ResendConfirmation
+Wifty::Action::SendAccountConfirmation
 
 =cut
 
-package Wifty::Action::ResendConfirmation;
+package Wifty::Action::SendAccountConfirmation;
 
 use Wifty::Model::User;
 use base qw/Wifty::Action/;

Modified: wifty/trunk/lib/Wifty/Action/SendPasswordReminder.pm
==============================================================================
--- wifty/trunk/lib/Wifty/Action/SendPasswordReminder.pm	(original)
+++ wifty/trunk/lib/Wifty/Action/SendPasswordReminder.pm	Wed Aug 30 02:22:28 2006
@@ -3,11 +3,11 @@
 
 =head1 NAME
 
-Wifty::Action::SendLostPasswordConfirmation
+Wifty::Action::SendPasswordReminder
 
 =cut
 
-package Wifty::Action::SendLostPasswordConfirmation;
+package Wifty::Action::SendPasswordReminder;
 use base qw/Wifty::Action Jifty::Action/;
 
 __PACKAGE__->mk_accessors(qw(user_object));
@@ -16,7 +16,7 @@
 
 =head2 arguments
 
-The field for C<SendLostPasswordConfirmation> is:
+The field for C<SendPasswordReminder> is:
 
 =over 4
 


More information about the Jifty-commit mailing list