[pmwiki-users] AuthUser problem
Daniel Rubin
Daniel.Frederik.Rubin at scai.fraunhofer.de
Tue May 2 04:16:15 CDT 2006
Hi list,
I have a problem with user authentication (AuthUser with Site.AuthUser
password page). The searchable list archives seem to be down, so
apologies if this has been asked before.
When I open the wiki and try to log in, the user name and password are
being rejected. After authenticating with the admin DefaultPassword, it
works, though.
So what am I doing wrong?
This is what my Site.AuthUser page looks like:
---
Daniel: $1$AzED2ud0$Spz9jqrsjmkrjC5AJ4k82.
@admins: Daniel
@authors: Daniel
@readers: Daniel
---
Here are my farmconfig.php and config.php:
config.php: ---
<?php if (!defined('PmWiki')) exit();
$EnableDiag = 1;
$WikiTitle = 'Title';
$PageLogoUrl = 'pub/images/logo_small.png';
$Skin = 'skinny';
?>
---
farmconfig.php: ---
<?php if (!defined('PmWiki')) exit();
$FarmPubDirUrl = 'pub-common';
$EnableUpload = 1;
$DefaultPasswords['admin'] = 'blabla';
$DefaultPasswords['read'] = '@authors';
$DefaultPasswords['edit'] = '@authors';
$DefaultPasswords['upload'] = '@authors';
$DefaultPasswords['attr'] = '@admins';
include_once("$FarmD/scripts/authuser.php");
include_once("$FarmD/scripts/author.php");
?>
---
I erased the read password on n=Site.AuthUser?action=attr .
(I have a custom skin, but can this hurt?)
Thanks for looking at this.
Have a lot of fun,
Daniel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Daniel.Frederik.Rubin.vcf
Type: text/x-vcard
Size: 310 bytes
Desc: not available
Url : /pipermail/pmwiki-users/attachments/20060502/b5204b7b/attachment.vcf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3775 bytes
Desc: S/MIME Cryptographic Signature
Url : /pipermail/pmwiki-users/attachments/20060502/b5204b7b/attachment.bin
More information about the pmwiki-users
mailing list