- fixed logout process;

This commit is contained in:
nikitozzzzzzz
2017-09-15 10:28:04 +03:00
parent de3355e059
commit a096d9a5a0
+4
View File
@@ -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,