If You wish to enable on-site user registration for the website, should user User/Register view and You can customize the form how You like.
Important issue: After creating user, You should normally want to assign him/her to specific group. This is possible using
key=SecurityUserGroupId,ComponentType=RegisteredUser value to the group.
Sometimes You'll need to assign to few different groups. You can put a hidden or combo element with name "SecurityUserGroup" with any value(even literal)
After creating user, the system will try to seek such configuration value:
key=SecurityUserGroupId_value.from.post,ComponentType=RegisteredUser
and will fall back to default if user information is not found.
User properties list
When You wish to enable properties list editable by Security/Information/ which is mainly aimed at company/person credentials, You have to set the following value :
key=PropertiesListId,ComponentType=SecurityUserto properties list, which manages that type of information. ID.
Administration tools menu
To make administration tools menu only visible for superusers (You'll likely want to implement this if You are developing a community-based solution) You have to add following variable:
key=VisibleOnlyForSuperUsers,ComponentType=AdministrationTools to 1