[Rt-commit] rt branch, 4.4/aboutme-password-relabel, repushed
Brian Duggan
brian at bestpractical.com
Mon Jan 23 17:46:31 EST 2017
The branch 4.4/aboutme-password-relabel was deleted and repushed:
was ab81c9622678e85f956efde52b6ad780b455c7da
now 11339c6e11bac30bd5fd82a428783919ee6aa7be
1: ab81c96 ! 1: 11339c6 Relabel 'Password' box on /Prefs/AboutMe to 'Access control'
@@ -7,7 +7,7 @@
uses the same title as a box serving a similar function on
/Admin/Users/Modify, which can also house non-password credentials.
- Fixes T#179885
+ Fixes I#31379
diff --git a/share/html/Prefs/AboutMe.html b/share/html/Prefs/AboutMe.html
--- a/share/html/Prefs/AboutMe.html
@@ -17,7 +17,7 @@
<td valign="top" class="boxcontainer">
-<&| /Widgets/TitleBox, title => loc('Password'), id => "user-prefs-password" &>
-+<&| /Widgets/TitleBox, title => loc('Access control'), id => "user-prefs-access-control" &>
++<&| /Widgets/TitleBox, title => loc('Access control'), id => "user-prefs-password" &>
% if ( $UserObj->__Value('Password') ne '*NO-PASSWORD*' ) {
<& /Elements/EditPassword,
User => $UserObj,
More information about the rt-commit
mailing list