X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8d38eed850ea21bdc5b9725e043d7b2f95ce1ace..549f187d3a2b1d15f96c4556714666ed954447bb:/SL/Auth/Constants.pm diff --git a/SL/Auth/Constants.pm b/SL/Auth/Constants.pm index 852271338..5a44dc1e3 100644 --- a/SL/Auth/Constants.pm +++ b/SL/Auth/Constants.pm @@ -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;