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
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
One more possible bug
[StringLength(100, ErrorMessage = "The Password must be at least {2} characters long.", MinimumLength = 6)]
On the interface I got
The Password must be at least 100 characters long.
but should be 6 characters long instead
Value in resx file:
The Password must be at least {2} characters long.
The text was updated successfully, but these errors were encountered: