From 377b68c82886ce7e0940b450f19e0408b5f7430d Mon Sep 17 00:00:00 2001 From: Miraty Date: Sun, 13 Aug 2023 18:54:24 +0200 Subject: [PATCH] auth/register: tokens_instance_cost 7200 > 1800 --- pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.php b/pages.php index 6e567a3..4712238 100644 --- a/pages.php +++ b/pages.php @@ -22,7 +22,7 @@ define('PAGES', [ 'title' => _('Create account'), 'description' => _('Create a new account, and log in with it'), 'require-login' => false, - 'tokens_instance_cost' => 7200, + 'tokens_instance_cost' => 1800, ], 'unregister' => [ 'title' => _('Delete account'),