mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
3f1f9d04b7
- has the fields and actions extracted to a separate method, so it's more easily overridable - Moved the global variable $_REQUEST to getting the info from the controller - Updated string variables to `::class` - Updated RequiredFields to be set in the YML, so it's overridable/updatable from either Config or code
4 lines
84 B
YAML
4 lines
84 B
YAML
SilverStripe\Security\MemberLoginForm:
|
|
required_fields:
|
|
- Email
|
|
- Password |