Add setting to redirect logged in users to dashboard
This commit is contained in:
@@ -3,6 +3,7 @@ const setting_config = {
|
||||
'auth.allow_registration': true,
|
||||
'auth.default_roles': [ 'base_user' ],
|
||||
'home.allow_landing': true,
|
||||
'home.redirect_authenticated': true,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user