Author Topic: Force new user to create identity (instead of RC creating one)  (Read 3701 times)

Offline Zippy1970

  • Newbie
  • *
  • Posts: 6
Force new user to create identity (instead of RC creating one)
« on: September 26, 2008, 11:15:32 AM »
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:

Code: [Select]

$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.