Can we create a custom Sign In & Sign Up form in Oracle Apex for the public user? Like somebody else from the public what to register himself and enter some data and later again if when he login then he can able to edit or view-only his data.
Share
i m getting error and details are not inserted into the table
What error are you getting? On which screen? Please describe your question in detail.
Follow these steps to create a custom sign-in & sign-up form in Oracle Apex:
First, enable and create the custom authentication described in the following post:
Creating custom authentication in Oracle Apex
You will find a table app_users in the above tutorial; create a page in Oracle Apex based on this table so that the user can create his profile and make that page as public by setting the following properties:
Then, also, you have to set the default Oracle Apex page login (9999) with the same setting as above so that the page can be accessed publically.
On this page, you will provide a link or button to open the sign-up page you created for the app_users table so that a new user can create his credentials and profile.
You can also create a custom change password page; check this post.
After completing all these steps, you will surely end up creating custom sign-in and sign-up pages.