Roundcube Community Forum

 

Force new user to create identity (instead of RC creating one)

Started by Zippy1970, September 26, 2008, 11:15:32 AM

Previous topic - Next topic

Zippy1970

I just installed RoundCube v0.2-beta on my Debian webserver and so far it seems to be exactly what I'm looking for. However, I have one small problem that I need solved before I can actually make it public for my users.

First of all, I have several virtual domains on my webserver, all of which have users who will potentially use the RoundCube webinterface.

In main.inc.php, I have set the following:


$rcmail_config['default_host'] = 'localhost';


This works fine. The only problem is that RoundCube now creates a default identity of "user@localhost" which is undesirable. I'd like to see that RoundCube forces the user to create an identity the first time the user logs in.

Is this (or something similar) possible?

Thanks in advance.