I
Ivan
Hello,
how can I get the username and password in a method?
When I call a method like Login or ValidateUser, I have to read the current
username and password for checking with UsersDatabase.
I can't check in the Validate-Method of UserNamePasswordValidator because I
havn't all information about UsersDatabase-Connection at this time.
How can I store the Username and Password after the Validate-Method and read
again in my Method.
Thanks for helping.
Regards Ivan
how can I get the username and password in a method?
When I call a method like Login or ValidateUser, I have to read the current
username and password for checking with UsersDatabase.
I can't check in the Validate-Method of UserNamePasswordValidator because I
havn't all information about UsersDatabase-Connection at this time.
How can I store the Username and Password after the Validate-Method and read
again in my Method.
Thanks for helping.
Regards Ivan