From a4118da1cc89d897e96fa0ca27f4e44cca84391d Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 17 Mar 2014 00:01:19 +0100 Subject: Added func recover_password --- www/constants.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/constants.php') diff --git a/www/constants.php b/www/constants.php index 0b22908..1717291 100644 --- a/www/constants.php +++ b/www/constants.php @@ -26,3 +26,6 @@ define("PASSWORD_SUCCESS", 18); define("PASSWORD_PASSWORD", 19); define("PASSWORD_DATABASE", 20); +define("PASSWORD_SUCCESS", 21); +define("PASSWORD_EMAIL", 22); +define("PASSWORD_PROHIBITED", 23); -- cgit v1.2.3