-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inform unverified users trying to authorise with oauth
- Loading branch information
1 parent
039f69f
commit dc22a81
Showing
2 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<header class="page-header" role="banner"> | ||
<div class="text-center"> | ||
<%= link_to root_path do %> | ||
<%= image_tag ("logo.svg"), :alt => "fablabs.io" %> | ||
<% end %> | ||
</div> | ||
<h1 class="mt-3">Your Account is Unverified</h1> | ||
</header> | ||
|
||
<main role="main"> | ||
<p> | ||
Please check your inbox <strong><%= current_user.email %></strong> and validate your email address. | ||
</p> | ||
|
||
<div class="actions"> | ||
<p class="mb-4 text-center text-info"> | ||
It may take a few minutes to reach you. Before we send another, have you checked your spam folder? | ||
</p> | ||
|
||
<%= link_to "Resend Verification Code", resend_verification_email_path, class: "btn btn-success btn-lg btn-block" %> | ||
|
||
<p class="mt-4 text-center text-info"> | ||
If these steps do not work for you, please write to administrators at: <a href="mailto:[email protected]">[email protected]</a> | ||
</p> | ||
</div> | ||
</main> | ||
|
||
<!--- | ||
Please check your inbox | ||
strong current_user.email | ||
and validate your email address. | ||
confirm: "" | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters