This is weird, further inspecting the issue I noticed the problem was only on one (Internal.HomePage).

So I opened Internal.HomePage from ftp, and I saw that there was a passwd=@writers like line, remainder of my previous attemps to set up authuser.

Notice this password thing was not seen in page ?action=attr page.



05/05/2011 14:49, Oguz Altun yazmış:
Hi,

Main group should be readable by everyone, but editable by registered
authors.

All the other groups/pages should be readable/editable by only
registered authors.

So in local/config.php I require everypage to require login for
read/edit, and open reading of Main group from its
groupAttributes?action=attr page.

The problem is: When I enter a password protected action, the login form
comes as it should, and I can login (In fact I see the login name in my
special pageactions part), but instead of the page content, I still see
the login form. In other words, I can not pass the login form even
though I am able to login.


This is from my local/config.php:

$AuthUser['root'] = crypt('somepasssord');#super user
$DefaultPasswords['admin'] = array('id:root');
$DefaultPasswords['read'] = array('id:*');
$DefaultPasswords['edit'] = array('id:*');
include_once("scripts/authuser.php");




Thanks in advance.

Oguz Altun

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users



--
Arş.Gör.Dr. Oğuz Altun
Öğrenci Projeleri Koordinatörü

Proje Belgeleri Dizini: http://www.ce.yildiz.edu.tr/doc.php?cat=2
Proje Takvimi:          http://www.ce.yildiz.edu.tr/getfile.php?id=791

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to