Skip to content

Commit

Permalink
Issue #507: Set 403 access denied path with message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislaick committed Dec 9, 2024
1 parent af0045e commit 75899d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sync/r4032login.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ langcode: en
display_denied_message: false
access_denied_message: 'Access denied. You must log in to view this page.'
access_denied_message_type: error
redirect_authenticated_users_to: ''
redirect_authenticated_users_to: '<front>'
throw_authenticated_404: false
display_auth_denied_message: true
access_denied_auth_message: 'Access denied. Check with your site administrator if you need assistance.'
access_denied_auth_message: 'Access denied. Your account permissions do not match the record you are trying to reach.'
access_denied_auth_message_type: error
user_login_path: /user/login
default_redirect_code: 307
Expand Down
4 changes: 4 additions & 0 deletions html/themes/custom/dc_theme/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 75899d1

Please sign in to comment.