user_logged_out()
Sent when the logout method is called.
-
sender - As above: the class of the user that just logged out or
Noneif the user was not authenticated. -
request - The current
HttpRequestinstance. -
user - The user instance that just logged out or
Noneif the user was not authenticated.
Please login to continue.