diff --git a/documentation/docs/changelog/0.1.7.md b/documentation/docs/changelog/0.1.7.md index 30fd8887..7610aa90 100644 --- a/documentation/docs/changelog/0.1.7.md +++ b/documentation/docs/changelog/0.1.7.md @@ -9,6 +9,7 @@ Not yet released. ### 🚀 New features - [Cronjobs can now be enabled/disabled and run on demand](#cron-disable) +- [Admin users can now be edited: rename, change password, suspend/unsuspend from OpenAdmin interface](#edit-admin-users) ### 🐛 Bug fixes @@ -32,6 +33,19 @@ Users can now enable/disable cronjobs and execute them out of schedule. ![screenshot](https://i.postimg.cc/brZwBnSG/2024-04-15-23-56.png) +----- + +### Edit Admin Users + +Admin users can now be edited: rename, change password, suspend/unsuspend from OpenAdmin interface. + +![screenshot](https://i.postimg.cc/Nf0sW-kvd/2024-04-16-10-39.png) + +Note: *Super admin* role can not be suspended. + +---- + + ### Success message Fixed bug with success message "OpenPanel successfully updated!" not dismissing the "New OpenPanel update is available" message.