邮箱检查

简介: NSString * regexPassword = @"^.{6,}$";    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"SELF MATCHES %@", regexPassword];    if (![predicate evaluateWithObject:self.

    NSString * regexPassword = @"^.{6,}$";
    NSPredicate *predicate = [NSPredicate predicateWithFormat:@"SELF MATCHES %@", regexPassword];
    if (![predicate evaluateWithObject:self.password.text]||![predicate evaluateWithObject:self.againPassWord.text]||![predicate evaluateWithObject:self.recentPassWord.text]) {
        [self alertWithTitle:@"密码格式不正确,最少为6" message:@""];
        return NO;
    }

相关文章
|
安全 网络安全
Foxmail邮箱提示错误:ssl连接错误,errorCode:5解决方法
Foxmail邮箱提示错误:ssl连接错误,errorCode:5解决方法
2293 0
|
5月前
|
网络安全 数据安全/隐私保护
disucz邮箱设置配合163邮箱
disucz邮箱设置配合163邮箱
28 0
|
数据安全/隐私保护
R7-4 检查密码
R7-4 检查密码
81 0
|
开发工具 数据安全/隐私保护 git
Valine自定义邮件回复提示
Valine自定义邮件回复提示
113 0
|
安全 数据安全/隐私保护
阿里云账号未开启手机号登录怎么解决?
阿里云账号未开启手机号登录,请其他方式登录后前往PC端账号中心开通,2022.4.1前注册的账号,请先在账号中心开启手机号登录
876 0
阿里云账号未开启手机号登录怎么解决?
|
数据安全/隐私保护