Creating a Login Page customized OPS

Hello

Please help with the logic of my sub condition:

I have a custom table 'Employee' which stores the user name and password of the employees.

I created a Login Page with 2 messageTextInputs for the username, password and a "connect" button.

Once the user clicks on the "connect" button, it must verify the correct username, the combination of password for the table. If no match found, must throw error and redirect to the login page
If match is found and a "firsttime" flag table field is 0 for this user, update firsttime a flag as 1 and redirection to change_passwordPG where the old password is asked again and 2 new textfields to enter the new password twice. Once the change "submit" button is clicked, if the old password typed is the same only in the table for that user and 2 new passwords are the same, commits / updated the new password for this user in the table and redirects it to the Home_Page of the user. Otherwise view the respective errors.


I'm stuck at logic to validate the connection information in the case as well as the update controller the new password in the Change_PasswordCO.

Please help me with a good logic to implement the above scenario.


Thanks in advance,
Narayan

My approach would be like:

In the login page:

Create a VO from employees. Username, password part mandatory.
Adjust the value of username because it can exist spaces in some cases. And pass the username, password to VO to see values if the user credentials are valid or not.

VO question for example select username, password from employee where UserName =: 1 and password =: 2
This gves me valid user rank. Now, go to the change password page.

Change password Page:

Create a VO EO from employees.

PR:
Run the query to find the details of specific user (that we can get to the login page).
Firsttime value 1 flag value.

Of the PFR:
Check if entered old password is correct by comparing with the result of the VO.
After checking the 2 new passwords is identical, insert the new password help
row.setPassword () method. And then commit the changes.

Kind regards
Anand

Tags: Oracle Applications

Similar Questions

  • Is it possible to customize the login page customer web email?

    Is it possible to customize the login page customer web email? It would be wonderful to be able to offer my clients a personalized and wonderful connection Web page.

    Thans in advance!

    Diego

    Hi, no you can't.

    This is a 3rd third party vendor offering.

  • Create a login page that is not related to the database

    Hello

    I am really new to dream and ask you for help... Sorry if similar questions have been asked.

    I'm doing a website for my assignment interface, and I need to create a login page.

    How can I make a text box for entry of the identifier and the password? and how can I add a "connect" button?

    Furthermore, there is no connection to a database, it's just a model... so the solution using the codes may not help I guess

    Hello

    Check this thread Re: can I create a login/password in the Muse for a HTML5 page or two?

  • 11.1.2.2 OAM: Custom Login Page Timing out until the Timeout of Session value

    Hi all

    We are facing a weird problem in our application in which the custom login page is time in 15 minutes, although the session timeout has been configured as 65 minutes.

    All the world is facing this problem in the past?

    Here are the details -

    WebGate level "Max Session Time" = 60 minutes

    OAM Console - common parameters "Idle Timeout" = 65 mins

    The user will not be used on the page of connection custom for 20-25 minutes and after then tries to connect, it is redirected to an error page that says "system error, please contact your administrator '."

    Strangely, the application for which OAM SSO has been implemented honours timeout values.

    Newspapers -

    Error occurred during the processing of the request.

    Supplemental details java.lang.RuntimeException: authentication request has expired. Eapsed time in min: 79560

    at oracle.security.am.controller.BaseRequest.updateObjectWithCachedMap(BaseRequest.java:482)

    Research already done

    https://support.Oracle.com/epmos/faces/DocumentDisplay?ID=1908294.1 says that this question is but only for the "set timeout". But why in this case it happens before 65 mins!

    Appreciate any help.

    Thank you

    Nassima

    OK after all those hours was finally able to work around this bug as explained weird Oracle in the SR-

    https://support.oracle.com/epmos/faces/DocumentDisplay? ID = 1908294.1

    Add a metatag as following one behindin the login page customized.

        http://host.example.com/public/public.html">

    Http mechanism for a meta tag is described at: http://www.w3schools.com/tags/att_meta_http_equiv.asp

    The value of 890 seconds comes:

    The downtime of 15 minutes set by OAM seconds is:
    -Online (15 * 60 = 900) less (tolerance of 10 seconds time)

    If the user remains now 890 seconds on the custom login page, the browser will bring returns to the public page as defined by URL (http://host.example.com/public/public.html).


    I still have no idea why the custom login page times out after 15 minutes, where Oracle is set this value to "hard",

  • How can I create a member of my site login page?

    I want to create the login page for members on my site.

    Hello

    Please visit the following link Re: secure account login

    Kind regards

    Aish

  • Newbie: login page how?

    Hello

    How can I create a login page in the apex and link it with other tables defined db custom of the user/pswd?

    Thank you
    John

    Hi John,.

    You must create your own authentication scheme to do so. See [http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10499/sec.htm#BABHIEIA] for more details.

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • Modify the error pages customized in the spaces of the Webcenter Portal

    Hi all

    I use webcenter spaces 11.1.1.8.6. I need help on the following points.

    How can I create an error page customized for generic error pages that we have in the system pages as encountered error; None of the accessible Pages; Page not found; Portal not found; Not allowed. The goal is that we replace these pages with the page of the custom portal which has the appearance of portal and personalized message.

    For example. If we want to replace the profile page custom in webcenter we can create a customized our own page and create a writing of this page in the WC_PPL_COMMON_SETTING table. This will replace the profile existing and call our newly created custom page.

    Similarly, I want to know what can I do to change (like the encountered error error pages; None of the accessible Pages; Page not found; Portal not found; Not allowed).

    One way is to customize and press start to customizaing the default page. But I want to keep the default page as it is and to create my own new page, as I said to the profile.

    Thank you

    Seddik

    Hi all;

    I am able to redirect to any page of mine.

    in the file httpd.conf (under WebTier_ORACLE_HOME/instances/instance_name/config/OHS/ohs1) in the context of the virtual server configuration:

    I've added the rewrite rule and it worked.

    # VirtualHost example:

    # Almost any Apache directive may go into a VirtualHost container.

    # The first VirtualHost section is used for all applications that are not

    # Match a ServerName or ServerAlias in any block of .

    #

    #

    # ServerAdmin [email protected]

    # DocumentRoot "/ usr/local/apache2/docs/dummy-host.example.com".

    # ServerName dummy - host.example.com

    # ServerAlias www.dummy-host.example.com

    # ErrorLog "logs/dummy-host.example.com-error_log".

    # Common CustomLog "logs/dummy-host.example.com-access_log."

    #

    NameVirtualHost *: 7795

    ServerName 10.238.52.43

    ServerAlias CTSINMBPCVS01.cognizant.com

    RewriteEngine on

    RewriteOptions inherit

    # RewriteRule ^ / mylife$ / index.html [R, L]

    # RewriteRule ^ / owc_discussions$ / index.html [R, L]

    RewriteRule ^/webcenter/system/WCPageNotFound.jsp/webcenter/portal/mylife/Home/PageNotFound [L, R = 301]

    RewriteLog /tmp/rewrite.log

    RewriteLogLevel 9

    Thank you;

    Seddik

  • A position requiring user login page between 2 or 3 random characters a memorable name

    Hello

    I've successfully created a login page (username + password) that links to a page of account. But I would like to insert an intermediate page (after login) where the user must type 2 or 3 random characters a memorable name.

    No idea how to implement this please in Dreamweaver / PHP/MySQL?

    for example:

    Type of user username and password... login.php... he is sent to login2.php with two or three drop-down box where he needs to enter the respective name memorable character: ("elephant")

    Enter the 1st memorable character of the name of youre
    Enter the 5 characters of your memorable nameh

    Any help or idea how to proceed is appreciated... Thank you.

    Hi, I'm doing a site that simulate a banking application for the last year of it project. So, just a user name and password is not going to be enough, I would like to add a 2nd level of password as you call it. In the United Kingdom, my Bank it call a "memorable" name can be any word about 8 + characters or it will be same not a "pin" 4-digit which is normally found in the table of user information.

    My problem is that after the successful login, the screen asking the user to enter the random characters of his memorable name or PIN. I'm not too good with php coding... only the beginner level, so I rely a lot of dreamweaver to do most of the work for me. but I understand some php and mySQL.

  • Custom page of OPS R12.2.3 run of Jdeveloper

    Hello

    I'm developing a customized OPS for R12.2.3 page. I want to run this page directly from Jdeveloper, but Im getting issue of insufficient privileges

    I downloaded the patch appropriate for my EBS version, downloaded to my pc the .dbc files and configured in the runtime connections.

    My custom page works OK deployed in EBS.

    My page is the responsibility of the system administrator so I configured

    connect TIME:

    Short name of the application: SYSADMIN

    RESP key: SYSTEM_ADMINISTRATOR

    DBC file: E:\IDE\jdev1223\jdevhome\jdev\dbc_files\secure\DESA.dbc

    user and password are correct to Sysadmin/sysadmin

    in the performance options are of the 4 available test modes

    OABackbuttonTestMode

    OAPAssivationTestMode

    .. .dumbUIXtree

    ... conectionTestMode.

    Am I missing something?

    A

    It comes to my runtime jdeveloper error log.

    URL - target http://localhost:8988/OA_HTML/runregion.jsp

    15/03/12 09:38:08 TIME: runregion: initialization [1 DC]

    15/03/12 09:38:14 TIME: runregion: creation of session and transaction [6328 ms]

    15/03/12 09:38:14 TIME: runregion: initialization [1 DC]

    15/03/12 09:38:15 TIME: runregion: creation of session and transaction [471 ms]

    03/12/2015-09:38:15 oracle.adf.share.config.ADFConfigFactory findOrCreateADFConfig

    INFO: oracle.adf.share.config.ADFConfigFactory no META-INF/adf - config.xml not found

    15/03/12 09:38:15 java.lang.IllegalArgumentException: unknown signal: ALRM

    15/03/12-09:38:15-sun.misc.Signal. < init > (Signal.java:126)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.AppsDiagnosticsHandler.install (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.server.OAApplicationModuleImpl.initializeSignalHandler (unknown Source)

    15/03/12-09:38:15-oracle.apps.fnd.framework.server.OAApplicationModuleImpl. < clinit >(Unknown Source)

    15/03/12 09:38:15 to java.lang.Class.forName0 (Native Method)

    15/03/12 09:38:15-java.lang.Class.forName(Class.java:247)

    15/03/12 09:38:15-oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)

    15/03/12 09:38:15-oracle.jbo.common.JBOClass.forName(JBOClass.java:164)

    15/03/12 09:38:15-oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:177)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:836)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:770)

    15/03/12 09:38:15-oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:534)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:587)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:449)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:382)

    15/03/12 09:38:15-oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:364)

    15/03/12 09:38:15-oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)

    15/03/12 09:38:15-oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.createStaticAKApplicationModule (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModuleSync (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.getStaticAKApplicationModule (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15 to oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)

    15/03/12 09:38:15-_OA._jspService(_OA.java:72)

    15/03/12 09:38:15-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/03/12 09:38:15 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)

    15/03/12 09:38:15-$100 (ServletRequestDispatcher.java:68) com.evermind.server.http.ServletRequestDispatcher.access

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:214)

    15/03/12 09:38:15-oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)

    15/03/12 09:38:15-com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    15/03/12 09:38:15-_OA._jspService(_OA.java:81)

    15/03/12 09:38:15-com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    15/03/12 09:38:15-oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    15/03/12 09:38:15 at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)

    15/03/12 09:38:15-com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:226)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:127)

    15/03/12 09:38:15-com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:116)

    15/03/12 09:38:15-oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    15/03/12 09:38:15-com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    15/03/12 09:38:15-java.lang.Thread.run(Thread.java:662)

    Better subject.

    Ash

    I solved this problem changing Embedded OCJ4 preferences of localhost to my local network (im my case 172.29.11.100) IP addess

  • Call Oracle EBS From custom page of OPS (D2k)

    Hi all

    I'm calling simultaneous view form oracle ebs since my custom OPS page.

    I created a button and call the form display simultaneous oracle, click the

    Here is my code I use to call Oracle form

    If (pageContext.getParameter ("ViewRequest")! = null) {}

    {

    String destination = "form: XXGL:XX_PL_MN:STANDARD:FNDRSRUN;

    pageContext.forwardImmediatelyToForm (destination);

    }

    The question is when I click the button it dose not open the form.

    Please let me know that my client has urgent need.

    Thank you

    S17

    Hello

    You will not be able to call the form in this way.

    Do ViewRequest ask a simple button instead of the button "submit".

    Create a function that corresponds to your form. In the URI of the destination of this button gives this function

    Concerning

    Marie Lise S

  • I want to create a secure login page to direct customers to an external site my photography

    I want to create a secure login page to direct my photography clients to an external site where they order of

    Thank you for posting.

    To create a connection to a secure area, you must have a customer database and for the customer database, you need a hosting. Muse is just a design software. It does not provide hosting services. However, you can publish sites to Muse on Business catalyst. British Colombia has the ability to create a secure area and provides the functionality of connection. Please refer to this article: http://kb.worldsecuresystems.com/kb/add-secure-area-your-site.html

    Use the secure British Colombia area feature, you can provide the functionality of connection. You can collect the payment on your website as well using BC. However, if you want to collect the payment on the external Web site, you can create a link on the gallery page, which will take the customer to the external site. However, the product information will be not passed on the external site unless you use custom code to pass information about the product.

    I hope this helps.

    Kind regards

    Aish

  • I created several users, all have administrator rights, however... that one user appears on the login page. Help...

    New iMac, I created 3 users, all who have administrator access.  However, only one user and the guest user appears in the login page... .in order for me to move on to the other two admins I have to identify you so that a user, and then sign out... at this time I am able to see the other two users to the login page.  How can I fix this?

    Are you using FileVault? If so, you need to allow other users unlock the screen. Or turn off FileVault.

  • Create a PDF from a Web Site secure only gets the Login Page

    I am trying to capture a part of a web site secure PDF, but when I start the conversion only gets to login page THAT PDF would be. I have full access.  I see other web site secure questions here, but not this one.

    Hello

    This is because Acrobat doesn't have a login. If you need to create a specific secure web page PDF file, you can open it in the browser and then convert via Acrobat plug-in software component.

    It is not possible to convert from Acrobat itself secure sites.

    Thank you

    Tanvi

  • How can I create a member login page if I do not host with catalyst for business?

    I would like to create a page on my site that members can create a login and get some of the protected documents. Help, please!

    You can not do in Muse unless you use Business Catalyst or third party commercial plugin like TinyPass for example. Only Muse does not provide a way to do because it requires databases and scripting side server.

  • Create the Mikrotik Hotspot Login Page

    Hello

    I want to create the Hotspot Mikrotik Login Page in Adobe Muse. How to create Mikrotik Hotspot Login Page in Adobe Muse?

    That would be a form of normal web being sent to the hotspot server / router. It basically has nothing to do with the Muse of all beyond to design the layout of the form. The rest of the info is to be implemented according to their recommendations.

    Mylenium

Maybe you are looking for