blob: f687e727c961537b6e548933cd876303e5aff35f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# List repositories you have access to
<form action="https://secure.piny.be/auth/lsaccess.cgi" method="post">
<input type="submit" />
</form>
# List users who have access to a repository
<form action="https://secure.piny.be/auth/lsaccess.cgi" method="post">
Repository name: <input type="text" name="r" /> <input type="submit" />
</form>
|