Releases: mainio/decidim-module-suomifi
Releases · mainio/decidim-module-suomifi
v0.19.0
Release for Decidim 0.19.x series.
Added:
- New configuration option
use_suomifi_emailto allow enabling using user emails stored in Suomi.fi
Changed:
- Using organization domain now as the default for the auto-generated emails (in case
auto_email_domainis not defined) - Users will no longer be automatically assigned the email addresses stored in Suomi.fi. Enable the
use_suomifi_emailconfiguration option to keep this functionality enabled.
v0.18.1
Added:
- IdP SLO requests during Decidim logouts
Changed:
- Extracted parts of the authentication process to its own class
- Made the authenticator class configurable in order to apply customization to it more easily or forbid the login under certain conditions (as per original requirement)