Hi
I have tried editing the error message within the login process and I have tried to set a before header process to change the error message
if apex_application.g_notification ='Invalid Login Credentials' then
apex_application.g_notification :='If you are having trouble logging in, please contact you system administrator';
end if;
But neither option have changed the default error message
Is there another way of editing this error message?
Thanks