This commit is contained in:
2025-08-09 17:01:18 +02:00
parent 561331b825
commit b4bde14809
7 changed files with 30 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ resource "gitea_user" "tofu" {
email = "tofu-module-reader@arcodange.fake"
must_change_password = false
full_name = "restricted CI user"
prohibit_login = true
prohibit_login = false
restricted = true
visibility = "private"
}