password length added.
This commit is contained in:
@@ -96,7 +96,7 @@ export class RegisterPage implements OnInit {
|
||||
|
||||
verReg(){
|
||||
if (this.username == null || this.username == '' || this.validateEmail(this.username) == false
|
||||
|| this.password == null || this.password == ''
|
||||
|| this.password == null || this.password == '' || this.password.length < 8
|
||||
|| this.firstname == null || this.firstname == ''
|
||||
|| this.lastname == null || this.lastname == ''
|
||||
|| this.country == null || this.country == ''
|
||||
|
||||
Reference in New Issue
Block a user