|
|
|
@ -11,7 +11,7 @@ sub portalConstants { |
|
|
|
|
return { |
|
|
|
|
|
|
|
|
|
# Portal errors |
|
|
|
|
# Developers warning, do not use PE_INFO, it's reserved to autoRedirect. |
|
|
|
|
# Developers warning, do not use PE_INFO, it's reserved to autoRedirect. |
|
|
|
|
PE_LOGOUT_OK => -7, |
|
|
|
|
PE_PASSWORD_OK => -6, |
|
|
|
|
PE_IDPCHOICE => -5, |
|
|
|
@ -103,7 +103,7 @@ sub portalConstants { |
|
|
|
|
PE_IMPERSONATION_SERVICE_NOT_ALLOWED => 93, |
|
|
|
|
PE_ISSUERMISSINGREQATTR => 94, |
|
|
|
|
PE_RESETCERTIFICATE_INVALID => 95, |
|
|
|
|
PE_RESETCERTIFICATE_FOREMPTY => 96, |
|
|
|
|
PE_RESETCERTIFICATE_FORMEMPTY => 96, |
|
|
|
|
PE_RESETCERTIFICATE_FIRSTACCESS => 97, |
|
|
|
|
}; |
|
|
|
|
} |
|
|
|
|