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

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