Navigation:  WebOffice usermanagement > UserManagement Admin Web > Pages >

Registration.aspx

Previous pageReturn to chapter overviewNext page

This page allows users to register themselves in the WebOffice usermanagement. To activate this functionality the following flag in the web.config has to be set to true.

<SelfRegistrations Enabled="true"\>

As GeoUserManagementConnection.Profile please use the profile name from the database connection.

Within Groups the name of Groups have to be configured, to which a user has to be assigned.

Activate the self registration

Activate the self registration

 

Tag

Value

Description

<SelfRegistrations\>

Enabled="true"|"false"

Activates the Registration page and the Reset registration page

<SelfRegistration\>


Configuration for one or more self registrations

Note: With this function users can be logon to different groups.

<Name\>

String

Name of the self registration page

Note: If more self registration pages are configured, the parameter &ID= MUST be added when calling the page, e.g. http://<hostname>/UserManagementAdminWeb/Registration.aspx?ID=Name

<GeoUserManagementConnection.Profile\>

String

User the profile name of the db connection

<TemplateDirectory\>

String

Path of the HTML templates for the pages and mail notification

<DisplayName\>

"true"|"false"

Display the name

<DisplayFirstName\>

"true"|"false"

Display the first name

<DisplayLastName\>

"true"|"false"

Display the last name

<DisplayPhone\>

"true"|"false"

Display the phone

<DisplayMobile\>

"true"|"false"

Display the mobile

<DisplayFax\>

"true"|"false"

Display the fax

<Group\>

String

1 to n Gruppen can be defined, to which the user will be automatically assigned.

Note: If the groups already have project access, the user can immediately after registration login to the project.

Activate the self registration

 

By calling http://<hostname>/UserManagementAdminWeb/Registration.aspx users can register themselves in the WebOffice usermanagement.

After having succesfully registered, you will get a link e.g. to login to the WebOffice application. The link can be configured in the file C:\inetpub\wwwroot\UserManagementAdminWeb\Templates\SelfRegistration\confirmation.html.

 

Registration Page

Registration Page

 

In the WebOffice usermanagement database the user will be stored with the Origin Selfregistration.

Saved user in the um db

Saved user in the um db

 

Note: The following parameters can be used when calling the registration page:

&LANG=EN ... to call the GUI language

&ID= ... to call registration page as set in the flag <Name\>

Note: The registration page can be customized by using GeoUserMgmgtSR.css. By using the following html pages in the template directory <TemplateDirectory\> (e.g. in C:\inetpub\wwwroot\UserManagementAdminWeb\Templates\SelfRegistration) the registration page can be additionally customized. The html pages can be localized by using the 2digit language iso code (e.g. header.en.html, header.de.html, ...).

header.html ... Header of registration page

footer.html ... Footer of registration page

confirmation.html ... Confirmation message of the registration page (allows @sub() expressions)

emailsubject.html ... Subject of the email sent by registration page (allows @sub() expressions)

emailbody.html ... Body of the mail sent by registration page (allows @sub() expressions)