Closed (fixed)
Project:
SAML Authentication
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
26 Dec 2019 at 11:08 UTC
Updated:
12 May 2020 at 18:34 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
nguerrier commentedComment #3
nguerrier commentedRelated issue #3087233: Ignore e-mail synchronization if user_mail_attribute is empty
Comment #4
KondratievaS commentedTested provided patch for 8.x-3.x-dev version of module and result is OK - field can be empty now
Comment #5
KondratievaS commentedComment #7
roderikThank you. This was indeed an oversight.
If we were attached to having a default value, we could replace the ?: by ?? instead of removing the default. But I'm not attached to it.