Skip to content

Commit

Permalink
Fix minor documentation issue on PasswordChangeMiddleware
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemanger committed Jul 29, 2024
1 parent 020da42 commit 00cfb81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion password_policies/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class PasswordChangeMiddleware(MiddlewareMixin):
.. warning::
This middleware does not try to redirect using the HTTPS
protocol."""
protocol.
"""

checked = settings.PASSWORD_POLICIES_LAST_CHECKED_SESSION_KEY
expired = settings.PASSWORD_POLICIES_EXPIRED_SESSION_KEY
Expand Down

0 comments on commit 00cfb81

Please sign in to comment.