How to add members with Dot Net Dash
Dot Net Dash includes a feature that allows you to create new Membership Users, complete with Role Assignments and Profile Information.
As shown below, the button to create a new Membership User is located at the top of the Membership User Details panel within the Membership Manager.
The dialog for creating a new Membership User provides field for entering a username, email, password and password question according to the requirements of your application's default membership provider. In particular, your provider determines whether a complex password or unique Email address is required. Additionally, the password question and answer may be optional.
If your application is configured to enable roles, the New User dialog will include checkboxes for each defined role. Just check the roles into which the new user should be added.
If you've enabled profiles, the New User dialog will display fields for entering profile data for the new user. Through configuration options, you can control the sequence, prompt text and visibility of your profile properties. Shown above is the data entry field for the "firstName" profile property which has been configured to appear as the first item in the list with the label "First Name".
-
Manage Members
- Search for membership users
- Update member information
- Fast AJAX performance
-
Manage Roles
- Create or remove roles
- View users in roles
- Assign users to roles
-
Dashboard
- High-level views
- Alerts
- Easy drop-in control
-
Powerful API
- Extends built-in providers
- HTTP REST accessible
- Works with MVC
