Change ability to navigate of unconfirmed users (#33209)
This commit is contained in:
parent
ca45f896dd
commit
796dd57e1b
6 changed files with 21 additions and 19 deletions
|
|
@ -11,17 +11,17 @@
|
|||
|
||||
= render 'shared/error_messages', object: @user
|
||||
|
||||
%p.lead
|
||||
%strong= t('auth.setup.link_not_received')
|
||||
%p.lead= t('auth.setup.email_below_hint_html')
|
||||
%details
|
||||
%summary.lead
|
||||
%strong= t('auth.setup.link_not_received')
|
||||
|
||||
.fields-group
|
||||
= f.input :email,
|
||||
hint: false,
|
||||
input_html: { 'aria-label': t('simple_form.labels.defaults.email'), autocomplete: 'off' },
|
||||
required: true
|
||||
%p.lead= t('auth.setup.email_below_hint_html')
|
||||
|
||||
.actions
|
||||
= f.button :button, t('auth.resend_confirmation'), type: :submit, class: 'button timer-button', disabled: true
|
||||
.fields-group
|
||||
= f.input :email,
|
||||
hint: false,
|
||||
input_html: { 'aria-label': t('simple_form.labels.defaults.email'), autocomplete: 'off', placeholder: t('simple_form.labels.defaults.email') },
|
||||
required: true
|
||||
|
||||
.form-footer= render 'auth/shared/links'
|
||||
.actions
|
||||
= f.button :button, t('auth.resend_confirmation'), type: :submit, class: 'button timer-button', disabled: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue