User Profile Mode
In user profile mode users can edit their profile through a templated UI. The module will load and update regular profile attributes as defined in the profile properties in your DNN installation. You have full control over what fields to update by editing the corresponding template. See the templating section to learn more about templates.
A couple of settings help you to further customize that view:
View Mode Templates
There are three templates in use in this view. Selecting one of them an then clicking Customize will load the editor to customize that template.
- User.Profile is the main view of the form that is presented to the user
- Email.Updated.User is the template being used to notifiy / confirm about the account update (if enabled, see below)
- Email.Updated.Admin is the template being used to notifiy / confirm the moderator account about the user's account update (if enabled, see below)
Displayname Mode
If you are NOT using the displayname field in your template you MUST tell the module how to handle that through this setting.
- let user select - the displayname field MUST be present in the template
- use e-mail address - the displayname field MUST NOT be present in the template and the e-mail field MUST exist. This will then populate the displayname field with the e-mail address
- use firstletter.lastname - the displayname field MUST NOT be present in the template and the firstname + lastname field MUST exist. This will then populate the displayname field with the j.doe for John Doe
- use firstname.lastname - the displayname field MUST NOT be present in the template and the firstname + lastname field MUST exist. This will then populate the displayname field with the John Doe for John Doe
- use lastname - the displayname field MUST NOT be present in the template and the lastname field MUST exist. This will then populate the displayname field with the Doe for John Doe
Redirect after submit
You may choose to select a page here that a user is being redirected to after updating the account.
Usermanagement Tab
This setting is only used to generate a link in the administrator e-mail (if enabled) where the recipient can click on the account details of the account updated. If you have configured a special management module for the account moderator you may select the right page here.
Notify on submit
You may enter an e-mail address here that gets notified about profile updates. In that e-mail a list of all updated profile fields will be loaded into a the Email.Updated.Admin template (see above)
Notify user on submit
If checked the user accont will receive a confirmation e-mail. See the Email.Updated.User template above
Add to Role on Submit
If you select a role here, the user will be added to that role on each sucessfull profile update
Remove from Role on Submit
If you select a role here, the user will be removed from that role on each sucessfull profile update