mirror of https://github.com/apache/cloudstack.git
CS-12111: No e-mail validation for edit user form
reviewed-by: brian
This commit is contained in:
parent
0753b1035f
commit
dd3b40218b
|
|
@ -90,7 +90,7 @@
|
|||
},
|
||||
email: {
|
||||
label: 'label.email',
|
||||
validation: { required: true }
|
||||
validation: { required: true, email:true }
|
||||
},
|
||||
firstname: {
|
||||
label: 'label.first.name',
|
||||
|
|
@ -687,7 +687,7 @@
|
|||
},
|
||||
email: {
|
||||
label: 'label.email',
|
||||
validation: { required: true }
|
||||
validation: { required: true, email: true }
|
||||
},
|
||||
firstname: {
|
||||
label: 'label.first.name',
|
||||
|
|
|
|||
Loading…
Reference in New Issue