Membership web. config settings

Source: Internet
Author: User
1 <membership defaultprovider = "aspnetsqlprovider">
2 <providers>
3 <add connectionstringname = "name of an existing database connection string in the configuration file"
4 applicationname = "/"
5 description = ""
6 minrequiredpasswordlength = "6"
7 minrequirednonalphanumericcharacters = "0"
8 requiresuniqueemail = "false"
9 enablepasswordretrieval = "false"
10 enablepasswordreset = "false"
11 requiresquestionandanswer = "false"
12 passwordformat = "hashed"
13 name = "aspnetsqlprovider"
14 type = "system. Web. Security. sqlmembershipprovider"/>
15 </providers>
16 </Membership>

Defaultprovider: default data provider
Connectionstringname: Key of the database connection string Node
Applicationname: name of the program that uses this membership
Description: Description
Minrequiredpasswordlength: Minimum number of passwords
Minrequirednonalphanumericcharacters: How many special characters must be contained
Requiresuniqueemail: whether the email must be unique during registration.
Enablepasswordretrieval: Allow password retrieval
Enablepasswordreset: allow changing the password
Requiresquestionandanswer: Do I have to enter a password when registering? My Questions and answers
Passwordformat: Password Encryption Method
Name: Name
Type: namespace of the class

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.