[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/cron/task/core/ -> update_hashes.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 130 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

update_hashes:: (4 methods):
  __construct()
  is_runnable()
  should_run()
  run()


Class: update_hashes  - X-Ref

Update old hashes to the current default hashing algorithm

It is intended to gradually update all "old" style hashes to the
current default hashing algorithm.
__construct(\phpbb\config\config $config, \phpbb\db\driver\driver_interface $db, \phpbb\lock\db $update_lock, \phpbb\passwords\manager $passwords_manager, $hashing_algorithms, $defaults)   X-Ref
Constructor.

param: \phpbb\config\config $config
param: \phpbb\db\driver\driver_interface $db
param: \phpbb\lock\db $update_lock
param: \phpbb\passwords\manager $passwords_manager
param: array $hashing_algorithms Hashing driver
param: array $defaults Default password types

is_runnable()   X-Ref
{@inheritdoc}


should_run()   X-Ref
{@inheritdoc}


run()   X-Ref
{@inheritdoc}




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1