auth/register: tokens_instance_cost 7200 > 1800

This commit is contained in:
Miraty 2023-08-13 18:54:24 +02:00
parent 0340c24a81
commit 377b68c828
1 changed files with 1 additions and 1 deletions

View File

@ -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'),