Skip to content

Kitto.Html.ChangePassword

KittoX ChangePassword controller. Renders a dialog with OldPassword, NewPassword, and ConfirmNewPassword fields. Submits via HTMX POST to kx/changepassword. Replaces TKExtChangePassword from Kitto.Ext.ChangePassword.

TKXChangePasswordController class

Controller that renders the change-password dialog (Old / New / Confirm password fields) and submits via HTMX POST to kx/changepassword. Registered as controller type 'ChangePassword'.

pascal
class function GetDefaultDisplayLabel: string;

The default display label for the change-password action.

pascal
class function GetDefaultImageName: string;

The default icon name for the change-password action.

Released under Apache License, Version 2.0.