update password store after nextcloud password change
This commit is contained in:
parent
a3025cc142
commit
97c48ffa47
|
@ -70,6 +70,7 @@ function change_password_nextcloud {
|
||||||
|
|
||||||
export OC_PASS="$2"
|
export OC_PASS="$2"
|
||||||
su -s /bin/sh www-data -c "php occ user:resetpassword --password-from-env $curr_username"
|
su -s /bin/sh www-data -c "php occ user:resetpassword --password-from-env $curr_username"
|
||||||
|
${PROJECT_NAME}-pass -u $curr_username -a nextcloud -p "$OC_PASS"
|
||||||
export OC_PASS=""
|
export OC_PASS=""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue