]> Untitled Git - lemmy-ui.git/commitdiff
Update signup.tsx (#525)
authorKradyz <81911574+Kradyz@users.noreply.github.com>
Wed, 15 Dec 2021 15:19:20 +0000 (16:19 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Dec 2021 15:19:20 +0000 (10:19 -0500)
src/shared/components/home/signup.tsx

index ebccac9893610f17f5e5162ee9dcb57adc5bc832..c3fcd20e9711133d0b062ba72415b99312494de8 100644 (file)
@@ -144,7 +144,7 @@ export class Signup extends Component<any, State> {
               onInput={linkEvent(this, this.handleRegisterUsernameChange)}
               required
               minLength={3}
-              pattern="[a-zA-Z0-9_]+"
+              pattern="[a-z0-9_]+"
               title={i18n.t("community_reqs")}
             />
           </div>