Skip to content
Snippets Groups Projects
  • Michael Hamann's avatar
    b6235013
    Fix handling of failed authentication loading · b6235013
    Michael Hamann authored
    In the case of a failed authentication initialization, the
    authentication setup was simply continued with an unset $auth object.
    This restores the previous behavior (before merging #141) of simply
    returning after unsetting $auth. Furthermore this re-introduces the
    check if $auth is set before checking $auth and removes a useless
    check if $auth is true (could never be false).
    b6235013
    History
    Fix handling of failed authentication loading
    Michael Hamann authored
    In the case of a failed authentication initialization, the
    authentication setup was simply continued with an unset $auth object.
    This restores the previous behavior (before merging #141) of simply
    returning after unsetting $auth. Furthermore this re-introduces the
    check if $auth is set before checking $auth and removes a useless
    check if $auth is true (could never be false).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
auth.php 33.12 KiB