Skip to content

Commit

Permalink
Add winter.user.activate event to README (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMazB authored Jul 19, 2022
1 parent 010c32a commit f92f95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ This plugin will fire some global events that can be useful for interacting with
- **winter.user.beforeAuthenticate**: Before the user is attempting to authenticate using the Account component.
- **winter.user.login**: The user has successfully signed in.
- **winter.user.logout**: The user has successfully signed out.
- **winter.user.activate**: The user has activated their own account by email validation.
- **winter.user.deactivate**: The user has opted-out of the site by deactivating their account. This should be used to disable any content the user may want removed.
- **winter.user.reactivate**: The user has reactivated their own account by signing back in. This should revive the users content on the site.
- **winter.user.getNotificationVars**: Fires when sending a user notification to enable passing more variables to the email templates. Passes the `$user` model the template will be for.
Expand Down

0 comments on commit f92f95f

Please sign in to comment.