[Rt-commit] rt branch, 4.4/aboutme-password-relabel, created. rt-4.4.1-274-gab81c96
Brian Duggan
brian at bestpractical.com
Wed Jan 18 15:58:44 EST 2017
The branch, 4.4/aboutme-password-relabel has been created
at ab81c9622678e85f956efde52b6ad780b455c7da (commit)
- Log -----------------------------------------------------------------
commit ab81c9622678e85f956efde52b6ad780b455c7da
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 T#179885
diff --git a/share/html/Prefs/AboutMe.html b/share/html/Prefs/AboutMe.html
index c6190c6..67e5238 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-access-control" &>
% if ( $UserObj->__Value('Password') ne '*NO-PASSWORD*' ) {
<& /Elements/EditPassword,
User => $UserObj,
-----------------------------------------------------------------------
More information about the rt-commit
mailing list