I want to display a message on my HTML page to instruct users for what is allowed in Password field. I have following in my HTML markup
<input type="Password" data-val="true" name="password"/>
What are all allowed values for HTML Password inputs?
Since you're using the
data-val
attribute, i assume you're using the unobtrusive version of jquery-validate.See this article for a comprehensive list of validation rules.