Skip to content

add cannot_find_user as PermissionDeniedReason

Philipp S. Sommer requested to merge cannot-find-user into main

This MR adds a new reason for not being able to login, that is, if the account creation is disabled via HELMHOLTZ_CREATE_USERS=False and the mapping of accounts is enabled via HELMHOLTZ_MAP_ACCOUNTS=True and an email could not be found.

Merge request reports