| 1 | <?php |
||
| 11 | class LoginController extends GeneralController |
||
| 12 | { |
||
| 13 | const TEMPLATE_INDEX = DIRECTORY_SEPARATOR . '_cp'; |
||
| 14 | const LOGIN_TEMPLATE = 'saml-sp/_cp/login'; |
||
| 15 | const LOGIN_TEMPLATE_34 = 'saml-sp/_cp/login34'; |
||
| 16 | |||
| 17 | public $allowAnonymous = [ |
||
| 18 | 'index', |
||
| 19 | ]; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return \yii\web\Response |
||
| 23 | */ |
||
| 24 | public function actionIndex() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Support UI changes in 3.4 |
||
| 37 | * @return string |
||
| 38 | */ |
||
| 39 | private function getLoginTemplate() |
||
| 49 | } |
||
| 50 |