From 04ef1bd42bfaa8bbb9c20fc074eb1e983150906c Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 22 Dec 2017 23:37:30 +0100 Subject: [PATCH] auth: reusable functions for password verification Page to change passwords will need to run the same code. --- auth.inc.php | 22 ++++++++++++++++------ login.php | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/auth.inc.php b/auth.inc.php index 94f0dcc..fd11b13 100644 --- a/auth.inc.php +++ b/auth.inc.php @@ -1,4 +1,19 @@