This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Authenticate customer | |
* | |
* @param string $login | |
* @param string $password | |
* @return bool | |
* @throws \Magento\Framework\Exception\LocalizedException | |
* Use \Magento\Customer\Api\AccountManagementInterface::authenticate |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Authenticate customer | |
* | |
* @param string $login | |
* @param string $password | |
* @throws Mage_Core_Exception | |
* @return true | |
* |
NewerOlder