-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User Settings > Personal allows users to create invalid names #1707
Comments
RogerHaase
added a commit
to RogerHaase/moin
that referenced
this issue
Jul 7, 2024
UlrichB22
added a commit
that referenced
this issue
Jul 8, 2024
add validity check if user changes name in User Settings>Personal #1707
Flush error messages are only visible for a very short period of time and disappear without being clicked. |
RogerHaase
added a commit
to RogerHaase/moin
that referenced
this issue
Jul 12, 2024
RogerHaase
added a commit
that referenced
this issue
Jul 21, 2024
User Settings > Personal allows creation of invalid names fixes #1707
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Self-registration or command line registration checks the user name for invalid characters such as
/
,,
,:
, etc.But a logged-in user can change his name to an invalid name such as
Joe/Doe
by using the User Settings > Personnel dialog.2. Related: docs do not mention that a user may create an alias name such as
JoeDoe, jd
; nor when an alias may be useful.3. Related: missing feature? Moin 1.9.x had configure options to prevent users from changing their name or email:
Ignore 3 above; moved to #1712.
4. Related: per docs:
The Display-Name is not shown in Global History, Item History, nor the footer. Instead the (first) username is displayed.
5. Related: The Admin > Users view should include Display Name.
6. Related: The docs do not mention that UserNames/DisplayNames are rendered as links to the
users
namespace.The text was updated successfully, but these errors were encountered: