Fix link to disable-password-login to docs

revert-9332-feature/37472-dynamic-forms-v2-flat-resources_links-model
Oliver Günther 3 years ago
parent 1921c59a2c
commit a28e1b916e
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      app/views/admin/settings/authentication_settings/show.html.erb

@ -81,10 +81,10 @@ See docs/COPYRIGHT.rdoc for more details.
<div class="form--field -wide-label">
<label><b><%= I18n.t :note %>: </b>
<%=
url = 'https://github.com/opf/openproject/blob/dev/doc/CONFIGURATION.md#disable-password-login'
url = 'https://docs.openproject.org/installation-and-operations/configuration/#disable-password-login'
explanation = I18n.t :note_password_login_disabled,
configuration: "<a href=\"#{url}\"> #{I18n.t('label_configuration')}</a>"
configuration: "<a target=\"_blank\" href=\"#{url}\"> #{I18n.t('label_configuration')}</a>"
explanation.html_safe
%>

Loading…
Cancel
Save