relax password restrictions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user