Change login page and logout_url

I created with apex 2.1 a new login page.
How/where can I reset the login process to page 1 or page 101 ?
Where can I edit which page corresponds with LOGOUT_URL ?
In Shared Components > Security > Authentication Schemes > Change > Next
I can see which page corresponds at the moment, but I do not know where to change these settings
(Authentication schema is the default Application Express)
The string looks like:
wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_se
ss=&APP_ID.:102

I just had a look at the documentation and realize it was slightly different back in 2.1.
You need to use the LOGOUT procedure rather than just setting it in shared components:
Here is the link to the documentation:
http://download.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25309.pdf
If you search for the "LOGOUT Procedure" which part of the Oracle Application Express API's it gives an example of how it used.
There is also a procedure API for the login which can also be searched for under "LOGIN Procedure" and also has an example of how it can be used.
Thanks
Paul

Similar Messages

  • Editing login Pages and links for EP6 SP2- how to?

    Hi Gurus,
    I'm exploring the possibility of modifying the existing screens of the log in page of EP6. ( eg, the "forgotten password" flow logic page and password recovery page of the "Logon Problems? Get Support" link.
    It's my first time using EP6 so I'm not familiar with the procedure. my search for tutorials or walkthough have been fruitless.
    Can anyone guide me with a URL/link  of an useful guides and tutorials of the process of customizing the views? Thanks a billion!!
    Regards,
    Jansen

    Hi,
    Have a look on this web logs
    Is your Portal Logon Page more colorful?
    A fast and easy Portal logon page customizing
    Change the portal logon page image programmatically
    Portal Customizations Intro - Login Part 1
    Portal Customizations Intro - Login Part 2
    Modifying The Logon Par(or customising the Logon Screen)
    Regards,
    Vishal
    PS: Reward points for helpful answers.
    null

  • Can anyone help regarding the Admin Login page and Normal User Page.

    Hi Friends,
    I have worked on normal login page it has been worked well. But now i have to create the Admin login page. That means, I have written the code in the following way.
    public String userLogin_action() {
            // TODO: Process the button click action. Return value is a navigation
            // case name where null will return to the same page.
            com.sun.sql.rowset.CachedRowSetXImpl crs = new com.sun.sql.rowset.CachedRowSetXImpl();
            String Name =  getUserName().getText().toString();
            String password =  getUserPwd().getText().toString();
             try {
                crs.setDataSourceName("java:comp/env/jdbc/Employee");
                crs.setCommand("SELECT * FROM srni.UserTable");
                crs.setTableName("UserTable");
                crs.execute();
                crs.beforeFirst();
                while(crs.next()){
                info("Cursor is been moving");   
                boolean ok = crs.getBoolean("Admin");
                info("Value of ok:" + ok);
                String Username = (String) crs.getObject("UserName");
                info("Usernames are:" + Username + Name);         
                if(Username.equals(Name)&&(ok)){
                info("Login Successfull");
                java.util.Date Date = new java.util.Date();
                info(" Admin Logged on :" + Date);
                return "toUserPage";
                info("Login Failed or Admin doesn't exist");
            catch (Exception e) {
                error("Login Failed : " + e.getMessage());
            } finally {
                crs.close();
            return null;
        }You can see there that i have used the boolean type of value for verifying wheter the user is admin or not. If the admin type of column in database is true then it must allow the admin to certain page. Otherwise it must not redirect. So i have used this logic. When i am checking it is showing everything true,but it is not redirecting and it is saying that login failed. Please try the above code with a sample database table and verify it. You can see the output like this.
    Cursor is been moving
    Value of ok:true
    Usernames are: srinu srinu //here it must not go to next cursor,because srinu has been identified, but it is not behaving like that.
    Cursor is been moving
    Value of ok:false
    Usernames are: Chandu srinu
    Cursor is been moving
    Value of ok:false
    Usernames are: kirank srinu
    Login Failed or Admin doesn't exist The above output describes that it is moving the cursor from first row to the last row and checking all the usernames i n each row with the given username, and it is also checking wheter it is admin or not. Currently i have three rows so it is moving three times. It is retreiving every value correctly but in comparing it is not comparing. What to do.
    Please help me out from this problem.
    Thanking You in Advance.

    The buttons are all created using the same library object (but MC), except for the code you have in the revised file does not call on that for the con button.
    You have it calling on something with a linkage name of "con", which a quick check tells me doesn't exist--so it is undefined in the code when you try to use it.  I found this by using trace(newConBut._x); after its _x value was assigned, as I mentioned you should try.   So the first thing you want to do is change the following line from...
    var newConBut = _root.attachMovie("con", "conbut", _root.getNextHighestDepth());
    To
    var newConBut = _root.attachMovie("but", "conbut", _root.getNextHighestDepth());
    so that it uses the but MC that serves that purpose in the library.  Then you want to correct the _x assignment of the buttons to what I think you had earlier...
    newConBut._x = 650-newConBut._width;
    newRecBut._x = newConBut._x-newRecBut._width;
    Here is a picture of what those changes do (note, without the XML file I had to finagle things just to work, so the biutton labels aren't what they will be)...

  • Not able to access the portal login page and idenetity console page

    Hi all.
    I installed PS 6.1 on a new Solaris 8 Box. DNS is not configured for this box.
    I use netscape browser on the solaris boz to test my installation - everything is fine
    issue:
    When i tried to access the amconsole or amserver/UI/Login application, it bombs with the following exception.
    but i can see the default webserver page (or any static html for that matter).
    any clue?
    10/28/2003 03:22:22:776 PM EET: Thread[Thread-195,5,main]
    ERROR: Exception occured
    java.lang.Exception: Service URL not found:session
    at com.iplanet.services.naming.WebtopNaming.getServiceURL(WebtopNaming.java:180)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:686)
    at com.iplanet.dpro.session.Session.getSessionServiceURL(Session.java:668)
    at com.iplanet.dpro.session.Session.getSession(Session.java:540)
    at com.iplanet.sso.providers.dpro.SSOProviderImpl.createSSOToken(SSOProviderImpl.java:73)
    at com.iplanet.sso.SSOTokenManager.createSSOToken(SSOTokenManager.java:280)
    at com.sun.identity.authentication.service.AuthUtils.getOrigLoginURL(AuthUtils.java:1546)
    at com.sun.identity.authentication.UI.LoginViewBean.forwardTo(LoginViewBean.java:253)
    at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:783)
    at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:434)
    at com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312)
    at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.iplanet.server.http.servlet.NSServletRunner.invokeServletService(NSServletRunner.java:919)
    at com.iplanet.server.http.servlet.WebApplication.service(WebApplication.java:1061)
    at com.iplanet.server.http.servlet.NSServletRunner.ServiceWebApp(NSServletRunner.java:981)

    I am facing the same problem. I am using Custom Authentication module. When I access the login page for this custom authentication module I got this error. I have DNS entry and added the IP Adress in the host file too. Anyone tell us, what could be the problem?

  • Can't connect Windows 8.1 Enperprise to Windows Server 2012 Essentials. Get a Digest Login page and then a Blank with HTTP 404 Error page. Need help!

    Hi,
    I have make a new and clean install of Windows Server 2012 R2 Essentials on my office network server and then i made a new and clean install of Windows 8.1 Enterprise version on one of my office desktops.
    After all VPN and Anywhere Access where setup on the server i when to a PC that is inside my office network and browse on Internet Explorer to the URL to connect this PC to the server and make it part of the domain.
    But when i browse to the http://MYSERVERNAME/connect im not getting the Windows Server page with the option to download the windows connector. Instead i get a login pop-up saying "iexplore" and "digest". I try to create a user on the server
    and use that user login details on this login box, but even then, the only thing i get is a blank page saying a HTTP Error 404.
    So can someone please help me on this? Any advice on how to solve this problem in order to show the normal Windows Server connect page? 
    Thanks

    Hi,
    Based on your description, please refer to following operations and troubleshoot this issue. Then check if
    can help us to narrow down the cause of this issue.
    Please type
    http://server-IP-address/connect in IE. Then check if encounter the same issue.
    On the Windows Server 2012 R2 Essentials, please open Internet Information Services (IIS) Manager. Navigate to Sites, then right click Default Web Site and select
    Edit Bindings… In Site Bindings, select Port 80 and click “Edit…” button. Would you please provide a screenshot of the Edit Site Binding (Port 80) that you can see?
    Then please click
    Connect which in the list of Default Web Site. In the mid panel, select
    .NET Authorization Rules and double click it. Then please check if all users were allowed.
    By the way, would you please provide a screenshot of the login page when you browser
    http://servername/connect? It may help me to understand this issue clearly.
    Meanwhile, please logon a problematic client computer and navigate to the path: C:\ProgramData\Microsoft\Windows
    Server\Logs folder. Then check if there is Computerconnector log file. If there is, please check it if can find some clues. (Please note: the log file is a hidden file. Please open Control Panel, select Folder Options, select View tab and check Show hidden
    files, folders and drives. Then you will be able to find the log file.)
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Login page  and -Xlint message on compilation

    i have a login page which ought to call up another page once the password entered corresponds with the data on the table in the database.
    I tried to compile the code in the file Enter.java and i got the following message on the command prompt:
    NOTE: Enter.java uses or overrides a deprecated API.
    NOTE: Recompile with -Xlint:deprecation for details.
    WHAT DOES IT MEAN TO RECOMPILE WITH -Xlint?
    Any idea what this is about and how to circumvent it?

    that's means that you've used a deprecated method in your java code.
    recompile your code as the following:
    javac -Xlint MyClass.java
    See http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/javac.html for more information

  • I can't open my work web site it lets me go right to the login page and won't open how can I fix this

    I can't open my work web site it let's me go to the login page then it won't go any further how do I fix this

    To see whether this problem is caused by the new HTML5 parser feature in Firefox 4, you can turn it off like this:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''html5''' and pause while the list is filtered
    (3) Double-click '''html5.parser.enable''' to toggle it to false (it will turn bold).
    Then return to your work site and reload the page.
    Does that make any difference? If so, you can leave it that way. If not, you might as well switch it back (double-click that preference again to toggle it back to true.)
    If not, and you need to roll back, here's the process:
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    Next, download and save Firefox 3.6 to your desktop for future installation. http://www.mozilla.com/firefox/all-older
    Close Firefox 4.
    You could install Firefox 3.6 over it (many have reported success) or you could uninstall Firefox first. If you uninstall, do not remove your personal data and settings, just the program.
    Unless you have installed an incompatible add-on, Firefox 3.6 should pick up where you left off. If there are serious issues, please post back with details.
    Note: I haven't actually tried this myself!

  • HTMLDB 2.0 Login page and FireFox - incompatible ?

    Pressing the "Login" button on Login Page doesn't make any action in Firefox 1.06, but works in Internet Explorer. I just upgraded from 1.6 to 2.0 and immediatly faced with this issue.
    Anyone tried version 2.0 with Firefox ?

    The error is very unconsistent. Sometimes i get 404, sometimes i don't.
    It happens to me all the time everywhere in the application pages. It can be link, tab or item (like Datetime picker) - sometimes results in 404, sometimes not. I tried increasing connection pool in Apache - doesn't help. 1.6 worked just fine.
    Today i will definitely revert back to version 1.6
    Message was edited by:
    Quadro

  • [SOLVED] LSDP changes Start Page and default printer

    Hi!
    If I install LSDP two things happen:
    1) My Start Page in Internet Explorer gets reset to some old value
    2) The setting to change the default printer when I change network is switch off and a fixed printer is set as the default.
    Is it possible to disable these annoying features?
    Solved!
    Go to Solution.

    Ok , this is silly. The Lenovo Settings Dependency Package is basis for Lenovo Settings, a Modern style application.
    Lenovo Settings includes Location Awareness, with that you can change the default printer, the start page and VPN settings as well as security settings (printer and file sharing, firewall). This excellent feature was availbable under a different name on Windows 7 as well and is just the best thing since sliced bread.
    Mystery solved. Ignore W8 location aware default printers and use Lenovo Settings exclusively.
    Two remarks though.
    1) Documentation of these Lenovo software products is less than ideal. It probably is a chinees thîng. Just look at the sheer number of posts in these forums on this theme. Better documenation would lead to less confusion and irritation and most of all less posts all asking the same question. By the way the new interface of Windows 8 is called Modern not Metro.
    2) Yet another app to change settings. Since W8 we have PC Settings and good old Control Panel. Now comes a thrid settings application wich removes settings done with the first two without notice. Why not tie in with the existing applications and include them, for instance, with PC settings? Or at least use the information?
    But more important: Document, document. document. All the Readme's are in fact release notes. Release notes are not documentation.

  • Cannot access login page and no wireless signal

    Hello, I am using a WRT54G ver 2 router, everything was working fine until a couple of days, when just out of the blue my wifi stopped working, the wireless light does not lit on the router, I tried resetting, disconnecting the router and modem, and upgrading the firmware(which I cannot because I cannot access the setup page) and nothing seems to work, hopefully someone here can help me,
    Thank you
    JB

    After a firmware upgrade you must reset the router to factory defaults, then setup the router again from scratch.  If you saved a router configuration file, DO NOT use it.
    To reset your router to factory defaults, use the following procedure:
    1) Power down all computers, the router, and the modem, and unplug them from the wall.
    2) Disconnect all wires from the router.
    3) Power up the router and allow it to fully boot (1-2 minutes).
    4) Press and hold the reset button for 30 seconds, then release it, then let the router reset and reboot (2-3 minutes).
    5) Power down the router.
    6) Connect one computer by wire to port 1 on the router (NOT to the internet port).
    7) Power up the router and allow it to fully boot (1-2 minutes).
    8) Power up the computer (if the computer has a wireless card, make sure it is off).
    9) Try to ping the router. To do this, click the "Start" button > All Programs > Accessories > Command Prompt. A black DOS box will appear. Enter the following: "ping 192.168.1.1" (no quotes), and hit the Enter key. You will see 3 or 4 lines that start either with "Reply from ... " or "Request timed out." If you see "Reply from ...", your computer has found your router.
    10) Open your browser and point it to 192.168.1.1. This will take you to your router's login page. Leave the user name blank, and in the password field, enter "admin" (with no quotes). This will take you to your router setup page. Note the version number of your firmware (usually listed near upper right corner of screen). Exit your browser.
    If you get this far without problems, try the setup disk (or setup the router manually, if you prefer), and see if you can get your router setup and working.
    If you cannot get "Reply from ..." in step 9 above, your router is dead.
    If you get a reply in step 9, but cannot complete step 10, then either your router is dead or the firmware is corrupt, or your firewall is still turned on.  In this case, turn off the firewall, and if you still cannot complete step 10, then use the Linksys tftp.exe program to try to reload your router with the latest firmware.  (If you have already reloaded the firmware with tftp.exe, and you still cannot complete step 10, then the router is dead.)   After reloading the firmware, repeat the above procedure starting with step 1.
    If you need additional help, please state your ISP, the make and model of your modem, your router's firmware version, and the results of steps 9 and 10. Also, if you get any error messages, copy them exactly and report back.
    Please let me know how things turn out for you.
    Message Edited by toomanydonuts on 03-26-2008 02:10 AM

  • I have a 15 inch mac book pro running osx 10.5.8. I recently moved to FL and switched to Comcast (only option). Now when I access one of my banks, I can get past the login page and the opening page of my account but the data is unavailable. Bank no help.

    I have a 15 inch mac book pro running osx 10.5.8. I recently moved to Florida and switched to Comcast (the only option). Now when I access my bank website, I can get past the login to my account page but the data is permanently unavailable. The bank says no one else has this problem. Everything is up to date as far as software is concerned. . .I just update anything that comes up. I have not had this problem with this computer anywhere else and I am not having a problem with any other website. I have the problem with both Safari and Google Chrome.

    Harden your Mac against malware attacks

  • Changing Login Name and Password

    Greetings,
    I gave my MacBook Pro to my brother and would like to change the computer owner name, login and password so it comes up as his computer. Where and hos do I do this?
    Also, I did a Software Update and was prompted for my user id and password. I would like to change all of these for him. Can I get some help here?
    Thank you!

    The Computer Name is changed in Sharing preferences.
    The owner's long name and account password can be changed in Accounts preferences.
    To change the short or user name, however, requires an involved procedure. See the following article and use the last procedure called The Full Monty: Macworld | Changing the short username in Leopard. Alternatively, you can create a new admin user account for your brother with whatever long and short user name he desires. Then log into that new account and delete your old account.

  • I set home page. Firefox then says it has blocked an attempt to change home page and it reverts to firefox setting

    The note on blocking the change comes the next time I open Firefox rather than when I first attempt to change the setting. It occurs whether I drag the setting across to the home symbol or go into preferences and set it there

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • How can I change the login page for an application

    Hello,
    I've created an application that uses some general login page (http://localhost:7777/pls/apex/wwv_flow_custom_auth_std.login_page).
    How can I make my application to use, by default, a custom Login page (in fact the 101 - Login page) ?
    Thank you.

    Create an authentication scheme using the wizard in the Application Builder. It will normally default to using page 101. If you need to edit the scheme, you can change 101 to something else.
    BTW, the procedure you named is not a login page and you should not use that procedure.
    Scott

  • Using SqlProvider and Weblogic authenticator in my own login page

    Hi All,
    I want to use SqlProvider of weblogic server for authentication of users. For the said purpose I have made necessary steps in weblogic server console. now i want to use it in my own login page and authenticate user based on sqlProvider and wls.
    Can u suggest me what to do? or where do I move next ?

    Add ADF Security to your application.
    - Add the groups (the ones in your WLS) to 'Enterprise roles' (use the same name).
    - Define your 'Application Roles' (the roles you want to use in your application) and add the corresponding Enterprise roles to it.
    - Set the resource grants
    That should be it.

Maybe you are looking for