Skip to content

Sign in user on email confirmation

Nicolas Dular requested to merge 56517-sign-in-on-email-confirmation into master

What does this MR do?

When a user clicks on the link in the confirmation email, we now authenticate them immediately within the first 24 hours. This improves the on-boarding flow for our users, as it removes another obstacle to start using GitLab.

This MR introduces some risk since it authenticates a user. I've added tests in the controller to test if we we should authenticate the user (based on the discussion in https://gitlab.com/gitlab-org/gitlab-ce/issues/56517) as well as added audit logging.

We only authenticate the user if:

  1. They have not confirmed their mail yet (have not clicked on the link)
  2. They clicked the link within 24 hours. The timeframe is up for discussion.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nicolas Dular

Merge request reports