mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
We can't do this using the ValidatesBeforeSave trait because the password has been hashed by then. Instead, we must validate the original password as it comes in.