mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
%tab#forgot{ heading: "{{'forgot_password' | t}}", active: "tabs.forgot.active", select: "select(path)"}
|
|
%form{ ng: { controller: "ForgotCtrl", submit: "submit()" } }
|
|
.row
|
|
.large-12.columns
|
|
.alert-box.success{"ng-show" => "sent"}
|
|
{{ 'password_reset_sent' | t }}
|
|
|
|
.alert-box.success{"ng-show" => "messages != null"}
|
|
{{ messages }}
|
|
|
|
.alert-box.alert{"ng-show" => "errors != null"}
|
|
{{ errors }}
|
|
%a{ng: {show: 'user_unconfirmed', click: 'resend_confirmation()'}}
|
|
= t('devise.confirmations.resend_confirmation_email')
|
|
|
|
.row
|
|
.large-12.columns
|
|
%label{for: "email"} {{'signup_email' | t}}
|
|
%input.title.input-text{name: "email",
|
|
type: "email",
|
|
id: "email",
|
|
tabindex: 1,
|
|
inputmode: "email",
|
|
"ng-model" => "spree_user.email"}
|
|
.row
|
|
.large-12.columns
|
|
%input.button.primary{name: "commit",
|
|
tabindex: "3",
|
|
type: "submit",
|
|
value: "{{'reset_password' | t}}"}
|
|
|