From d5bd89e1d64d00f0d10926c470bc850646f4a969 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 16 Mar 2014 23:39:07 +0100 Subject: Added func change_password --- www/constants.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/constants.php') diff --git a/www/constants.php b/www/constants.php index 78a73bf..0b22908 100644 --- a/www/constants.php +++ b/www/constants.php @@ -21,3 +21,8 @@ define("INVITE_SUCCESSFULL", 14); define("INVITE_INVITES", 15); define("INVITE_DATABASE", 16); define("INVITE_USEREXISTS", 17); + +define("PASSWORD_SUCCESS", 18); +define("PASSWORD_PASSWORD", 19); +define("PASSWORD_DATABASE", 20); + -- cgit v1.2.3