View Issue Details

IDProjectCategoryView StatusLast Update
0004430SOGoGUIpublic2018-03-22 20:13
Reporterzintis.petersons@abcsolutions.lv Assigned Toludovic  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version4.0.0 
Summary0004430: 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

duplicate of 0004429 closedfrancis Password update doesn't work correctly in multidomain enviorement 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2018-03-21 12:33 zintis.petersons@abcsolutions.lv New Issue
2018-03-22 20:13 ludovic Relationship added duplicate of 0004429
2018-03-22 20:13 ludovic Status new => resolved
2018-03-22 20:13 ludovic Resolution open => duplicate
2018-03-22 20:13 ludovic Assigned To => ludovic