From 1e758ba7f01fb07c2f497d755837bdce9bd57f18 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 11 May 2014 22:23:23 +0200 Subject: [ticket/12352] Add passwords driver for passwords that should be converted This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352 --- phpBB/phpbb/passwords/driver/convert_password.php | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 phpBB/phpbb/passwords/driver/convert_password.php (limited to 'phpBB/phpbb') diff --git a/phpBB/phpbb/passwords/driver/convert_password.php b/phpBB/phpbb/passwords/driver/convert_password.php new file mode 100644 index 0000000000..354c6b9ff3 --- /dev/null +++ b/phpBB/phpbb/passwords/driver/convert_password.php @@ -0,0 +1,50 @@ +