Skip to content

Commit

Permalink
Merge branch 'release/3.7.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed May 15, 2024
2 parents 4f617fb + f5b19ce commit 6090d2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v3.7.9
## 05/15/2024

1. [](#improved)
* Added default `site_host:` entry to `login.yaml` configuration file

# v3.7.8.1
## 04/19/2024

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Login
slug: login
type: plugin
version: 3.7.8.1
version: 3.7.9
testing: false
description: Enables user authentication and login screen.
icon: sign-in
Expand Down
1 change: 1 addition & 0 deletions login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ redirect_to_login: false # If you try to access a page you do
redirect_after_login: false # Path to redirect to after a successful login
redirect_after_logout: true # Path to redirect to after a successful logout
session_user_sync: false # Sync session user with changes in stored user file
site_host: # Site host to use for email links. Enhances security by ensuring links are to the correct host (e.g. https://foo.com)

route: '/login' # Specific route for Login page (default is '/login')
route_after_login: '/' # Route to go to after login if enabled
Expand Down

0 comments on commit 6090d2f

Please sign in to comment.