View Issue Details

IDProjectCategoryView StatusLast Update
0004429SOGoGUIpublic2018-03-22 10:18
Reporterzintis.petersons@abcsolutions.lv Assigned Tofrancis  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version4.0.0 
Summary0004429: Password update doesn't work correctly in multidomain enviorement
Description

Configuration:
Multidomain server with SQL user source.

LoginFieldNames = ( mail ) is set for users to be able login with email address, like 'user.name@example.com'
The table viewURL field c_uid has username without domain, like 'user.name'
This configuration works great. User can use email as username for login and SOGo correctly appends domain to username to manage ACL.

However when the paramter SOGoPasswordChangeEnabled is set to YES and user tries to change password, SQL filters by c_uid with LoginFieldNames parameter and password is not changed, like:

UPDATE sogo_abcsolutions_lv SET c_password = 'XXXXXXXXXX' WHERE c_uid = 'user.name@example.com';

TagsNo tags attached.

Relationships

has duplicate 0004430 resolvedludovic Password update doesn't work correctly in multidomain enviorement 

Activities

zintis.petersons@abcsolutions.lv

zintis.petersons@abcsolutions.lv

2018-03-22 07:29

reporter   ~0012794

this bug can be closed. I reviewed iredmail configuration example and understood my configuration was incorect.

Issue History

Date Modified Username Field Change
2018-03-21 12:31 zintis.petersons@abcsolutions.lv New Issue
2018-03-22 07:29 zintis.petersons@abcsolutions.lv Note Added: 0012794
2018-03-22 10:18 francis Status new => closed
2018-03-22 10:18 francis Assigned To => francis
2018-03-22 10:18 francis Resolution open => no change required
2018-03-22 20:13 ludovic Relationship added has duplicate 0004430