diff --git a/README.md b/README.md index e072330..22537f0 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,7 @@ Change the settings of the app by changing the values in .env ## YunoHost specific features -#### Multi-user support - -**First User Registration:** Visit the app **domain** after the installation is complete to register as **first user**. After the first user is registered the registration will be **locked**. You can open the register for all by changing the value **APP_DISABLE_SIGNUP** to **false** in **.env**. There is **no admin interface** in the Monica app currently. +- **First User:** An email with credentials for login will be sent to user who was chosen while the installation process of Monica. There is no **admin interface** on Monica, so every registered users will considered as normal user. #### Supported architectures diff --git a/scripts/install b/scripts/install index df221a6..a2af4c3 100755 --- a/scripts/install +++ b/scripts/install @@ -8,8 +8,9 @@ source _common.sh source ynh_composer__2 -source /usr/share/yunohost/helpers source send_readme_to_admin +source /usr/share/yunohost/helpers + #================================================= # MANAGE SCRIPT FAILURE