Author Topic: password plugin  (Read 3477 times)

Offline Qliratu

  • Newbie
  • *
  • Posts: 7
password plugin
« 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..

Offline Qliratu

  • Newbie
  • *
  • Posts: 7
Re: password plugin
« Reply #1 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.