[Rt-commit] [svn] r1835 - in rt/branches/PLATANO-EXPERIMENTAL-CSS:
. lib/RT
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 11 03:33:03 EST 2004
Author: jesse
Date: Thu Nov 11 03:33:03 2004
New Revision: 1835
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
Log:
r9097 at tinbook: jesse | 2004-11-11T03:00:06.212366Z
r6119 at tinbook: jesse | 2004-10-27T07:55:32.408440Z
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/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/User_Overlay.pm Thu Nov 11 03:33:03 2004
@@ -777,7 +777,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