|
|
@@ -146,13 +146,13 @@ begin
|
|
|
Result := False;
|
|
|
end;
|
|
|
|
|
|
- Reg.RegEx := '^(\w-*\.*)+@(\w-?)+(\.\w{2,})+';
|
|
|
- Reg.Subject := AUser.Email;
|
|
|
- if (AUser.Email = '') or (not Reg.Match) then
|
|
|
- begin
|
|
|
- StrCheckResult := StrCheckResult + '电子邮箱:没有填写或是无效的电子邮箱地址' + #13;
|
|
|
- Result := False;
|
|
|
- end;
|
|
|
+// Reg.RegEx := '^(\w-*\.*)+@(\w-?)+(\.\w{2,})+';
|
|
|
+// Reg.Subject := AUser.Email;
|
|
|
+// if (AUser.Email = '') or (not Reg.Match) then
|
|
|
+// begin
|
|
|
+// StrCheckResult := StrCheckResult + '电子邮箱:没有填写或是无效的电子邮箱地址' + #13;
|
|
|
+// Result := False;
|
|
|
+// end;
|
|
|
|
|
|
if not Result then
|
|
|
begin
|