Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The LDAP Provisioning Plugin supports writing the hashed password to the userPassword attribute. As of Registry v3.2.0, the plugin will only write SSHA hashed values to the LDAP record.

Self Service Reset (Registry v4.1.0 and later)

Self Service Credential Reset is managed by the Recovery Dashboard Widget, working with the Password Authenticator Plugin. The Recovery Widget handles user identity lookup before handing off the reset operation the the Password Authenticator.

Info

Self Service Reset currently only supports Self Select Password Source Mode.

Self Service Reset (Registry v4.0.x)

Registry v4.0.0 introduces the ability for users to reset their own password. This feature is disabled by default.

...

Info

Locked Authenticators cannot be reset. Similarly, Authenticators cannot be reset for CO People not in Active or Grace Period status.

The search interface may still send a reset token in these circumstances, however on validation the request will be rejected.

Username Reminder

Registry v4.1.0 introduces the ability for users to get a username reminder. This feature is disabled by default.

Username Reminder works by exposing an unauthenticated page where users may enter an identifier or verified email address. If the value matches an active CO Person record, a username reminder message will be sent to all verified Email Addresses associated with the record.

To enable Username Reminder, first define a Message Template with a context of Authenticator. This is the message that will be sent to the verified email address(es), and should minimally include the (@IDENTIFIER:x) substitution. This substitution is used to decide what value is sent to the user as the username; it is not set in the plugin configuration. Next, enable Username Reminder for the desired Password Authenticator configuration by choosing the appropriate Username Reminder Message Template.

Once enabled, the Password Authenticator configuration will render the Username Reminder URL, which is the path to the unauthenticated page used to start the username reminder process.

See Also