Skip to content

Commit 3b67eca

Browse files
committed
remove wron disabled-password at user creation
1 parent 44414c7 commit 3b67eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
add_user() {
1111
# check if git user already exists and if not create it
1212
id -u git > /dev/null 2>&1 || {
13-
adduser --quiet --system --group --disabled-password \
13+
adduser --quiet --system --group --disabled-login \
1414
--home /var/lib/gitlab --shell /bin/sh --gecos 'GitLab User' git
1515
}
1616
}

0 commit comments

Comments
 (0)