Closed petterreinholdtsen closed 6 years ago
For a couple reasons:
authenticate()
and then login()
, in order to ensure the correct authentication backend is recorded. But that requires knowing the user's password, which we don't have in plaintext during the activation step (we only have it during the registration step). You could manually hack around this, but it's not wise to deviate from the standard flow.
Hi. Why is it that the one-step registration can automatically log in the user after registration, while the HMAC based two-step registration do not log the user in after the second step?