diff --git a/share/organisation/gitea-user.tf b/share/organisation/gitea-user.tf index c8e0626..482fc9d 100644 --- a/share/organisation/gitea-user.tf +++ b/share/organisation/gitea-user.tf @@ -93,7 +93,7 @@ resource "gitea_user" "user-ci" { login_name = "${var.instance}-ci" password = local.ci-user-password email = "${var.instance}-ci@${var.domain_name}" - must_change_password = true + must_change_password = false } resource "gitea_public_key" "user-ci-keys" {