Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

SqlMembership parameter description

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Specifically, look at the official statement of Microsoft:

Https://msdn.microsoft.com/en-us/library/system.web.security.sqlmembershipprovider.applicationname(v=vs.110).aspx

Https://msdn.microsoft.com/zh-cn/library/system.web.security.sqlmembershipprovider.applicationname(v=vs.80).aspx

Common parameters are listed to facilitate your own viewing:

Is EnablePasswordReset configured to allow users to reset their passwords

Invalid password attempts allowed by MaxInvalidPasswordAttempts

Minimum length of MinRequiredPasswordLength password

PasswordFormat password storage format, if set to Hashed, encryption

PasswordStrengthRegularExpression verifies the robustness of passwords through regular expressions

For example, at least seven characters. Contains at least one number. Contains at least one special character (non-alphanumeric character)

The parameters are set as follows

PasswordStrengthRegularExpression= "@\" (? =. {6,}) (? = (. *\ d) {1,}) (? = (. *\ W) {1,}) "passwordStrengthRegularExpression=" ^ ([1-zA-Z0-1 1-zA-Z0.\ s] {1255}) $"

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report