@@ -111,7 +111,8 @@ |
||
111 | 111 | return $mapping->getUid(); |
112 | 112 | } elseif ($passwordEncoder->isPasswordValid($mapping->getPass(), $data['pass'], null)) { |
113 | 113 | // new way |
114 | - if ($passwordEncoder->needsRehash($mapping->getPass())) { // check to update hash to newer algo |
|
114 | + if ($passwordEncoder->needsRehash($mapping->getPass())) { |
|
115 | +// check to update hash to newer algo |
|
115 | 116 | $this->updatePassword($mapping, $data['pass']); |
116 | 117 | } |
117 | 118 |