-
Notifications
You must be signed in to change notification settings - Fork 105
User Plugin Events #583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
User Plugin Events #583
Conversation
Review Summary by QodoDocument user authentication and plugin events
WalkthroughsDescription• Added comprehensive documentation for 23 user authentication and plugin events • Documented login/logoff events with detailed explanations of authentication flow • Documented database table events for users and usergroups records • Documented username/password reminder and miscellaneous events with event arguments and return values Diagramflowchart LR
A["Plugin Events Index"] -- "adds 23 user events" --> B["User Authentication Events"]
B -- "documents login/logoff" --> C["onUserAuthenticate<br/>onUserLogin<br/>onUserLogout"]
B -- "documents database operations" --> D["onUserBeforeSave<br/>onUserAfterDelete<br/>onUserBeforeSaveGroup"]
B -- "documents password reset" --> E["onUserBeforeResetRequest<br/>onUserAfterResetComplete"]
B -- "documents misc events" --> F["onUserLoginButtons"]
File Changes1. docs/building-extensions/plugins/plugin-events/index.md
|
Code Review by Qodo
1. Wrong plugin group guidance
|
No description provided.