Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: Qliratu on November 19, 2012, 04:17:50 AM

Title: password plugin
Post by: Qliratu on November 19, 2012, 04:17:50 AM
Hello,

For some reason i cannot get the dbmail driver in the password plugin to work.

I have compiled the helper program and tested it if i coud change a password (that worked).

But once i select the dbmail driver i get this error in php:

/home/www/page/roundcubemail-0.8.4/plugins/password/password.php on line
258 (POST /?_task=settings&_action=plugin.password-save?_task=&_action=)

Is there anyone who got this to work?
And what can be a couse of my issue?

The reason i want this is that i want to use crypted passwords in my database for obvious reasons..
Title: Re: password plugin
Post by: Qliratu on November 21, 2012, 03:33:49 AM
Anyone who has expirience with DBmail and crypted password?
I now use SHA1 hash becouse password plugin can use that.. but that can be brute forced.. so looking for a crypt solution.