mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 22:01:13 +00:00
parent
89c68a8478
commit
d0164e415b
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ export class Signup extends Component<any, State> {
|
|||
onInput={linkEvent(this, this.handleRegisterUsernameChange)}
|
||||
required
|
||||
minLength={3}
|
||||
pattern="[a-z0-9_]+"
|
||||
pattern="[a-zA-Z0-9_]+"
|
||||
title={i18n.t("community_reqs")}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue