Update of /cvsroot/sandweb/sandweb/var/data
In directory sc8-pr-cvs1:/tmp/cvs-serv4635/var/data
Modified Files:
info.txt
Added Files:
group
Log Message:
w00t! we now have a working groups file.
it's a little strange; we're going to have to let sandweb-admin be able to add/remove
users from it. right now, it works on the premise of 3 hard-coded groups :
all
read-only
simple
If you're not part of a group, you can't see the toolbar or the VCS pulldown.
This is pretty rough I know :) it'll get better later. at least it's implemented correctly
now, not a hack.
--- NEW FILE ---
all:0:
read-only:1:
simple:2:
Index: info.txt
===================================================================
RCS file: /cvsroot/sandweb/sandweb/var/data/info.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- info.txt 20 Jul 2001 23:44:16 -0000 1.3
+++ info.txt 9 Jul 2003 06:23:33 -0000 1.4
@@ -3,5 +3,6 @@
cookies = user:cookie_string
-passwd = user:<password>
+passwd = user:uid:password
+group = group:gid:user1,user2,user3, ...
(this file must exist for directory to be checked out)
|