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

Revert "feature: allow dot on username"

This reverts commit 22400b6b
parent 22400b6b
No related branches found
No related tags found
Loading
Pipeline #11659 passed
...@@ -2,4 +2,4 @@ if componentSet.has('admin') && componentSet.has('chat') ...@@ -2,4 +2,4 @@ if componentSet.has('admin') && componentSet.has('chat')
solid-widget(name='orbit-username-field') solid-widget(name='orbit-username-field')
template template
label ${label} 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) 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 \ 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