Änderungen
This commit is contained in:
@@ -206,7 +206,7 @@ Partial Class login_FLEX
|
||||
reqfieldvalpassw.Enabled = False
|
||||
reqfieldvalpassw_M.Enabled = True
|
||||
reqfieldvalpassw_M.Validate()
|
||||
intzahl = VERAG_VARIABLES.RandomInteger(117, Math.Pow(2, 10))
|
||||
intzahl = VERAG_VARIABLES.RandomInteger(147, Math.Pow(2, 10))
|
||||
If reqfieldvalpassw_M.IsValid = True Then
|
||||
Dim hashpw_M As Byte() = Await VERAG_VARIABLES.HashPasswordAsync(tb3_M.Text, salt, intzahliterats, intzahl)
|
||||
passw = tb3_M.Text
|
||||
|
||||
Reference in New Issue
Block a user