KhunakornP / ku-polls

An online polling website using django
MIT License
0 stars 0 forks source link

Register doesn't work. #40

Closed colarrbear closed 1 week ago

colarrbear commented 1 week ago
image

I tried registering using the username test and password test, 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.

KhunakornP commented 1 week 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

KhunakornP commented 1 week ago

Fixed in peer review bugfix#42

KhunakornP commented 1 week ago

Note to future self: link the issues first before merging