From 385882fc408ff007e1966ee87c3d17dabc6f1d70 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 2 Jun 2024 16:06:49 +0200 Subject: [PATCH] Update 0.2.0.md --- documentation/docs/changelog/0.2.0.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.0.md b/documentation/docs/changelog/0.2.0.md index d99b7039..4768bff2 100644 --- a/documentation/docs/changelog/0.2.0.md +++ b/documentation/docs/changelog/0.2.0.md @@ -22,6 +22,7 @@ Not yet released. - [terms & conditions modal on first login to OpenAdmin](https://i.postimg.cc/L5JKBzKV/image.png) - [Customize Openpanel installation process](https://openpanel.co/install) - Added service icons to *OpenAdmin> Dashboard* page. +- [opencli user-add script is optimized](#user-add) @@ -51,7 +52,9 @@ Template can be customized by the Administrator by editing: `/usr/local/admin/te - +### user-add + +`opencli user-add` script was rewritten to optimize the account creation process. Detailed debugging information is available, overlay2 is supported for Docker and for each new user files are used from the `/etc/openpanel/openadmin/skeleton/` directory.