@@ -113,6 +113,9 @@ |
||
| 113 | 113 | ->setMessages(array('Authentication successful.')); |
| 114 | 114 | } |
| 115 | 115 | |
| 116 | + /** |
|
| 117 | + * @param Bcrypt $bcrypt |
|
| 118 | + */ |
|
| 116 | 119 | protected function updateUserPasswordHash($userObject, $password, $bcrypt) |
| 117 | 120 | { |
| 118 | 121 | $hash = explode('$', $userObject->getPassword()); |