Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There a several changes that need to be made to the web.config file to use the built in membership system.  You can see these on thethe Manual Installation page.  These are standard configuration elements for ASP,Net Membership.  One key attribute is on the <add name="LightweightMembershipProvider"...> tag, the attribute is 'initPassword' and this value is used as the password for any user who has a null password field.

...

The membership system features an extensible User type.  This can be extended as described in the Extend a Type section.  This allows the client code to add extra fields into the membership record.

...