mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixed PJAX Registration and password recovery
This commit is contained in:
parent
7ac67ce973
commit
47c9aac669
@ -15,7 +15,6 @@ use humhub\modules\user\models\User;
|
||||
use humhub\modules\user\models\Password;
|
||||
use humhub\modules\user\models\forms\AccountRecoverPassword;
|
||||
|
||||
|
||||
/**
|
||||
* Password Recovery
|
||||
*
|
||||
@ -29,11 +28,6 @@ class PasswordRecoveryController extends Controller
|
||||
*/
|
||||
public $layout = "@humhub/modules/user/views/layouts/main";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $subLayout = "_layout";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
@ -9,7 +9,6 @@
|
||||
namespace humhub\modules\user\controllers;
|
||||
|
||||
use Yii;
|
||||
|
||||
use yii\web\HttpException;
|
||||
use yii\authclient\ClientInterface;
|
||||
use humhub\components\Controller;
|
||||
@ -31,11 +30,6 @@ class RegistrationController extends Controller
|
||||
*/
|
||||
public $layout = "@humhub/modules/user/views/layouts/main";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $subLayout = "_layout";
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user