aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-08 16:06:43 +0000
committerMario <mario@mariovavti.com>2021-04-08 16:06:43 +0000
commitf3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad (patch)
tree2a697701d3e1ff7df8041a196c103fdd8c71cf3e /view
parentcb2d8b4ba62f2510a1305bbe95452f4de008286a (diff)
downloadvolse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.tar.gz
volse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.tar.bz2
volse-hubzilla-f3fa09fc91fe4ca2a44ee4f60d11c5ee70fcefad.zip
register: more ui/ux
Diffstat (limited to 'view')
-rw-r--r--view/en/register_verify_member.tpl11
-rw-r--r--view/tpl/admin_site.tpl2
2 files changed, 6 insertions, 7 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!
--
diff --git a/view/tpl/admin_site.tpl b/view/tpl/admin_site.tpl
index b6fd2348d..5d51932eb 100644
--- a/view/tpl/admin_site.tpl
+++ b/view/tpl/admin_site.tpl
@@ -36,7 +36,7 @@
{{** include file="field_checkbox.tpl" field=$register_wo_email **}}
{{include file="register_duty.tpl" field=$register_duty}}
{{include file="field_input.tpl" field=$register_perday}}
- {{** include file="field_input.tpl" field=$register_sameip **}}
+ {{include file="field_input.tpl" field=$register_sameip}}
{{$reg_delay}}
{{$reg_expire}}
{{include file="field_checkbox.tpl" field=$reg_autochannel}}