Skip to content
Snippets Groups Projects
Commit 22400b6b authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

feature: allow dot on username

parent a2123f07
No related branches found
Tags v8.1.0
No related merge requests found
......@@ -2,4 +2,4 @@ if componentSet.has('admin') && componentSet.has('chat')
solid-widget(name='orbit-username-field')
template
label ${label}
input(type="text" title='' pattern="[a-zA-Z0-9]+" label="${label}" data-trans='title=user.create.labelUsernameTitle' name="username" required value="\${value}" data-holder)
\ No newline at end of file
input(type="text" title='' pattern="[a-zA-Z0-9\.]+" label="${label}" data-trans='title=user.create.labelUsernameTitle' name="username" required value="\${value}" data-holder)
\ No newline at end of file
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