Fix profile form validation requiring password
This commit is contained in:
parent
60a52ef4d8
commit
a2611faf49
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ $(function() {
|
|||
$('.ui.form').form({
|
||||
fields: {
|
||||
'user-email' : 'email',
|
||||
'user-password' : ['minLength[8]'],
|
||||
match : {
|
||||
identifier : 'user-password-repeat',
|
||||
depends : 'user-password',
|
||||
|
|
Loading…
Reference in a new issue