4-authentication-and-permissions.md
11 KB
-
Use 'password123' as password for new users in the tutorial · ff4d7c7e
Trying to create a new user on Django 1.9.x with the password 'password' will fail with the error message 'This password is too common.'. Because of that it is necessary to change the used password from 'password' to 'password123'.
Christian Berendt committed