It's the fourth config parameter in config/main.inc.php, near line 32. Ctrl-F should help as well...
Albert Czarnecki wrote: > Thomas Bruederli napisaĆ(a): >> Hi Albert, >> >> You probably have $rcmail_config['auto_create_user'] set to FALSE. This >> means that only users can log in, who already have an entry in the users >> table of the RoundCube database. Even if the IMAP authentication >> succeeds, RC won't let you log in. Set it to True and a user record will >> be created after the first login. Afterwards, you can set it to False >> again. >> >> There are also some known issues with passwords, containing whitespaces >> or other special characters. >> >> Regards, >> Thomas >> > Hi Thomas, > > I trying find this options and I don't see, where I can find this options? > In config file I don't see > > > Regards, > Alnbert > > >
