[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.0-46-gcb49801

Alex Vandiver alexmv at bestpractical.com
Fri Nov 8 21:27:27 EST 2013


The branch, 4.2-trunk has been updated
       via  cb498014a02518dec4675b0c12024e03e59e8214 (commit)
      from  6c7b817ae33390f6f9799dc1fa06c03d4c68466c (commit)

Summary of changes:
 etc/RT_Config.pm.in | 2 ++
 1 file changed, 2 insertions(+)

- Log -----------------------------------------------------------------
commit cb498014a02518dec4675b0c12024e03e59e8214
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Fri Nov 8 18:22:56 2013 -0500

    Document the default "role" value for $UsernameFormat

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index da50ec3..c74e5b6 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -972,6 +972,8 @@ Set(@CSSFiles, qw//);
 This determines how user info is displayed. 'concise' will show the
 first of RealName, Name or EmailAddress that has a value. 'verbose' will
 show EmailAddress, and the first of RealName or Name which is defined.
+The default, 'role', uses 'verbose' for unprivileged users, and the Name
+followed by the RealName for privileged users.
 
 =cut
 

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


More information about the Rt-commit mailing list