-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d60cd34
commit debec2f
Showing
6 changed files
with
50 additions
and
61 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
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,14 @@ | ||
<% if $Sent %> | ||
<p><% _t('Users.VerificationSent','A verification has been sent to your registered email address.') %></p> | ||
<p><% _t('Users.NextSteps','You will receive an email with a verification link. Clicking the link will verify your account.') %></p> | ||
<% else %> | ||
<p><% _t('Users.NotVerificationSent','Unable to send verification.') %></p> | ||
<% end_if %> | ||
|
||
<% if $CurrentMember %> | ||
<p> | ||
<a class="btn" href="{$BaseHref}users/account"> | ||
<% _t("Users.BackToAccount", "Back to your account") %> | ||
</a> | ||
</p> | ||
<% end_if %> |
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,13 @@ | ||
<% if $Verify %> | ||
<p><% _t('Users.VerifiedMessage','Your account has been now been verified.') %></p> | ||
<% else %> | ||
<p><% _t('Users.NotVerifiedMessage','Your account could not be verified.') %></p> | ||
<% end_if %> | ||
|
||
<% if $CurrentMember %> | ||
<p> | ||
<a class="btn" href="{$BaseHref}users/account"> | ||
<% _t("Users.BackToAccount", "Back to your account") %> | ||
</a> | ||
</p> | ||
<% end_if %> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.