Trying to create two entirely unique users with the same password of 'password', I get this exception
sqlalchemy.exc.IntegrityError
sqlalchemy.exc.IntegrityError: (IntegrityError) duplicate key value violates unique constraint "user_password_key"
DETAIL: Key (password)=(password) already exists.
Trying to create two entirely unique users with the same password of 'password', I get this exception