Hello everyone. I want to implement a login module . in the login module, I want to implement the following functions:
1. If the user does not exist, create a new user. 2. If the password is incorrect, change the user's password to the new password which just input. How to create new user and change password? Which class should I start? Thanks.
