[Rt-commit] [svn] r1662 - in rt/branches/3.2-RELEASE: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Tue Oct 19 01:20:30 EDT 2004


Author: jesse
Date: Tue Oct 19 01:20:30 2004
New Revision: 1662

Modified:
   rt/branches/3.2-RELEASE/   (props changed)
   rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
Log:
 r6046 at tinbook:  jesse | 2004-10-19T05:21:18.567580Z
 RT-Ticket: 6121
 RT-Status: resolved
 RT-Update: correspond
 
 Fixed the name of the template used to notify non-privilged users when their password is changed
 


Modified: rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm	(original)
+++ rt/branches/3.2-RELEASE/lib/RT/User_Overlay.pm	Tue Oct 19 01:20:30 2004
@@ -764,7 +764,7 @@
         $template->LoadGlobalTemplate('RT_PasswordChange_Privileged');
     }
     else {
-        $template->LoadGlobalTemplate('RT_PasswordChange_Privileged');
+        $template->LoadGlobalTemplate('RT_PasswordChange_NonPrivileged');
     }
 
     unless ( $template->Id ) {


More information about the Rt-commit mailing list