[pmwiki-users] login problem (possible environment problems?)

OBUTEX / Hladůvka admin at obutex.com
Fri Mar 24 06:39:52 CST 2006


I had similar problem - in the office on WinXP was everything OK, but on 
hosting server (Linux)
only Admin could login.

Problem was solved on hosting server this way:
1) no local/.htpasswd file
2) in local/config.php
## DefaultPasswords
$DefaultPasswords['admin'] = '@admins';
$DefaultPasswords['read'] = 'id:*';

## Define usernames and passwords.
$AuthUser['Admin'] = crypt('admispwd');
include_once('scripts/authuser.php');

#ERASE or comment
#$AuthUser['htpasswd'] = 'local/.htpasswd'; # A passwd-formatted file

3)in Site.AuthUser page
@admins: Admin, Someoneelse
Someoneelse: (:encrypt hispwd:)
User1: (:encrypt user1pwd:)
...
4) Link to site :  has to be  directly to some page, not to a folder
otherwise only Admin was accepted.
did not work: http://www.example.com/wiki
but OK was : http://www.example.com/wiki/index.php/Site.Homepage

If someone finds better solution let me know, pls.

Jiri.



Patrick Ogay napsal(a):
>  >>Is there a known issue about that?
>  >There was a discussion a time ago, so it might be a cookie problem
>
> The person says the cookies are enabled...
>
> Is there another known issue?
>
> Regards
> Ptrick O.
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
> __________ Informace od NOD32 1.1456 (20060323) __________
>
> Tato zprava byla proverena antivirovym systemem NOD32.
> http://www.nod32.cz
>
>
>
>   

-- 
OBUTEX s.r.o
Ing.Jiří Hladůvka
Zlatovská 22
911 01 Trenčín

tel.: +421 (0)32 6587000
mailto:admin at obutex.com

http://www.obutex.com






More information about the pmwiki-users mailing list