diff --git a/src/views/partials/widgets/orbit-username-field.pug b/src/views/partials/widgets/orbit-username-field.pug index 9068af2..fa61dba 100644 --- a/src/views/partials/widgets/orbit-username-field.pug +++ b/src/views/partials/widgets/orbit-username-field.pug @@ -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