Update 0.1.6.md

This commit is contained in:
Stefan Pejcic
2024-04-09 18:19:36 +02:00
committed by GitHub
parent de54412cd3
commit f5946f075f

View File

@@ -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.
![notifications admin login](https://i.postimg.cc/mg9qmSH7/image.png)
- To disable login notifications: `opencli admin notifications update login no`
- To enable login notifications: `opencli admin notifications update login yes`
---
### Selfsigned SSL