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

<form action="https://secure.piny.be/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>