]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Auth/Constants.pm
Kleinere DB-Details (Fremdschlüssel und verwaiste Tabelle)
[kivitendo-erp.git] / SL / Auth / Constants.pm
index 85227133844c46ee6c773f5dfd776e12bf6f20a2..5a44dc1e34d8b6c65b85e2ea3ecb9dd31e2f140c 100644 (file)
@@ -11,6 +11,7 @@ our %EXPORT_TAGS   = (
   ERR => [ qw(
     ERR_PASSWORD
     ERR_BACKEND
+    ERR_USER
   ) ],
   SESSION => [ qw(
     SESSION_OK
@@ -30,6 +31,7 @@ Exporter::export_ok_tags('all');
 
 use constant OK              =>   0;
 use constant ERR_PASSWORD    =>   1;
+use constant ERR_USER        =>   2;
 use constant ERR_BACKEND     => 100;
 
 use constant SESSION_OK      =>   0;