Fix for when user changes their own password, and thus the password in the cookie is no longer valid

This commit is contained in:
2023-04-13 21:01:15 +10:00
parent 9207d4e698
commit 36a985554d
4 changed files with 116 additions and 96 deletions

View File

@@ -0,0 +1,9 @@
@extends('architect::layouts.error')
@section('error')
401: @lang('LDAP Authentication Error')
@endsection
@section('content')
{{ $exception->getMessage() }}
@endsection

View File

@@ -1,7 +1,7 @@
@extends('architect::layouts.error')
@section('error')
@lang('LDAP Server Unavailable')
597: @lang('LDAP Server Unavailable')
@endsection
@section('content')