@@ -79,7 +79,7 @@ |
||
79 | 79 | * Change the password |
80 | 80 | * |
81 | 81 | * @param array $data The user submitted data |
82 | - * @return HTTPResponse |
|
82 | + * @return \SilverStripe\Control\HTTPResponse |
|
83 | 83 | */ |
84 | 84 | public function doChangePassword(array $data) |
85 | 85 | { |
@@ -82,7 +82,7 @@ |
||
82 | 82 | * @param array $data |
83 | 83 | * @param HTTPRequest $request |
84 | 84 | * @param ValidationResult|null $result |
85 | - * @return bool|Member |
|
85 | + * @return null|\SilverStripe\ORM\DataObject |
|
86 | 86 | * @internal param Form $form |
87 | 87 | */ |
88 | 88 | public function authenticate(array $data, HTTPRequest $request, ValidationResult &$result = null) |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | /** |
56 | 56 | * Factory method for the lost password form |
57 | 57 | * |
58 | - * @return Form Returns the lost password form |
|
58 | + * @return LDAPChangePasswordForm Returns the lost password form |
|
59 | 59 | */ |
60 | 60 | public function ChangePasswordForm() |
61 | 61 | { |
@@ -103,7 +103,7 @@ discard block |
||
103 | 103 | /** |
104 | 104 | * Factory method for the lost password form |
105 | 105 | * |
106 | - * @return Form Returns the lost password form |
|
106 | + * @return LDAPLoginForm Returns the lost password form |
|
107 | 107 | */ |
108 | 108 | public function LostPasswordForm() |
109 | 109 | { |