GUI/Code-design
This commit is contained in:
@@ -379,7 +379,6 @@ Partial Class login_FLEX
|
||||
End If
|
||||
If String.IsNullOrEmpty(tb2.Text) = True AndAlso String.IsNullOrEmpty(tb2_M.Text) = False And String.Equals(tb_M.Text, dr("KundenNr").ToString) = True AndAlso String.Equals(tb2_M.Text, dr("Username").ToString) = True AndAlso String.Equals(tb3_M.Text, dr("Password").ToString) = True Then
|
||||
FormsAuthentication.SetAuthCookie(Login2.UserName, cb_M.Checked)
|
||||
|
||||
'If (String.IsNullOrEmpty(passw) = False And String.IsNullOrEmpty(UserNaMe) = False And String.IsNullOrEmpty(Customer_ID) = False) Then
|
||||
'Dim str = gensaltToken(UserNaMe, passw, Customer_ID, Session.IsNewSession)
|
||||
'MsgBox(str)
|
||||
|
||||
Reference in New Issue
Block a user