Hello, I've recently migrated from mybb to flarum and by doing so I removed all the old password hashes of mybb and set the users a new random password.
I found out that many users are not understanding that they have to reset the password so I would like to do something like this: when a user fails an attempt to login, I want to check if the account was created before the migration, and if so, print a message to the user telling him to reset the password via mail or redirect him to the password reset form with a message.
I know pretty well PHP and Laravel, but I am totally new to Flarum: where I can find some good documentation to achieve what I wrote before? Could you guys help me with some snippets/similar extensions?