Increase password length requirements
This commit is contained in:
parent
d0b20f5736
commit
dc247956af
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ $(function() {
|
||||||
$('.ui.form').form({
|
$('.ui.form').form({
|
||||||
fields: {
|
fields: {
|
||||||
email : 'email',
|
email : 'email',
|
||||||
password: ['minLength[6]', 'empty'],
|
password : ['minLength[8]', 'empty'],
|
||||||
planet : ['minLength[3]', 'empty'],
|
planet : ['minLength[3]', 'empty'],
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue