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