Documentation modified for password-authenticator.rst
Motivation and Context
Updated the property name from access-control.name to password-authenticator.name to align with the declaration in the code: private static final String NAME_PROPERTY = "password-authenticator.name";.
Impact
This change ensures that the configuration aligns correctly with the expected property name in the code (password-authenticator.name). It prevents potential misconfigurations and runtime errors caused by mismatched property names, thereby improving reliability and clarity in the authentication setup process.
Description
Documentation modified for password-authenticator.rst
Motivation and Context
Updated the property name from access-control.name to password-authenticator.name to align with the declaration in the code: private static final String NAME_PROPERTY = "password-authenticator.name";.
Impact
This change ensures that the configuration aligns correctly with the expected property name in the code (password-authenticator.name). It prevents potential misconfigurations and runtime errors caused by mismatched property names, thereby improving reliability and clarity in the authentication setup process.
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.