Back to Joomla project (class list)

Class CheckIfRehashNeededHandlerInterface - list of methods

Interface for a password handler which supports checking if the password requires rehashing
Package: Joomla\CMS\Authentication\Password
Copyright: (C) 2017 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Authentication/Password/CheckIfRehashNeededHandlerInterface.php
Project: Joomla

Method Summary

public bool
(string $hash)

Check if the password requires rehashing
Parameters
  • string $hash The password hash to check
Returns
  • bool
Since
  • 4.0.0
Show source code of this method: checkIfRehashNeeded Source Code

Tags Summary

Since
4.0.0