Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
6f49a180e3
Revised the DigestAuth class to deal with the dummy get_password_hash and get_user functions when they are not registered yet.
af8c3a484c
Revised so that you always call digest_auth.init_app(), to avoid confusion. It remembers the current application. The logout() method no longer need current_app for the current application.
dda8472a76
Revised the test_stale_opaque tests of the AuthenticationTestCase and FlaskLoginTestCase test cases to use the super method instead of the overridden method of the Client class.
177f549786
Changed the test_stale tests to test_stale_opaque that also tests if the opaque value is still the same across the client authentication requests.
ff8ada129d
Added the docstring documentation to the dummy user of the Flask-Login test case.
4afd072cc5
Fixed the records pseudo property of the Transaction data model to find the records only for existing transactions, to work with Django 4.1.
86b84bef7a
Fixed the save() method of the Transaction data model to find the records to delete only for existing transactions, to work with Django 4.1.