We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb67ffc commit 63931b6Copy full SHA for 63931b6
CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
6
7
### Bugfixes
8
- Disable Apache2 Server Status Module by default.
9
+- Do not allow to change the password of a non-hestia user. Thanks to Alexandre Zanni!
10
11
## [1.1.1] - 2020-03-24 - Hotfix
12
### Features
bin/v-change-user-password
@@ -13,6 +13,10 @@
13
user=$1
14
password=$2; HIDE=2
15
16
+# Importing system enviroment as we run this script
17
+# mostly by cron wich not read it by itself
18
+source /etc/profile
19
+
20
# Includes
21
source $HESTIA/func/main.sh
22
source $HESTIA/conf/hestia.conf
0 commit comments