LimeSurvey: master 7066f691

Author Committer Branch Timestamp Parent
DenisChenu GitHub master 2022-10-06 11:11:59 master b634379e
Affected Issues  17654: spurious error "Incorrect username and/or password!" on auth_webserver autocreating user
Changeset

Fixed issue 17654 : spurious error "Incorrect username …" in webserver Auth (#2448)

Dev: Add optionnal param \LimeSurvey\PluginManager\PluginEvent when potentially needed
Dev: check if user is allwed to connect in beforeLogin and newUserSession
Dev: throw 401 if webserver is default, allow DB auth else
Dev: Allowed usage of Permission::model, use it
Dev: secure beforeLogin too (uneeded, but better)
Dev: use use LimeSurvey\PluginManager\PluginEvent

mod - application/core/plugins/Authwebserver/Authwebserver.php Diff File
mod - application/libraries/PluginManager/AuthPluginBase.php Diff File