Skip to content

Commit 6825a8e

Browse files
authored
Merge pull request hestiacp#1117 from hestiacp/fix/2020_08_disable_root_web_login
Disable root web login / Add Administrator role to users
2 parents 2e05ab4 + b718808 commit 6825a8e

27 files changed

+585
-601
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ All notable changes to this project will be documented in this file.
99
- `UPGRADE_SEND_EMAIL` = Sends an email notification to admin email address
1010
- `UPGRADE_SEND_EMAIL_LOG` = Sends installation log output to admin email address
1111
- Upgrade process will now save logs to the `hst_backups` directory.
12+
- Add the possibility to assign user "Administrators" rights on login. Replaces "root" login. Notifications are only send towards the "admin" account email
13+
14+
## Buggfixes
15+
- Removed root login (root / root password )
1216

1317
## Bugfixes
1418

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
**Web:** [www.hestiacp.com](https://www.hestiacp.com/)<br>
88
**Documentation:** [docs.hestiacp.com](https://docs.hestiacp.com/)<br>
9-
**Forums:** [forum.hestiacp.com](https://forum.hestiacp.com/)<br><br>
9+
**Forums:** [forum.hestiacp.com](https://forum.hestiacp.com/)<br>
10+
**Discord:** [Join HestiaCP Discord channel](https://discord.gg/nXRUZch)<br />
11+
<br>
1012
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ST87LQH2CHGLA)
1113
<br>
1214

bin/v-add-web-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ if [ ! -z "$WEB_BACKEND" ]; then
109109
fi
110110
fi
111111
BACKEND="$BACKEND_TEMPLATE"
112-
$BIN/v-add-web-domain-backend "$user" "$domain" $BACKEND_TEMPLATE
112+
$BIN/v-add-web-domain-backend "$user" "$domain" $BACKEND_TEMPLATE $restart
113113
check_result $? "Backend error" >/dev/null
114114
fi
115115

0 commit comments

Comments
 (0)