Closed colarrbear closed 1 month ago
After some testing I have concluded that this is an issue that occurs when a user tries to register an invalid password/did not fill in the same password twice. The password "test" does not meet django's AUTH_PASSWORD_VALIDATORS criteria. Trying with a vaild password such as User:LunarReverie Password: butterflies123 works. I will close this issue once I add error messages to the registration page
Fixed in peer review bugfix#42
Note to future self: link the issues first before merging
I tried registering using the username
test
and passwordtest
, and used this account to log in. However, I couldn't log in to the Polls. The account also doesn't appear in the Django administration.