space
This commit is contained in:
parent
6a73a1c92f
commit
3690cab84c
@ -9,7 +9,7 @@ fi
|
||||
# See: https://stackoverflow.com/a/74449556
|
||||
secure_password() {
|
||||
# extra bytes so that even if we delete some chars we will still have plenty
|
||||
openssl rand -base64 32 | tr -d '\/+=' | head -c10 && echo
|
||||
openssl rand -base64 32 | tr -d '\/+=' | head -c 10 && echo
|
||||
}
|
||||
|
||||
GITEA_USER=${CERC_GITEA_NEW_ADMIN_USERNAME:-"gitea_admin"}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user