Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class LDAPChangePasswordHandler extends ChangePasswordHandler |
||
9 | { |
||
10 | private static $allowed_actions = [ |
||
|
|||
11 | 'changepassword', |
||
12 | 'changePasswordForm', |
||
13 | ]; |
||
14 | |||
15 | /** |
||
16 | * Factory method for the lost password form |
||
17 | * |
||
18 | * @return LDAPChangePasswordForm |
||
19 | */ |
||
20 | public function changePasswordForm() |
||
25 |