You can create special URLs that direct a specified user to beginning of a specified task when accessing the Self-Service site from other applications.
The URL must be in the following format:
http://COMPUTER_NAME/PMUser/EntryPoint/?<parameters>,
Where <parameters> is a list of names and values, i.e. name1=value1&name2=value2.
COMPUTER_NAME is the DNS name or IP address of the server where Password Manager resides.
You can use the following parameters:
http://localhost/PMUser/EntryPoint/?ActionName=ResetPassword&IdentificationDomain=mydomain.com&IdentificationAccount=smith&CurrentLanguage=en-US
If user account search is disabled on the Self-Service site, you should specify the user’s sAMAccountName or UPN name. For example:
http://localhost/PMUser/EntryPoint/?ActionName=ResetPassword&IdentificationDomain=mydomain.com&IdentificationAccount=jsmith&CurrentLanguage=en-US
The URL example:
<http://localhost/PMUser/EntryPoint/?ActionName=ResetPassword&IdentificationDomain=mydomain.com&IdentificationAccount=john.smith@domain.com&CurrentLanguage=en-US
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.
You can customize the Password strength meter on the Helpdesk site and Self-Service site.
To enable Password strength meter:
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:
<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 .
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:
<add key="DisplayName" value="true"/>
To set display name as sAMAccountName:
<add key="DisplayName" value="false"/>
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy