Description
Bug Description
When creating or editing an account on the Configuration page generated by the UCC library framework, the password input field is always blank, regardless of whether the account is new or existing. This causes confusion for users who cannot distinguish between an unset password (new account) and an existing password (edit account).
Expected Behavior
- When creating a new account, the password input should be empty.
- When editing an existing account, the password input should display a masked placeholder ("******") if a password is already set, otherwise remain empty.
Current Behavior
- The password field is always blank, both when creating a new account and when editing an existing one.
What UCC version are you using?
splunk-add-on-ucc-framework==5.69.1
Additional System Info
Python 3.9