Update 0.1.7.md

This commit is contained in:
Stefan Pejcic 2024-04-16 10:40:44 +02:00 committed by GitHub
parent 35e6129981
commit 0a58e8ab76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.