Create apex user with self registration
I am creating an application where I want the users to be able to go to a public page, and then register which then creates them a user account. Is this possible using APEX users or do I need to create my own security? The create user API can only be run from an administrator.
If I need to create my own security, does any one have a simple step by step guide to doing this. I can create the table holding the username and password (hashed) no problem, but it is just attaching this to APEX and then using it in the application that I am unsure about it.