Skip to content

Commit

Permalink
Allow gog usernames to start with a number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 authored Jul 26, 2022
1 parent 6b8f410 commit 67e25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mixins/form/account.pug
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ mixin gogUsername
.form-group.has-feedback
label GOG account name:
.input-group
input(type='text', name='gog_username', id='gogUsername', required='required', data-minlength='3', maxlength='100', pattern='[A-Za-z]{1}[A-Za-z0-9_-]{2,99}$').form-control
input(type='text', name='gog_username', id='gogUsername', required='required', data-minlength='3', maxlength='100', pattern='[A-Za-z0-9_-]{2,99}$').form-control
span(aria-hidden='true').glyphicon.form-control-feedback
.help-block.with-errors

0 comments on commit 67e25a9

Please sign in to comment.