Hi!
Is there a way to pick which field i would like to use for the password test during the login ?
For example if i have 2 field "pass1" and "pass2", with this line on the server :
lac.getConfig().passwordField = "pass1";
On the client side i send 1 SFSObject variable "useSecondPass". If "useSecondPass" is true then i would like the login assistant to compare the password with "pass2" instead of "pass1".
Is there a way to do that ?
Thanks.
Password field in Login assitant
Re: Password field in Login assitant
I am sorry there isn't.
It would pose lots of security concerns because it essentially would allow the client to control which DB field is used on the server side to check the user credentials.
Malicious hackers would love that
cheers
It would pose lots of security concerns because it essentially would allow the client to control which DB field is used on the server side to check the user credentials.
Malicious hackers would love that
cheers
Re: Password field in Login assitant
Ok, well i will deal with it then :p
Thanks for your answer!
Thanks for your answer!