Browse Source

auth/register: tokens_instance_cost 7200 > 1800

Miraty 1 year ago
parent
commit
377b68c828
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages.php

+ 1 - 1
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'),