From: Joby W. <joby@u.washington.edu> - 2002-08-01 22:25:30
|
The current (1.3.3) user system is really easy to hack (since there isn't much there). The two relevant files are lib/main.php and lib/WikiUser.php. You will also need to edit themes/<your theme>/templates/signin.tmpl to remove the signoff button (or redirect it to something in PHPlib). I hacked it to use $_SERVER['REMOTE_USER'] so that we can use the UW's pubcookie. JobyWalker Willie Dresler Leiva wrote: >>From: "Rick Parker" <<EMAIL: PROTECTED>> >>Sent: Saturday, June 29, 2002 8:32 PM >>Subject: [Phpwiki-talk] users >> >>How do I control the users? >> >>I would like to have certain people maintaining their own pages, but >>others only get "read" and admin is of course "all-powerful". > > > And I would like to use the PHPlib authentication scheme, which saves all > the authorized users on a database. > > Is it possible to do that? > > If not, which files should I alter? > > Thanks in advance, > Willie D. Leiva > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |