mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Do not send password by email
This commit is contained in:
parent
71a179ef95
commit
d7425cda38
3 changed files with 2 additions and 10 deletions
|
@ -340,7 +340,7 @@ admin_panel="https://$(grep portal_domain /etc/ssowat/conf.json | cut -d'"' -f4)
|
||||||
|
|
||||||
if [ $mypads -eq 1 ]
|
if [ $mypads -eq 1 ]
|
||||||
then
|
then
|
||||||
Informations="You can access 2 different admin panels, for Etherpad by accessing https://$domain${path_url%/}/admin and for MyPads by accessing https://$domain${path_url%/}/mypads/?/admin."
|
Informations="You can access two different admin panels, for Etherpad by accessing https://$domain${path_url%/}/admin and for MyPads by accessing https://$domain${path_url%/}/mypads/?/admin."
|
||||||
else
|
else
|
||||||
Informations="You can access the admin panel by accessing https://$domain${path_url%/}/admin."
|
Informations="You can access the admin panel by accessing https://$domain${path_url%/}/admin."
|
||||||
fi
|
fi
|
||||||
|
@ -349,10 +349,6 @@ ynh_print_OFF
|
||||||
echo "$Informations
|
echo "$Informations
|
||||||
You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json.
|
You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json.
|
||||||
|
|
||||||
Your credentials for the admin panel are:
|
|
||||||
- login : $admin
|
|
||||||
- password : $password
|
|
||||||
|
|
||||||
You can configure this app easily by using the experimental config-panel feature $admin_panel/config-panel.
|
You can configure this app easily by using the experimental config-panel feature $admin_panel/config-panel.
|
||||||
You can also find some specific actions for this app by using the experimental action feature $admin_panel/actions.
|
You can also find some specific actions for this app by using the experimental action feature $admin_panel/actions.
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@ ynh_remove_logrotate
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Removing Fail2Ban configuration..." --weight=7
|
ynh_script_progression --message="Removing Fail2Ban configuration..." --weight=7
|
||||||
|
|
||||||
# Remove the dedicated fail2ban config
|
# Remove the dedicated Fail2Ban config
|
||||||
ynh_remove_fail2ban_config
|
ynh_remove_fail2ban_config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -198,10 +198,6 @@ ynh_print_OFF
|
||||||
echo "$Informations
|
echo "$Informations
|
||||||
You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json.
|
You can also find a config file for Etherpad at this path /var/www/etherpad_mypads/settings.json.
|
||||||
|
|
||||||
Your credentials for the admin panel are:
|
|
||||||
- login : $admin
|
|
||||||
- password : $password
|
|
||||||
|
|
||||||
If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/etherpad_mypads_ynh" > mail_to_send
|
If you are facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/etherpad_mypads_ynh" > mail_to_send
|
||||||
|
|
||||||
ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$admin" --type=restore
|
ynh_send_readme_to_admin --app_message="mail_to_send" --recipients="$admin" --type=restore
|
||||||
|
|
Loading…
Add table
Reference in a new issue