Modifying the password
Property
To use a property other than the default password
property to store passwords, you must change the following files:
policy.json
If you want to enforce password validation rules on a different property, change the
password
property in this file.managed.json
Modify the
password
object in this file, which also includes password complexity policies.sync.json
If you change the
password
property, make sure that you limit the change to the appropriate system, designated assource
ortarget
.selfservice-reset.json
If you are setting up self-service password reset, as described in Password Reset, change the value of
identityPasswordField
frompassword
to the desired new property.- Every UI file that includes
password
as a property name Whenever there's a way for a user to enter a password, the associated
HTML
page will include a password entry. For example, theLoginTemplate.html
file includes thepassword
property. A full list of default files with thepassword
property include:_passwordFields.html
_resetPassword.html
ConfirmPasswordDialogTemplate.html
EditPasswordPageView.html
LoginTemplate.html
MandatoryPasswordChangeDialogTemplate.html
resetStage-initial.html
UserPasswordTab.html
This list does not include any custom UI files that you might have created.