X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FAuth%2FConstants.pm;h=5a44dc1e34d8b6c65b85e2ea3ecb9dd31e2f140c;hb=5474d397bbc42ffaea0b51ebb4bb9a4c7afaa881;hp=4fe520a45011da4ccc33f123f31cea98a616fe1e;hpb=251480b566f6ab73f5546bb3fd303ccae9701d6e;p=kivitendo-erp.git diff --git a/SL/Auth/Constants.pm b/SL/Auth/Constants.pm index 4fe520a45..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; @@ -40,6 +42,8 @@ use constant SESSION_EXPIRED => 2; __END__ +=encoding utf8 + =head1 NAME SL::Auth::Constants - COnstants for Auth module @@ -54,10 +58,12 @@ SL::Auth::Constants - COnstants for Auth module This module provides status constants for authentication handling -=head1 FUNCTIONS - =head1 BUGS +none yet. + =head1 AUTHOR +Sven Schöling Es.schoeling@linet-services.deE + =cut