Via this page lost passwords can be sent by mail. To activate this functionality the following flag in the web.config has to be set to true:

Activate the self registration
Note: A mail server must be configured in order to use this functionality.

Configuration of a mail server in web.config
By calling http://<hostname>/UserManagementAdminWeb/RegistrationReset.aspx users can reset their passwords WebOffice usermanagement.

Reset Registration Page
Note: The following parameters can be used when calling the reset registration page:
&LANG=EN ... to call the GUI language
Note: The reset registration page can be customized by using GeoUserMgmgtSR.css. By using the following html pages in the template directory <TemplateDirectory\> the reset 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, ...).
Reset.header.html ... Header of reset registration page
Reset.footer.html ... Footer of reset registration page
Reset.confirmation.html ... Confirmation message of the reset registration page (allows @sub() expressions)
Reset.emailsubject.html ... Subject of the email sent by reset registration page (allows @sub() expressions)
Reset.emailbody.html ... Body of the mail sent by reset registration page (allows @sub() expressions)