Skip to content

Update devise unlock_instructions mailer text

What does this MR do?

This MR updates the unlock_instructions email (sent out when a user's account has been locked due to, e.g., 10 failed login attempts) to mention what to do if the user suspects abuse led to the lockout. See https://gitlab.com/gitlab-org/gitlab/-/issues/339154#note_665018660.

Screenshots or Screencasts (strongly suggested)

image

How to setup and validate locally (strongly suggested)

Visit http://127.0.0.1:3000/rails/mailers/devise_mailer/unlock_instructions to preview the HTML email.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #339154

Edited by Luke Duncalfe

Merge request reports