I noticed that if password reset is incorrect (password too short, fields don't match, etc) user will not be shown an error ("password do not match" or "password is too short") but the link will be changed from /reset/resetcode to /reset, which doesn't exist, hence displaying the 404 page.
Is this a bug? Or is there something wrong with my setup?