サポートと今すぐチャット
サポートとのチャット

Password Manager 5.13.0 - Administration Guide

About Password Manager Getting Started Password Manager Architecture
Password Manager Components and Third-Party Solutions Typical Deployment Scenarios Password Manager in Perimeter Network Management Policy Overview Password Policy Overview Secure Password Extension Overview reCAPTCHA Overview User Enrollment Process Overview Questions and Answers Policy Overview Password Change and Reset Process Overview Data Replication Phone-Based Authentication Service Overview
Management Policies
Checklist: Configuring Password Manager Understanding Management Policies Configuring Access to the Administration Site Configuring Access to the Self-Service Site Configuring Access to the Helpdesk Site Configuring Questions and Answers Policy Workflow overview Custom workflows Custom Activities Self-Service Workflows Helpdesk Workflows Notification Activities User Enforcement Rules
General Settings
General Settings Overview Search and Logon Options Import/Export Configuration Settings Outgoing Mail Servers Diagnostic Logging Scheduled Tasks Web Interface Customization Instance Reinitialization Realm Instances Domain Connections Extensibility Features RADIUS Two-Factor Authentication Internal Feedback Password Manager components and third-party applications Unregistering users from Password Manager Bulk Force Password Reset Fido2 key management Working with Redistributable Secret Management account Email Templates
Upgrading Password Manager Administrative Templates Secure Password Extension Password Policies Enable S2FA for Administrators & Enable S2FA for HelpDesk Users Reporting Password Manager Integration Accounts Used in Password Manager Open Communication Ports for Password Manager Customization Options Overview Feature imparities between the legacy and the new Self-Service Sites Glossary

Customization of Password Policies List

When a user changes or resets password on the Self-Service site, the password policy rules specified for the user's domain can be displayed on the page where the user is required to enter a new password.

To modify the list of password policy rules displayed on the Self-Service site, edit the rules specified for the domain on the Password Policies tab of the Administration site.

For more information, see Configuring Password Policy Rules.

Customization of Password Strength Meter

You can customize the Password strength meter on the Helpdesk site and Self-Service site.

To enable Password strength meter:

  • In the web.config file, set the value of PasswordStrengthMeterEnable to true as follows:

<appSettings>

<add key="PasswordStrengthMeterEnable" value="true"/>

</appSettings>

To disable Password strength meter, set the value of PasswordStrengthMeterEnable to false.

You can customize the text displaying the strength of the Password strength meter.

To customize the text:

  • In the Common.xml file present in the LocalizationStorage folder, you can modify values in the Resource Ids to display the required text:

<Resource Id="PasswordStrengthMeter.Text">

<Value><![CDATA[Password strength:]]></Value>

</Resource>

 

<Resource Id="PasswordStrengthMeter.VeryWeak">

<Value><![CDATA[Very weak]]></Value>

</Resource>

 

<Resource Id="PasswordStrengthMeter.Weak">

<Value><![CDATA[Weak]]></Value>

</Resource>

 

<Resource Id="PasswordStrengthMeter.Good">

<Value><![CDATA[Good]]></Value>

</Resource>

 

<Resource Id="PasswordStrengthMeter.Strong">

<Value><![CDATA[Strong]]></Value>

</Resource>

 

<Resource Id="PasswordStrengthMeter.VeryStrong">

<Value><![CDATA[Very strong]]></Value>

</Resource>

For more information, see Password Compliance .

Customization of User Name

Customization of User Name

You can customize the user name that is displayed on Self-Service site and Helpdesk site. You can configure to display either the display name or the sAMAccountName as the user name.

To set display name as user name:

  • In the web.config file, set the value of DisplayName to true as follows:

<add key="DisplayName" value="true"/>

To set display name as sAMAccountName:

  • In the web.config file, set the value of DisplayName to false as follows:

<add key="DisplayName" value="false"/>

 

Feature imparities between the legacy and the new Self-Service Sites

Password Manager does not provide feature parity between the legacy Self-Service Site (PMUser) and new Self-Service Site (PMSelfService) for self-service related activities. All new feature developments are only done for the new Self-Service Site (PMSelfService) site.

The following new features are affected:

  • Password Manager Secure Token Server: The Authenticate with external provider action cannot be used on the legacy Self-Service Site (PMUser).

関連ドキュメント

The document was helpful.

評価を選択

I easily found the information I needed.

評価を選択