🚸 [pi4] Don't change password in forgejo
This commit is contained in:
@ -85,7 +85,7 @@ in
|
|||||||
in
|
in
|
||||||
''
|
''
|
||||||
${adminCmd} create --admin --email "${email}" --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
${adminCmd} create --admin --email "${email}" --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
||||||
## Alter an existing user
|
## Alter an existing user. Will prompt new password on login
|
||||||
${adminCmd} change-password --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
# ${adminCmd} change-password --username ${user} --password "$(tr -d '\n' < ${pwd.path})" || true
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user