Manually logging in a user without password
You don’t need a password to log a user in. The auth.login function just takes a User object, which you are presumably already getting from the database when you enable the account. So you can pass that straight to login. Of course, you’ll need to be very careful that there’s no way a user can … Read more