relax password restrictions

This commit is contained in:
ntr
2019-10-25 21:54:46 +11:00
parent cfd2caa4d3
commit 3183f56a4a
4 changed files with 4 additions and 27 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ function Register(args) {
value={this.state.name}
onInput={linkState(this, 'name')}
/>
<label for="password">Password - min 12 chars</label>
<label for="password">Password - min 4 chars</label>
<input
class="login-input"
type="password"