Skip to main content

Roundcube password plugin

Comments

2 comments

  • jigster
    Ignore the above, I've got it working now, it was a typo! For any one else that needs this, all I did to the roundcube password plugin was set $config['password_driver'> = 'cpanel' and $config['password_cpanel_host'> = 'server hostname'. Then in drivers/cpanel.php I changed from this $data = [ 'email' => password::username('%l'), 'password' => $newpass ]; to this $data = [ 'email' => password::username('%u'), 'password' => $newpass ];
    0
  • cPRex Jurassic Moderator
    I'm glad you were able to get that working, and thanks for sharing the fix!
    0

Please sign in to leave a comment.