I'm not using any special signs in the password. Also, I'm not sure how to assign admin priviledges to users the way you have done, since I am getting user names from ldap queries.
Another interesting data point is that if I look at Site.AllRecentChanges, the changes that I made as admin do not have names attached to them. It is as if when I am logged in as admin, the author input can't be read. Very strange... I am going to figure out how to change it so all logged in users can make changes to Site stuff and see what that does... ~maria On 10/9/07, Patrick Ogay <[EMAIL PROTECTED]> wrote: > (A time ago I experienced some undefined problems, when using special > signs in the password. ) > > As far as I know Site is per default is *locked* und not mutable by a > normal user. > > config.php (for a single wiki) > $AuthUser['user1'] = '$1$W32gAGnz$qqRtTf.gwXj8KgFcrS9Ow/'; > /*password string*/ > $DefaultPasswords['admin'] = 'id:user1,user2'; > I think, it is enough, when a user has admin-rights > > #$DefaultPasswords['admin'] = '$1$W32gNGnz$qqRtTf.gwGj8KgFcrS9Ow/'; > (you may spezify, when users, don't have admin-rights) > > You can reassign the authority of the Site group. (default: @lock) > ->see authuser, groups > in Site.GroupAttributes?action=attr (may be also needs admin rights). > > hope this help's > > regards > Patrick O. > > Maria McKinley wrote: > > >Hello, > > > >I am using AuthUser to authenticate with my ldap server, and I require > >an author's name to save pages. All is fine if I login using my ldap > >userid/password. But for some stuff (editing Site.Search, for > >example), I need to be logged in as the admin, which is declared in > >config.php. For some reason, when I am logged in as admin, the web > >site will not accept any author name that I write in, and in order to > >save anything when I am logged in as admin, I have to uncomment the > >requirement that there be an author's name in order to save. Anybody > >ever run into this, or have any idea the best way to deal it? > > > >thanks, > >maria > > > >_______________________________________________ > >pmwiki-users mailing list > >[email protected] > >http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > > > > > > -- Maria Mckinley Scientific Programmer Shadlen Lab Physiology and Biophysics Box 357290 University of Washington (206) 616-3923 [EMAIL PROTECTED] _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
