مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-12-01 05:43:04 +00:00
initial commit from appmail
هذا الالتزام موجود في:
18
app/views/user/verify.html.haml
Normal file
18
app/views/user/verify.html.haml
Normal file
@@ -0,0 +1,18 @@
|
||||
- page_title << "Verify your e-mail address"
|
||||
.pageHeader
|
||||
%h1.pageHeader__title
|
||||
Please verify your e-mail address
|
||||
.pageContent.pageContent--compact
|
||||
%h2.pageContent__intro.u-margin
|
||||
We need to verify that you're the owner of the e-mail address on your account. It is currently <b>#{current_user.email_address}</b>. To
|
||||
do this, we've sent you an e-mail with a 6-digit code. Please check your e-mail and enter the code within in the box below.
|
||||
%p.pageContent__text
|
||||
If you need to change your e-mail address, you can do this in from your #{link_to 'settings page', settings_path, :class => "u-link"}.
|
||||
If you haven't received the e-mail, you can #{link_to 'click here to resend it', '', :class => "u-link"}.
|
||||
= form_tag request.fullpath, :remote => true do
|
||||
= hidden_field_tag 'return_to', params[:return_to]
|
||||
%p.u-margin
|
||||
= text_field_tag "code", params[:code], :autofocus => true, :class => 'input input--text js-multibox'
|
||||
.buttonSet.u-center
|
||||
= submit_tag "Verify my e-mail address", :class => 'button button--positive js-form-submit'
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم