Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create a sign up process : email validation

BlueForest85May 5 2023

Hello everyone,

I would like to create a sign up process. So, the registration page would be public, accessible from a button on the login page. However, I would like to validate the email address sending an email with a confirmation link, to validate the user account.

What I think :

  1. When the user registers, I could generate a random string of X characters
  2. Add this generated value in a column of the user table
  3. Send a validation link to the user, to which the generated code is concatenated
  4. Create a page where the user can enter a code, which is supposed to be the previous generated code, in order to activate his account

Does this seem correct to you ?

If yes, how could I generate the link with the code to send it in the validation email, in order to enable the user to click on it, and validate his account ?

Thank you for your experience ! :)

Comments
Post Details
Added on May 5 2023
13 comments
860 views