You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return'You have already requested a reset password email. Please check your email or try again soon.';
My knee jerk reaction is to say that because this message is coming from an Exception object, the object itself should be dead simple without needing to rely on other components (e.g. translations) to properly function. If we formatted the message from getReason() to include some sort of interval, e.g. 1 hour, we would need to provide translation support for that interval.
I'm not completely for doing this by default, but I'm open to the idea of making this optional as I can definitely see where the end user is sitting there like "How soon?..." I would think doing something like getReason(DateInterval $retryIn = null) would be what we are looking for..
Hi,
Instead of the message 'try again soon', it would be better, 'you can request another email in x minutes',
Thanks,
The text was updated successfully, but these errors were encountered: