Hi@all,
I'm trying to authenticate a newly installed Dokuwiki against the OpenXchange database using the dokuwiki acl feature. Unfortunately I'm always getting an access denied. Is there a way to check the password manually? For debugging purposes for instance? User table is saying that the password should be sha encrypted, but when I try
I'm not getting the corresponding user. At the moment I've no Idea on how to check the PW against this table, and would be thankful if someone could give me a hint.
thanks
mobi
I'm trying to authenticate a newly installed Dokuwiki against the OpenXchange database using the dokuwiki acl feature. Unfortunately I'm always getting an access denied. Is there a way to check the password manually? For debugging purposes for instance? User table is saying that the password should be sha encrypted, but when I try
Code:
select * from user where userPassword=sha('myPassword');
thanks
mobi
Comment