Opened 6 years ago

Closed 6 years ago

#1484208 closed Bugs (invalid)

newbie how to add users

Reported by: rick.fry@… Owned by:
Priority: 5 Milestone:
Component: Client Scripts Version: 0.1-beta
Severity: normal Keywords:
Cc:

Description

I am running this on a linux based cpanel server if i add a user on cpanel they cant login to rc. Am I missing the plot somewhere

Change History (1)

comment:1 Changed 6 years ago by jpingle

  • Resolution set to invalid
  • Status changed from new to closed

Check your RoundCube config file config/main.inc.php for this setting:

$rcmail_config['auto_create_user'] = TRUE;

If that is FALSE, set it to TRUE. If it is already TRUE, then you likely have a problem elsewhere in your setup, not necessarily related to RoundCube. Try posting a message to the user list or the forums ( http://roundcubeforum.net/forum/index.php ).

Be sure to list any errors that appear on the screen, or in RoundCube's log files. Also you might give some more information about your system setup in terms of database version and type, Apache version, PHP version, etc.

Note: See TracTickets for help on using tickets.