Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.15
-
None
Description
For example, if you have both a login form and a registration form that both collect a userId property from the user, then:
userid-required=You must provide the same user id you supplied when registerring.
Will be applied to both the login form (correct) and the registration form (inaccurate and very confusing).
Extra differentiation is needed:
login-userid-required=You must provide ...