Änderungen

This commit is contained in:
ja
2021-10-19 13:29:16 +02:00
parent 443a2fdc1c
commit 9045f79100
3 changed files with 18 additions and 12 deletions

View File

@@ -49,15 +49,17 @@ Partial Class ForgotPW
Boolemail_mobile_notempty = False
If Boolemail_desktop_notempty = True Then
regexval_txt_Email_2.Validate()
If regexval_txt_Email_2.IsValid = True Then
regexval_txt_Email.Validate()
If regexval_txt_Email.IsValid = True Then
Boolemail_desktop_regex = True
Boolemail_desktop_regexdomain = True
Boolemail_mobile_regex = False
Boolemail_mobile_regexdomain = False
End If
If Boolemail_desktop_notempty = True AndAlso Boolemail_desktop_regexdomain = True AndAlso Boolemail_desktop_regex = True Then
email = txtEmail.Text
Else
regexval_txt_Email_2.IsValid = True
regexval_txt_Email.IsValid = True
Boolemail_desktop_regex = True
Boolemail_mobile_regex = False
If Boolemail_desktop_regexdomain = True Then