本文介绍了RegularExpressionValidator for Password的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我需要做密码强度。





•密码不得包含重复或连续的字符或数字,如12345或abcd等。

•密码不得包含多于两(2)个或多个字符的序列,例如, a12x12





谢谢

Hi All,

I need to do for password strength.


• Passwords must not contain repeating or sequential characters or numbers like 12345 or abcd etc.
• Passwords must not contain a sequence of two (2) or more characters more than once, e.g., a12x12


Thanks

推荐答案


这篇关于RegularExpressionValidator for Password的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 11:30