vault/changelog/30275.txt
Dan Rivera ceb9c6d062
UI: Add password field to static role creation page (#30275)
* adding password to static roles

* adding check for password rotation to disable password edit

* update field type and tests

* adding changelog

* replacing readonly with enableinput, added disable arg, test updates

* update to unless

* PR comments
2025-04-21 16:10:58 -04:00

3 lines
99 B
Plaintext

```release-note:improvement
ui/database: Adding password input field for creating a static role
```