diff --git a/docs/user/accounts.rst b/docs/user/accounts.rst index 0682b4de0..230a1b65b 100644 --- a/docs/user/accounts.rst +++ b/docs/user/accounts.rst @@ -54,7 +54,7 @@ wiki experience, each of these sub-pages are listed below: Personal Settings ----------------- -Personal settings include wiki language and locale, username and alias. +Personal settings include wiki language and locale, name, alias and display-name. Name Your username, as it will appear on the login form, the history pages of wiki items @@ -65,8 +65,10 @@ Name Alias names are only useful at login. Display-Name - The display name can be used to override your username, so you will still log in using your username - but your display name will be displayed to other users and in your history page. + If your wiki has a custom auth method that creates cryptic user names, then + the display-name can be created as an alternative. You will still login using your username + or alias. The display-name will appear as links in history pages and the footer of items you have edited. + Use your display-name to create your home page in the users namespace. Timezone Setting this value will display edit times converted to your local time zone. For diff --git a/src/moin/apps/admin/templates/admin/userbrowser.html b/src/moin/apps/admin/templates/admin/userbrowser.html index 7440cce1b..7165fc08d 100644 --- a/src/moin/apps/admin/templates/admin/userbrowser.html +++ b/src/moin/apps/admin/templates/admin/userbrowser.html @@ -1,6 +1,6 @@ {# Display a table of user data collected from userprofiles metadata. - The report includes users name(s), email address, group memberships, + The report includes users name(s), display_name, email address, group memberships, and subscriptions. Action buttons include links to disable/enable a user's account, email a password reset, and display a User ACL Report. #} @@ -12,6 +12,7 @@