summaryrefslogtreecommitdiff
path: root/commands/addaccess.mdwn
blob: 8836223e6f8f34eb71df227c4bd0a5cfd6e59005 (plain)
1
2
3
4
5
6
7
8
9
# Add User Access to a Repository

<form action="https://secure.fairlystable.org/auth/addaccess.cgi" method="post">
[[!table format=dsv delimiter=# data="""
Repository name: # <input type="text" name="r" />
User name:       # <input type="text" name="n" />
<input type="submit" />
"""]]
</form>