apex/users

Extensible user management system.

/trunk/views/html/admin/settings
0
0
9
January 20, 2025 at 08:21

Readme

User Management

Fully functional user management system that backs itself upon the Apex Armor package.

Event Dispatched Messages

There are multiple messages that get dispatched allowing you to execute additional PHP code every time a new user is created among other things, as explained in the below table. More information can be found on the Event Listeners page of the developer documentation. Below are the availalbe routing keys.

Routing Key Description
users.profiles.preCreate Executed during user registration before the user account is created.
users.profiles.postCreate Executed during user registration after the user account is created.
users.profiles.login Dispatched when a user successfully logs in, and before being shown a view. Itended to be used if you need to pre-empt the user to complete a task before they have full access to the member's area.

Reference

You may view reference details on this package by visiting both, the Apex Armor on Guthub and the functional reference at https://code.apexpl.io/apex/users/trunk/docs/classes/index.md.