Fix UserFactory bug
Passwords generated by factoryboy were directly put into the table as a string, unhashed! However, if the testclient tried to login, it used all auth methods a normal user uses as well. This caused the test user to never be able to login with the generated password.
Please register or sign in to comment