[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.2-101-gacd03bc

Kevin Falcone falcone at bestpractical.com
Mon Sep 19 13:40:29 EDT 2011


The branch, 4.0-trunk has been updated
       via  acd03bc92ede6b4d754e1e1cef3eb43d318d81ad (commit)
      from  6c638a99aaf535b520067f56b2510de793ec85cf (commit)

Summary of changes:
 lib/RT/User.pm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit acd03bc92ede6b4d754e1e1cef3eb43d318d81ad
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Mon Sep 19 10:50:00 2011 -0400

    Update the documentation for ResetPassword
    
    When it was 'fixed to work' before 3.8.0, the documentation wasn't
    updated.  Also document that the core doesn't make use of it.

diff --git a/lib/RT/User.pm b/lib/RT/User.pm
index 87e3130..9a82178 100644
--- a/lib/RT/User.pm
+++ b/lib/RT/User.pm
@@ -716,9 +716,9 @@ sub SetRandomPassword {
 
 Returns status, [ERROR or new password].  Resets this user's password to
 a randomly generated pronouncable password and emails them, using a
-global template called "RT_PasswordChange", which can be overridden
-with global templates "RT_PasswordChange_Privileged" or "RT_PasswordChange_NonPrivileged"
-for privileged and Non-privileged users respectively.
+global template called "PasswordChange".
+
+This function is currently unused in the UI, but available for local scripts.
 
 =cut
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list