diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-26 12:16:47 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-26 12:16:47 -0800 |
commit | 660079bd2a4a6dcb54390a4c2f22bbc7a0633fd4 (patch) | |
tree | f92957ebf4659590dfbb3822898b199da6362b0e /view/en/register_verify_member.tpl | |
parent | e3c7200b6f75e169b516c78b1f6ae383fd886ae0 (diff) | |
download | volse-hubzilla-660079bd2a4a6dcb54390a4c2f22bbc7a0633fd4.tar.gz volse-hubzilla-660079bd2a4a6dcb54390a4c2f22bbc7a0633fd4.tar.bz2 volse-hubzilla-660079bd2a4a6dcb54390a4c2f22bbc7a0633fd4.zip |
Issue with configurable site age limit, vagueness when informing about email validation policy; added email validation resend ability and the option to input a verification code at a webpage though both require additional work to provide these abilities.
Diffstat (limited to 'view/en/register_verify_member.tpl')
-rw-r--r-- | view/en/register_verify_member.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/en/register_verify_member.tpl b/view/en/register_verify_member.tpl index 71f0964d4..9bdd7fa51 100644 --- a/view/en/register_verify_member.tpl +++ b/view/en/register_verify_member.tpl @@ -10,7 +10,12 @@ Login with the password you chose at registration. We need to verify your email address in order to give you full access. -If you registered this account, please visit the following link: +Your validation code is + +{{$hash}} + + +If you registered this account, please enter the validation code when requested or visit the following link: {{$siteurl}}/regver/allow/{{$hash}} |