aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Zotlabs/Lib/Activity.php5
-rw-r--r--view/nl/register_verify_eml.tpl8
-rw-r--r--view/nl/register_verify_member.tpl16
3 files changed, 18 insertions, 11 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index 73a5a42be..664886fc2 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -1116,7 +1116,7 @@ class Activity {
'width' => 300,
];
-/* This could be used to distinguish contacts by protocol instead of tags,
+/* This could be used to distinguish actors by protocol instead of tags,
* array urls are not supported by some AP projects (pixelfed) though.
*
$ret['url'] = [
@@ -1801,8 +1801,7 @@ class Activity {
}
// We store all ActivityPub actors we can resolve. Some of them may be able to communicate over Zot6. Find them.
- // Only probe if it looks like it looks something like a zot6 URL as there isn't anything in the actor record which we can reliably use for this purpose
- // and adding zot discovery urls to the actor record will cause federation to fail with the 20-30 projects which don't accept arrays in the url field.
+ // Adding zot discovery urls to the actor record will cause federation to fail with the 20-30 projects which don't accept arrays in the url field.
$actor_protocols = self::get_actor_protocols($person_obj);
if (in_array('zot6', $actor_protocols)) {
diff --git a/view/nl/register_verify_eml.tpl b/view/nl/register_verify_eml.tpl
index e4be9551a..6cf222794 100644
--- a/view/nl/register_verify_eml.tpl
+++ b/view/nl/register_verify_eml.tpl
@@ -1,18 +1,18 @@
-{{$sitename}} heeft een nieuwe accountregistratie ontvangen die jouw goedkeuring
-nodig heeft.
+{{$sitename}} heeft een nieuwe accountregistratie ontvangen die jouw goedkeuring
+nodig heeft.
De inloggegevens zijn als volgt:
Hub: {{$siteurl}}
Inlognaam: {{$email}}
-IP-adres:
+IP-adres: {{$details}}
Om dit verzoek goed te keuren bezoek je de volgende link:
-{{$siteurl}}/regmod/allow/{{$hash}}
+{{$siteurl}}/regmod/allow/{{$hash}}
Om dit verzoek af te keuren en het account te verwijderen bezoek je:
diff --git a/view/nl/register_verify_member.tpl b/view/nl/register_verify_member.tpl
index 12afdd32d..97869909a 100644
--- a/view/nl/register_verify_member.tpl
+++ b/view/nl/register_verify_member.tpl
@@ -10,15 +10,23 @@ Log in met het wachtwoord die je tijdens het registreren hebt gekozen.
Wij dienen jouw e-mailadres te verifiëren om je volledig toegang te kunnen geven.
-Wanneer jij dit account hebt aangemaakt, bezoek dan de volgende link:
+Jouw verificatie token is
-{{$siteurl}}/regver/allow/{{$hash}}
+{{$hash}}
+{{if $timeframe}}
+Dit token is geldig van {{$timeframe.0}} UTC tot {{$timeframe.1}} UTC
-Om de registratie van dit account te annuleren en deze te verwijderen bezoek je:
+{{/if}}
+
+Wanneer jij dit account hebt aangemaakt, vul dan de verificatie token in wanneer daarom wordt gevraagd of ga naar de volgende link:
+
+{{$siteurl}}/regate/{{$mail}}
-{{$siteurl}}/regver/deny/{{$hash}}
+Om de registratie van dit account te annuleren en deze te verwijderen bezoek je:
+
+{{$siteurl}}/regate/{{$mail}}{{if $ko}}/{{$ko}}{{/if}}
Bedankt