further password disclosure avoidance

This commit is contained in:
2015-07-10 13:49:23 +03:00
parent c8e7acb3b2
commit 4c1d2bd0fe
2 changed files with 13 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ source config.cfg
ACTION="$1" # adduser, changepw, listusers, userdetail, deluser, sizeall, sizeuser, viewdata
USER="$2"
PASS="$3"
PASS=$(cat "$3")
## FUNCTIONS
function checkaction {