mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed Authenticators to work with r52400
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.2.2@52394 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
43bf269643
commit
28ade5332e
@ -26,7 +26,7 @@ class MemberAuthenticator extends Authenticator {
|
||||
* the member object
|
||||
* @see Security::setDefaultAdmin()
|
||||
*/
|
||||
public static function authenticate(array $RAW_data, Form $form = null) {
|
||||
public static function authenticate($RAW_data, Form $form = null) {
|
||||
$SQL_user = Convert::raw2sql($RAW_data['Email']);
|
||||
|
||||
// Default login (see Security::setDefaultAdmin())
|
||||
|
Loading…
x
Reference in New Issue
Block a user