Skip to content

Resolve "Provisoned Accounts - Welcome Email"

Gosia Ksionek requested to merge 276018-provisoned-accounts-welcome-email into master

What does this MR do?

Consolidates two emails send to user after creating an account via SAML into one.

In class that creates user during group provisioning we call now skip_confirmation_notification! that stops Devise from sending typical confirmation email.

We also stop sending typical email about member added to group, instead we're sending one that combines adding to group and confirming account.

Screenshots (strongly suggested)

image image

Does this MR meet the acceptance criteria?

Conformity

Availability 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

Related to #276018 (closed)

Edited by Gosia Ksionek

Merge request reports