Commit b1a72277 authored by Stan Hu's avatar Stan Hu

Merge branch 'chore/unknown-sign-in-info-text-take2' into 'master'

[RUN ALL RSPEC] Show pwd hint only if pwd auth is enabled on sign-in location mail

See merge request gitlab-org/gitlab!56783
parents 89a31015 a0c9a4ac
......@@ -44,9 +44,11 @@
%td{ style: "#{default_style}text-align:center;" }
- password_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: 'https://docs.gitlab.com/ee/user/profile/#changing-your-password' }
= _('If you recently signed in and recognize the IP address, you may disregard this email.')
%p
= _('If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}.').html_safe % { password_link_start: password_link_start, password_link_end: '</a>'.html_safe }
= _('Passwords should be unique and not used for any other sites or services.')
- if password_authentication_enabled_for_web?
%p
= _('If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}.').html_safe % { password_link_start: password_link_start, password_link_end: '</a>'.html_safe }
= _('Passwords should be unique and not used for any other sites or services.')
- unless @user.two_factor_enabled?
%p
......
---
title: Show password hint only if password_authentication_enabled_for_web? on new location logins
merge_request: 56783
author: Roger Meier
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment