Roundcube Community Forum

Release Support => Pending Issues => Topic started by: martensson on September 05, 2009, 11:40:14 AM

Title: Password Plugin API; %d delivers username, not domain
Post by: martensson on September 05, 2009, 11:40:14 AM
Hello there again!

Whilst I was trying to setup Roundcube I ran into this problem. I've got a few workarounds within my reach, but I was curious how you guys handled (if, ofcourse) this problem and perhaps some brilliant idea in fixing this nicely.

I am using 0.3 stable release, connecting it to my Workaround.org configuration (dovecot/mysql).

The weird thing is that de %d parameter, as mentioned in the config file of the password plugin posts a username back, not the domain name.  

Example: [email protected]
%l  = [email protected]
%u = user
%d = user

:o Now I don't get this, where the hell does he retrieve the domainname from? Ofcourse I can extract the domain name from %l, which is one of my workarounds.

Any idea's?
Title: Password Plugin API; %d delivers username, not domain
Post by: alec on September 05, 2009, 12:19:27 PM
Changeset 2925 ? Roundcube Webmail (http://trac.roundcube.net/changeset/2925)
Title: Fixed
Post by: martensson on September 05, 2009, 01:37:41 PM
ThnX! :D

This fixed version indeed delivered the solution! Much appreciated!