[Rt-commit] rt branch, 4.4/aboutme-password-relabel, created. rt-4.4.1-276-g11339c6
Brian Duggan
brian at bestpractical.com
Mon Jan 23 17:46:28 EST 2017
The branch, 4.4/aboutme-password-relabel has been created
at 11339c6e11bac30bd5fd82a428783919ee6aa7be (commit)
- Log -----------------------------------------------------------------
commit 11339c6e11bac30bd5fd82a428783919ee6aa7be
Author: Brian C. Duggan <brian at bestpractical.com>
Date: Wed Jan 18 15:08:07 2017 -0500
Relabel 'Password' box on /Prefs/AboutMe to 'Access control'
This change accomodates other types of credentials that could appear
under this box on the Modify page by using a more general title. It
uses the same title as a box serving a similar function on
/Admin/Users/Modify, which can also house non-password credentials.
Fixes I#31379
diff --git a/share/html/Prefs/AboutMe.html b/share/html/Prefs/AboutMe.html
index c6190c6..4ca385b 100644
--- a/share/html/Prefs/AboutMe.html
+++ b/share/html/Prefs/AboutMe.html
@@ -116,7 +116,7 @@
</td>
<td valign="top" class="boxcontainer">
-<&| /Widgets/TitleBox, title => loc('Password'), id => "user-prefs-password" &>
+<&| /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