Piwik\Plugins\Login\PasswordResetter::getPasswordResetInfoOptionName PHP Méthode

getPasswordResetInfoOptionName() public static méthode

Gets the option name for the option that will store a user's password change request.
public static getPasswordResetInfoOptionName ( string $login ) : string
$login string The user login for whom a password change was requested.
Résultat string
    public static function getPasswordResetInfoOptionName($login)
    {
        return $login . '_reset_password_info';
    }