mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
parent
d431e98ecf
commit
18661005ee
@ -1105,6 +1105,7 @@ class Form extends RequestHandler {
|
||||
|
||||
return $this->message;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Set a status message for the form.
|
||||
|
@ -10,8 +10,6 @@
|
||||
* @property string Email
|
||||
* @property string Password
|
||||
* @property string RememberLoginHash
|
||||
* @property int NumVisit
|
||||
* @property string LastVisited Date and time of last visit
|
||||
* @property string AutoLoginHash
|
||||
* @property string AutoLoginExpired
|
||||
* @property string PasswordEncryption
|
||||
@ -1215,11 +1213,6 @@ class Member extends DataObject implements TemplateGlobalProvider {
|
||||
}
|
||||
|
||||
$mainFields->removeByName('Salt');
|
||||
$mainFields->removeByName('NumVisit');
|
||||
|
||||
$mainFields->makeFieldReadonly('LastVisited');
|
||||
|
||||
$fields->removeByName('Subscriptions');
|
||||
|
||||
// Groups relation will get us into logical conflicts because
|
||||
// Members are displayed within group edit form in SecurityAdmin
|
||||
|
Loading…
x
Reference in New Issue
Block a user