adiallo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: External DB authentication] plugin give empty login pageNormally you have a logs folder on your server, if you do not have one create it. So from there if you run your website if any problems or error it ‘s going to be there from now on (file scripts.php).
You know if you install and activate the plugin, you have to log on your WP admin page for configuration, it’s under setting. So you have to fill in the type of password encryption you use on your old table (if not md5 or sha1), you put your own function.
I hope this help.
Forum: Plugins
In reply to: [Plugin: External DB authentication] plugin give empty login pagecheck the errors log file maybe you will see where is the bug coming from. I updated to worldpress 2.9. my function to crypt the password was the problem, check that one too. Now i can log in, i hope this help you
Forum: Fixing WordPress
In reply to: login, authentificationHi thanks Shane,
I discover that i can use this plugin
http://ww.wp.xz.cn/extend/plugins/external-database-authentication/
for external db authentication. so he can go and look through my own db. I install and specify everything but now i can’t login no more. The login page give a empty page. I don’t know if someone know where is the problem?Thanks
adialloForum: Fixing WordPress
In reply to: login, authentificationThanks a lot Shane for your answer,
Anybody who register using WoldPress can loggin, my problem is my old members from a different table before i have the blog. How can I link my table members to wp_users, or when WP is checking the username and password to go also check on my old members table so I don’t ask people to re register again using WP ?adiallo