On 06/08/2013 09:55 AM, Philipp Kewisch wrote:
Actually, query seems to be a problem. Here the user is initially set: https://github.com/roundcube/roundcubemail/blob/master/program/include/rcmai...
If the user doesn't exist in the roundcube database, $user will be empty. I've disabled auto_user_create since I don't want double entries in the database, so I end up with the error message that the user will not be created.
I don't see a problem here. $user will be empty but after successful login rcube_user::create() is used. Do you want to override identities or maybe users database too? You initially talked about identities and I don't see a problem for identities.