Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Catch exceptions in password_providers #8636

Merged
merged 3 commits into from
Nov 11, 2020
Merged

Catch exceptions in password_providers #8636

merged 3 commits into from
Nov 11, 2020

Commits on Oct 22, 2020

  1. Catch exceptions in password_providers

    Signed-off-by: Nicolai Søborg <git@xn--sb-lka.org>
    NicolaiSoeborg committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    4548e5a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Re-raise exception

    This will make sure that synapse will not start if any `password_provider` throws in `__init__`
    NicolaiSoeborg committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    191147b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Log as error

    erikjohnston committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    662b5ad View commit details
    Browse the repository at this point in the history