From c6e40e1423b5872acd8d04c7b460bd13c2c79379 Mon Sep 17 00:00:00 2001 From: amnah Date: Tue, 29 Apr 2014 20:24:41 -0400 Subject: [PATCH] update Module::logoutRedirect default value (fix #14) --- Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Module.php b/Module.php index 4c2f327..8811327 100644 --- a/Module.php +++ b/Module.php @@ -66,7 +66,7 @@ class Module extends \yii\base\Module /** * @var array|string Url to redirect to after logging out */ - public $logoutRedirect = ["/"]; + public $logoutRedirect = "@web"; /** * @var bool If true, users will have to confirm their email address after registering (= email activation)