mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- fixed logout process;
This commit is contained in:
@@ -445,6 +445,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'_um_can_edit_profile' => 1,
|
||||
'_um_can_delete_profile' => 1,
|
||||
'_um_after_login' => 'redirect_profile',
|
||||
'_um_after_logout' => 'redirect_home',
|
||||
'_um_default_homepage' => 1,
|
||||
'_um_can_view_all' => 1,
|
||||
'_um_can_make_private_profile' => 0,
|
||||
@@ -460,6 +461,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'_um_can_edit_profile' => 1,
|
||||
'_um_can_delete_profile' => 1,
|
||||
'_um_after_login' => 'redirect_profile',
|
||||
'_um_after_logout' => 'redirect_home',
|
||||
'_um_default_homepage' => 1,
|
||||
'_um_can_view_all' => 1,
|
||||
'_um_can_make_private_profile' => 0,
|
||||
@@ -475,6 +477,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'_um_can_edit_profile' => 1,
|
||||
'_um_can_delete_profile' => 1,
|
||||
'_um_after_login' => 'redirect_profile',
|
||||
'_um_after_logout' => 'redirect_home',
|
||||
'_um_default_homepage' => 1,
|
||||
'_um_can_view_all' => 1,
|
||||
'_um_can_make_private_profile' => 0,
|
||||
@@ -490,6 +493,7 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'_um_can_edit_profile' => 1,
|
||||
'_um_can_delete_profile' => 1,
|
||||
'_um_after_login' => 'redirect_profile',
|
||||
'_um_after_logout' => 'redirect_home',
|
||||
'_um_default_homepage' => 1,
|
||||
'_um_can_view_all' => 1,
|
||||
'_um_can_make_private_profile' => 0,
|
||||
|
||||
Reference in New Issue
Block a user