|
@@ -29,6 +29,7 @@ Not yet released.
|
|
|
- [BasicAuth for OpenAdmin panel](#basicauth-for-openadmin)
|
|
|
- [DNS zone export for *OpenPanel > Edit DNS Zone*](#export-dns-zone)
|
|
|
- [Selfsigned SSL inside docker containers for Nginx & Apache](#selfsigned-ssl)
|
|
|
+- [Notifications on admin logins from new IP address](#admin-login)
|
|
|
|
|
|
### 💅 Polish
|
|
|
- Added check if docker images exist before creating plans.
|
|
@@ -77,6 +78,18 @@ service admin reload
|
|
|
```
|
|
|
|
|
|
|
|
|
+
|
|
|
+---
|
|
|
+
|
|
|
+### Admin Login
|
|
|
+
|
|
|
+You can now receive notifications when admin account is accessed from a new IP address.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+- To disable login notifications: `opencli admin notifications update login no`
|
|
|
+- To enable login notifications: `opencli admin notifications update login yes`
|
|
|
+
|
|
|
---
|
|
|
|
|
|
### Selfsigned SSL
|