feature: mail confirmed reward

Suggested by @EPuncker

# Conflicts:
#	system/hooks.php
This commit is contained in:
slawkens
2023-02-03 14:39:09 +01:00
parent eaec00122b
commit ec38a79235
6 changed files with 72 additions and 2 deletions

View File

@@ -50,8 +50,9 @@ define('HOOK_ACCOUNT_CREATE_BEFORE_SUBMIT_BUTTON', ++$i);
define('HOOK_ACCOUNT_CREATE_AFTER_FORM', ++$i);
define('HOOK_ACCOUNT_CREATE_AFTER_SUBMIT', ++$i);
define('HOOK_ADMIN_MENU', ++$i);
define('HOOK_EMAIL_CONFIRMED', ++$i);
define('HOOK_FIRST', HOOK_STARTUP);
define('HOOK_LAST', HOOK_ADMIN_MENU);
define('HOOK_LAST', HOOK_EMAIL_CONFIRMED);
require_once LIBS . 'plugins.php';
class Hook