Add Create Account button in Apex|User Authorization,Part-2

Add Create Account button in Apex|User Authorization,Part-2

In this post I will try to show you how to add Create New Account button for users in Oracle Apex application and how users can log in, this post is Part-2 post regarding User Authentication. If you haven't seen the post Part-1 related to User Authentication then you can watch the video and post by clicking on the link below.

Some discussion about Oracle Apex Authorization

"User Authorization" is an important issue for any web application. Without the use of "User Authorization", no application is complete.
I will try to show all the important things in the Oracle Apex application through a few parts, including user login according to "User Authorization", user role, user log, user menu usage. Hopefully, if you see all the parts related to "User Authorization", you can easily use "User Authorization" in Oracle Apex.
I will try to show you how to create a change password page in Oracle Apex my next video and Post, there was a request to watch the video.

Steps to Add Create Account Button In Oracle Apex User Authentication, Part-2. Account button

Make Custom User Authorization Schemes. Oracle Apex. Part-1, Account button I will try to show you how to create user authentication table, sequence, package, trigger key.
In today's post, I will try to show you how to add Create New Account button. Hopefully, you can easily use user authentication for your Oracle Apex application using the SQL code provided by me. Add Create Account Button

  1. Go To Login Page.
  2. Create a Button, Name- Create New Account.
  3.  Go to the Create New User page.
  4.  Goto Page Properties
  • Appearance - Page Mode - Modal Dialog. Security - Page Is Public CSS 
  •  Inline - Paste the following code -
#t_Body_content_offset {
    height: 3px !important;
}

.t-Breadcrumb-label {
    display: none;
}

.t-Region-headerItems--title {
    text-align: center;
    padding: 0.6rem 1.2rem;
}

.t-Report-colHead {
    padding: 5px;
}

.t-Report-cell {
    padding: 3px 10px;
}

body .ui-dialog .ui-dialog-titlebar {
    background-color: #ff0202b5;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 1px !important;
    border-bottom-right-radius: 1px !important;
    background-color: aliceblue;
}

body .ui-dialog--notification.ui-dialog .ui-dialog-content,
body .ui-dialog--notificationLarge.ui-dialog .ui-dialog-content {
    min-height: auto !important;
    padding: 0 32px 36px;
    color: #000;
    font-size: medium;
}

.t-Region-title {
    font-weight: 700;
}

5. Create a Process

Name- Close Dialoge Execution Options - Processing
6. Go to the Login Page again.
7. Go to Create New Account Button Properties

 Behavior - Action - Redirect To Page Target - Enter the page number to create your user.

If there is any problem with the SQL code provided by me then you can definitely let me know by mail or mobile number and comment. I must give you any SQL code. User Authorization

See My Demo Application.
            Url- Demo Application
            Username- demo, Pass- demo

Links to all the parts related to User Authorization will be given below.

  1. User Authorization Schemes, Part-1 Video Url- https://youtu.be/vSdzwnkFDRs
  2.  Add Create New Account button on the login page, User Authorization, Part-2 Video Url- https://youtu.be/IajwZ5dp6Qc
  3.  Create a ChangePassword Page, User Authorization, Part-3 Video Url- https://youtu.be/iRXsO0MTOuM
  4. Reset Password, User Authorization, Part-4 Video Url- https://youtu.be/IK3PjyWGQIA
  5. Dynamic Navigation Menu, User Authorization, Part-5 Video Url- https://youtu.be/Ozoc4cpjBKY
  6.  Set Menu According To User Access Role, User Authorization Part-6 Video URL- https://youtu.be/X407N_N2HNM
  7. Add Edit Button in Report According to User Access Role || Oracle APEX? User Authentication, Part-7.User Authorization Video URL- https://youtu.be/n9W64qUoS1E
  8. Access google authentication in Oracle Apex | Google Authentication. User Authorization Video URL- https://youtu.be/kGMmvuG5Qs8
  9. Change Password in Email Verification if you Forget Your Password. User Authorization Video URL- https://youtu.be/MPZQuraig7w


Hope you find this post helpful User Authorization. To see more about Oracle Apex User Authorization, you can visit my website.
You can also visit my youtube channel. I try my best to share my education with everyone. I will always try to give you something new. Please help by subscribing to my youtube channel.

Many thanks for visiting the site.

Then Enjoy.........................Create Account Button || User Authorization, Part-2

Post a Comment

Hlo Sir

Previous Post Next Post