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

|
|
|
|
|
|
|
|
|
+-----
|
|
|
+
|
|
|
+### Edit Admin Users
|
|
|
+
|
|
|
+Admin users can now be edited: rename, change password, suspend/unsuspend from OpenAdmin interface.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+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.
|