diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-07 17:10:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-07 17:10:21 +0800 |
commit | 0c5f8b4b639e48176f1cbf78b732cb20d5abf0a4 (patch) | |
tree | c91b09e3c3bb53f989b66b6edd56d96baf30aa92 /templates | |
parent | hooks: Remove debug printf (diff) | |
download | forge-0c5f8b4b639e48176f1cbf78b732cb20d5abf0a4.tar.gz forge-0c5f8b4b639e48176f1cbf78b732cb20d5abf0a4.tar.zst forge-0c5f8b4b639e48176f1cbf78b732cb20d5abf0a4.zip |
hooks, fedauth: Add basic federated authentication for git push
Diffstat (limited to 'templates')
-rw-r--r-- | templates/group.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/group.tmpl b/templates/group.tmpl index 8343026..0042e0f 100644 --- a/templates/group.tmpl +++ b/templates/group.tmpl @@ -50,6 +50,7 @@ <select id="repo-contrib-input" name="repo_contrib"> <option value="public">Public</option> <option value="ssh_pubkey">SSH public key</option> + <option value="federated">Federated service</option> <option value="registered_user">Registered user</option> <option value="closed">Closed</option> </select> |