MCPcopy Create free account
hub / github.com/Rello/analytics / verifyPassword

Method verifyPassword

lib/Service/ShareService.php:147–149  ·  view source on GitHub ↗

* verify password hahes * * @param $password * @param $sharePassword * @return bool */

($password, $sharePassword)

Source from the content-addressed store, hash-verified

145 * @return bool
146 */
147 public function verifyPassword($password, $sharePassword) {
148 return password_verify($password, $sharePassword);
149 }
150
151 /**
152 * get all shares for an item (report or panorama)

Callers 1

authenticatePasswordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected