mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4.13' into 5
This commit is contained in:
commit
ae1c3bf0a0
@ -670,7 +670,7 @@ class Member extends DataObject
|
||||
$password->setRequireExistingPassword(true);
|
||||
}
|
||||
|
||||
$password->setCanBeEmpty(true);
|
||||
$password->setCanBeEmpty(false);
|
||||
$this->extend('updateMemberPasswordField', $password);
|
||||
|
||||
return $password;
|
||||
|
Loading…
Reference in New Issue
Block a user