Table of Contents

Password and identity

Each identity can have its password. Password can be created through frontend agenda or during failed or successful login attempts.

When an identity was created by synchronization, the password object including metadata isn't created.

Password can't be created by some frontend form. Password will be created only by internal process IdM.

Password change form

Password change form is accessible from identity detail via the Password submenu.

Password change form can also be accessible by dashboard button Password change.

For accessing this form you will need permission IDENTITY_PASSWORDCHANGE or IDENTITY_PASSWORDRESET (only with the password reset module active).

Information about password (password metadata)

Supported since version CzechIdM 9.6 Quartz

Information about password contains attributes that control password lifecycle like validity or block login.

Password agenda is accessible from identity detail and Password submenu. Global agenda for all passwords doesn't exist.

For accessing this agenda you will need permission PASSWORD_READ. To update available information like password never expires you will need permission PASSWORD_UPDATE.

When you set Password never expires, the attribute "valid till" will be emptied.

If you have permission to read password information only the password change form will not be shown.

If you have permission to change password only the agenda of password information will not be shown.

Metadata about password

Password also contains other metadata like:

Right now, only "valid till", "block login date" and "password never expires" can be edited. To set these attribute you must have permission PASSWORD_UPDATE