Incoherent situation:
- /auth/reset/<token> works, and allows to change a password (see T471 for an issue about that)
- /auth/reset is a 404
We should provide instructions to append the token to the URL if received by mail or to go to /auth/recover if no reset URL has been received.
To solve this:
We've already forked the Laravel ResetPasswords trait in our application, at app/Services/ResetsPasswords.php.
The http not found status is provided by the getReset method.
A specific view or a direct error message are both acceptable.