Versions Compared

Key

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

...

Configuration is needed in profile.config and, if login permissions are used, in permissions.config

Code Block
languagexml
<!-- Enable user registration -->
<RegisterUserEnabled>true</RegisterUserEnabled>
<!-- A login permission will be required to sign in. Approval procedure will allow users to sign in. --> 
<LoginPermissionEnabled>true</LoginPermissionEnabled>
<!-- List of permissions a new user will get by default -->
<UserDefaultGroupsList>PlaceOrder</UserDefaultGroupsList>
<!-- List of permissions a new organisation will get by default -->
<CompanyUserDefaultGroupList></CompanyUserDefaultGroupList>
<!-- User will get a reseller appointed based on country, provided that there is only one reseller for that country -->
<AutoSelectResellerEnabled></AutoSelectResellerEnabled>

<UserManagementSettings>
  <!-- User will get a confirmation email -->
  <RegisterConfirmationEmailEnabled>true</RegisterConfirmationEmailEnabled>
  <!-- Requests of accounts for new users will be sent to this email address -->
  <NewUserRegisterNotificationReceiverEmail>aftermarketsupport@company.com</NewUserRegisterNotificationReceiverEmail>
  <!-- User's email address will be used as user name -->
  <UserNameAsEmailAddress>true</UserNameAsEmailAddress>
</UserManagementSettings>

...

Page Properties
hiddentrue


Related issues