From 5ce005a4f120c7470cd84c1af306b64c52e3dbfc Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Tue, 28 Mar 2023 03:38:35 +0300 Subject: custom user manager extended class (work in progress) --- html/app/config/app_constants.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'html/app/config') diff --git a/html/app/config/app_constants.php b/html/app/config/app_constants.php index c533748..b5fb6d8 100644 --- a/html/app/config/app_constants.php +++ b/html/app/config/app_constants.php @@ -37,6 +37,13 @@ define('USER_ACCESS_TYPE', [ +// ERRORS AND ERROR MESSAGES /////////////////////////////////////////////////// +// ----------------------------------------------------------------------------- + +define('EMPTY_REQUIRED_FIELDS', 'Δεν έχουν συμπληρωθεί όλα τα υποχρεωτικά πεδία'); + + + // ASSETS: PATHS USED HEAVILY ////////////////////////////////////////////////// // ----------------------------------------------------------------------------- // these paths are used in order to easily find and autoload useful elemets -- cgit v1.2.3