mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Clean up send_reg_approval_email_from_register, new email template
Since there is no easy way to produce direct links to approve/reject registrations, create new email template which simply links to the Accounts admin page. In response to comments: - Add type annotations - Simplify some 'if' statements - add and fix some whitespace - simplify input arguments to the function
This commit is contained in:
18
view/lang/en/register_verify_eml_no_links.tpl
Normal file
18
view/lang/en/register_verify_eml_no_links.tpl
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
A new user registration request was received at {{$sitename}} which requires
|
||||
your approval.
|
||||
|
||||
|
||||
The login details are as follows:
|
||||
|
||||
Site Location: {{$siteurl}}
|
||||
Login Name: {{$email}}
|
||||
IP Address: {{$details}}
|
||||
|
||||
To approve or deny this request please visit the Accounts page:
|
||||
|
||||
{{$siteurl}}/admin/accounts
|
||||
|
||||
|
||||
Thank you.
|
||||
|
||||
Reference in New Issue
Block a user