1 | <?php |
||
15 | class LostPasswordForm extends MemberLoginForm |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * Create a single EmailField form that has the capability |
||
20 | * of using the MemberLoginForm Authenticator |
||
21 | * |
||
22 | * @return FieldList |
||
23 | */ |
||
24 | public function getFormFields() |
||
30 | |||
31 | /** |
||
32 | * Give the member a friendly button to push |
||
33 | * |
||
34 | * @return FieldList |
||
35 | */ |
||
36 | public function getFormActions() |
||
45 | } |
||
46 |