diff options
Diffstat (limited to 'lib/public/User/Events/PasswordUpdatedEvent.php')
-rw-r--r-- | lib/public/User/Events/PasswordUpdatedEvent.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/User/Events/PasswordUpdatedEvent.php b/lib/public/User/Events/PasswordUpdatedEvent.php index 8913dc4c53a..25e6efc80cc 100644 --- a/lib/public/User/Events/PasswordUpdatedEvent.php +++ b/lib/public/User/Events/PasswordUpdatedEvent.php @@ -30,6 +30,8 @@ use OCP\EventDispatcher\Event; use OCP\IUser; /** + * Emitted when the user password has been updated. + * * @since 18.0.0 */ class PasswordUpdatedEvent extends Event { |