How can i add custom column to Password policies?

Hello All,

How do we add my custom password column to Password policies?

My Requirement is to add my custom password column to password policies and password should be max 4 digits and password history of 5.

I have created new Password policy only password columns can be selected. I have tried to set the flag isEcrypted for the column + added mycolumn directly to QBMObjectHasPwdPolicy table still the password policy is not validating my column?

Any help is appreciated.

Thank you,

Parents Reply Children
  • What table is your column on?

    The column needs to be a string column of size 606 characters like the normal password fields.

    You need to create a view-addon for the view "QBMVPwdPolicyColumns" containing your column. Take the definition of the default view-addons as a sample.

    And the table you are adding the column to needs to have the PWDPolicy customizer assigned (see screenshot).