List of all string values for model.authMessage?

Is it possible to get a list of all possible string values that might appear in model.authMessage (on any of Login, Password Reset, Forgot Password, Email Verification, or Registration, so that I can handle translations?

1 Like

Here are the ones I’ve found so far, for anyone interested.

Invalid Login
User not found.
This email has already been registered
Timeout of 20000ms exceeded calling remove on authentication
Your password has been reset successfully!
Email Verified

To catch any more, I’ve modified the translation function to call an API that sends me a text message whenever it can’t find a match.