Skip to content

Commit

Permalink
Document changes to user_signed_up signal and new account_updated signal
Browse files Browse the repository at this point in the history
  • Loading branch information
blag committed Jan 9, 2024
1 parent 73fd10d commit 3ddb9f1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/signals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ user_signed_up
--------------

Triggered when a user signs up successfully. Providing arguments ``user``
(User instance) and ``form`` (form instance) as arguments.
(User instance), ``form`` (form instance), and ``request`` as arguments.


user_sign_up_attempt
Expand Down Expand Up @@ -66,4 +66,11 @@ password_changed
----------------

Triggered when a user changes his password. Providing argument ``user``
(User instance).
(User instance).


account_updated
---------------

Triggered when a user updates their account. Provided ``user`` and ``request``
as arguments.

0 comments on commit 3ddb9f1

Please sign in to comment.