Hi All,
I have 2 queries
1. For my Database Application I have created a custom authentication scheme (which is working fine btw), while testing the login page for failed logins after I click on the Login button I get the following message displayed 'Invalid Login Credentials Please wait 24 seconds to login again'. My question is there a way to change the this message with our own custom one? If yes then how can it be done? I tried 'apex_application.g_print_success_message := '<span style="color:red">Invalid Login Credentials.</span>'; in my Custom Authentication scheme but it didnt worked.
2. I created a HTML page for creating users and updating their passwords by creating some Page Items along with buttons and processes, now when I want to create a user I am passing user name and password and I click on the Create Button User, the prompt shows that the user has been created but when the page refreshes the password is still there in the password column. How do I make sure that after the creating the user the user name and password column should be NULL again??
I am using APEX 4.2 and ebs r12.
Thanks