Skip to content

Commit 0d5c3c4

Browse files
author
Serghey Rodin
committed
set -o noglob just in case
1 parent efa2b50 commit 0d5c3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-check-user-password

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ if [ -z "$salt" ]; then
8282
fi
8383

8484
# Generating hash
85+
set -o noglob
8586
hash=$($BIN/v-generate-password-hash $method $salt <<< "$password")
8687
if [[ -z "$hash" ]]; then
8788
echo "Error: password missmatch"

0 commit comments

Comments
 (0)