thanks!
Hey admin55,
In your code you leave the username as a blank,
this is (tell me if I am wrong) a required field that should be filled out with a unique username.
What does your registration handler return?
If it returns errors you will never be able to login the user because the user has never been registered.
Regards,
Qwertier
Hey admin55,
In your code you leave the username as a blank,
this is (tell me if I am wrong) a required field that should be filled out with a unique username.
What does your registration handler return?
If it returns errors you will never be able to login the user because the user has never been registered.
Regards,
Qwertier