Ändeurngen und funktionieren aber Error in connectionstring bei verbindung zu datenbank
This commit is contained in:
@@ -162,12 +162,14 @@ Partial Class login_FLEX
|
||||
If tb2.Text = dr("Username") Then
|
||||
UserNaMe = dr("Username").ToString
|
||||
Else
|
||||
Login1.FailureText = "Username is not in the database!"
|
||||
VERAG_VARIABLES.seterrorcount(8)
|
||||
Login1.FailureText = VERAG_VARIABLES.geterrornumb + "Username is not in the database!"
|
||||
End If
|
||||
If tb3.Text = dr("Password") Then
|
||||
passw = VERAG_PROG_ALLGEMEIN.cCryptography.Encrypt(dr("Password").ToString)
|
||||
Else
|
||||
Login1.FailureText = "Password is not in the database!"
|
||||
VERAG_VARIABLES.seterrorcount(9)
|
||||
Login1.FailureText = VERAG_VARIABLES.geterrornumb + "Password is not in the database!"
|
||||
End If
|
||||
|
||||
MsgBox("Erfolgreich validiert.")
|
||||
|
||||
Reference in New Issue
Block a user