MantisBT: master 6935b443

Author Committer Branch Timestamp Parent
vboctor vboctor master 2017-04-08 13:47 master 21af4d24
Changeset

Change auth flags event to be in context of a user

The core will trigger this event with a username (for users not in the system)
or username + user id for usernames already registered.

The plugin can return the flags for this specific user,
or core will use the defaults.

mod - core/authentication_api.php Diff File
mod - core/events_inc.php Diff File
mod - docbook/Developers_Guide/en-US/Events_Reference.xml Diff File
mod - login.php Diff File
mod - login_password_page.php Diff File