diff options
author | Mario <mario@mariovavti.com> | 2021-04-08 16:06:43 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-08 16:06:43 +0000 |
commit | f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad (patch) | |
tree | 2a697701d3e1ff7df8041a196c103fdd8c71cf3e /view/en/register_verify_member.tpl | |
parent | cb2d8b4ba62f2510a1305bbe95452f4de008286a (diff) | |
download | volse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.tar.gz volse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.tar.bz2 volse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.zip |
register: more ui/ux
Diffstat (limited to 'view/en/register_verify_member.tpl')
-rw-r--r-- | view/en/register_verify_member.tpl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/view/en/register_verify_member.tpl b/view/en/register_verify_member.tpl index 5db51a2e2..926efbd11 100644 --- a/view/en/register_verify_member.tpl +++ b/view/en/register_verify_member.tpl @@ -10,15 +10,15 @@ Login with the password you chose at registration. We need to verify your email address in order to give you full access. -Your validation code is +Your validation token is {{$hash}} - -{{if $due}}{{$due}}{{/if}} - +{{if $timeframe}} +This token is valid from {{$timeframe.0}} UTC until {{$timeframe.1}} UTC +{{/if}} If you registered this account, please enter the validation code when requested or visit the following link: {{$siteurl}}/regate/{{$mail}} @@ -26,11 +26,10 @@ If you registered this account, please enter the validation code when requested To deny the request and remove the account, please visit: - {{$siteurl}}/regate/{{$mail}}{{if $ko}}/{{$ko}}{{/if}} -Thank you. +Thank you! -- |