mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Create events for register_form and register_post hook
This commit is contained in:
parent
27e474c83c
commit
e4cb372760
5 changed files with 34 additions and 7 deletions
|
@ -122,6 +122,10 @@ final class ArrayFilterEvent extends Event
|
|||
|
||||
public const ACCOUNT_AUTHENTICATE = 'friendica.data.account_authenticate';
|
||||
|
||||
public const ACCOUNT_REGISTER_FORM = 'friendica.data.account_register_form';
|
||||
|
||||
public const ACCOUNT_REGISTER_POST = 'friendica.data.account_register_post';
|
||||
|
||||
public const ACCOUNT_REGISTER = 'friendica.data.account_register';
|
||||
|
||||
public const ACCOUNT_REMOVE = 'friendica.data.account_remove';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue