bekkalokk/gitea: unset visibility when updating users
Eval nix flake / evals (push) Failing after 1m50s Details

This commit is contained in:
Felix Albrigtsen 2024-02-12 11:24:14 +01:00
parent 7fd9a1e646
commit 62b269637a
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ def add_user(username, name):
"full_name": name,
"username": username,
"login_name": username,
"visibility": "public",
"source_id": 1, # 1 = SMTP
}