วันจันทร์ที่ 28 พฤศจิกายน พ.ศ. 2559

Specify Password Security Enforcement in ASP.NET MVC


Modify the PaswordValidation in App_Start\IdentityConfig.vb

RequiredLength : Minimum password length.
RequireNonLetterOrDigit : Password should contain special character.
RequireDigit : Password should contain digits.
RequireLowercase : Password should contain lowercase character.
RequireUppercase : Password should contant uppercase  character..

ไม่มีความคิดเห็น:

แสดงความคิดเห็น