ReadonlyodataCreates a new password and returns its ID.
A promise that resolves to the ID of the created password.
Removes a password by its ID.
Saves the password if it has been changed. If the password is new, it creates a new password. If the password is being updated, it updates the existing password.
A promise that resolves to the ID of the saved password or null if no changes were made.
Tests the current password against the stored password using the OData service.
A promise that resolves to true if the password is valid, false otherwise.
Updates an existing password by its ID.
A promise that resolves to the ID of the updated password.
Password control element. This control allows to create, update, verify and delete passwords using the OData service. It also provides validation for the password fields. It can be used inside a label-grid element
Example