forked from Drift/pvv-nixos-config
bekkalokk/gitea: unset visibility when updating users
This commit is contained in:
parent
7fd9a1e646
commit
62b269637a
|
@ -32,7 +32,6 @@ def add_user(username, name):
|
|||
"full_name": name,
|
||||
"username": username,
|
||||
"login_name": username,
|
||||
"visibility": "public",
|
||||
"source_id": 1, # 1 = SMTP
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue