Skip to content

Commit

Permalink
Merge branch 'release/3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed May 7, 2020
2 parents 73c2238 + c55fbe8 commit 67e26fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.3.1
## 05/07/2020

1. [](#bugfix)
* Set missing default logout route to `/` for homepage

# 3.3.0
## 04/30/2020

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.3.0
version: 3.3.1
testing: false
description: Enables user authentication and login screen.
icon: sign-in
Expand Down
2 changes: 1 addition & 1 deletion login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirect_after_logout: true # Path to redirect to after a succes

route: '/login' # Specific route for Login page (default is '/login')
route_after_login: # Route to go to after login if enabled
route_after_logout: # Route to logout to if enabled
route_after_logout: '/' # Route to logout to if enabled
route_activate: '/activate_user' # Route for the user activation process
route_forgot: '/forgot_password' # Route for the forgot password process
route_reset: '/reset_password' # Route for the reset password process
Expand Down

0 comments on commit 67e26fa

Please sign in to comment.