=_('Deactivate dormant users after 90 days of inactivity')
=f.gitlab_ui_checkbox_component:deactivate_dormant_users,_('Deactivate dormant users after 90 days of inactivity'),help_text: _('Users can reactivate their account by signing in. %{link_start}Learn more%{link_end}').html_safe%{link_start: dormant_users_help_link_start,link_end: '</a>'.html_safe}
.help-block
=_('Users can reactivate their account by signing in.')
=f.gitlab_ui_checkbox_component:user_show_add_ssh_key_message,_("Inform users without uploaded SSH keys that they can't push over SSH until one is added")