2👍
✅
That’s because you’re calling hashers.check_password
with no setter
argument.
Why not call app_user.check_password
directly on your User
instance? It will plug the setter
in for you.
👤Kos
Source:stackexchange.com