Skip to content
Snippets Groups Projects
Commit fb76d6e8 authored by srosse's avatar srosse
Browse files

OO-4308: increase default user name max. length to 64

parent 44c77397
No related branches found
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ login.using.username.or.email.enabled=true
# Regex to validate username of new users. If yo change this property,
# Make sure to change the translation of $org.olat.user\:form.checkUsername accordingly.
username.regex=[0-9a-z\\.\\-@_]{4,32}
username.regex=[0-9a-z\\.\\-@_]{4,64}
# permit users to change their own passwords
# (if you set this to false, nobody can can change their pws!)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment