How do I customize the login page?

Hi, floks:
How do I customize the login page?
Can I just create a page with login portlet in it? what do I put as on Success URL,
if I choose to go to the home page?
thanks.
null

You can create a page and add a login portlet to it.Make it accesible to public.
change the default page of the user "public" to the page you have created.(by default it is WELCOME)
if there is an error in the user name or the password entered the portal still navigates to the default single-sign on page.(You have not changed the sign on page still)
To change this page look at on-line help.
search with string "customize" in online help
null

Similar Messages

  • 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

  • How do I customize the index page?

    I can't seem to find out how to edit the default index page (ie content, banner, etc.) without it losing the theme or the css file, which i guess is somehow linked to it? The page points to "collaboration/css/serverhome_static.css" which doesn't seem to exist?
    Can you guys help me out?
    Maybe point me to the right files? or just flat out tell me what to do would be nice :P
    thanks

    Hi,
    The web pages produced for the groups are dynamic and under the control of WebServer. You can see the requests and responses in Console -> LOG FILES -> /Library/Logs -> WebServer which accesses the folder /usr/share/.
    If you want to change something like the banner on the groups listing page you can:
    Change banner.jpg in usr/share/collaboration/css/serverhome/img to the banner image of your choice (ensuring the size (length x height) is appropriate). Be sure to set Permissions on any files added to
    Owner: root -rw, Group: wheel -r, Others: -r.
    Be aware that /usr/share may be changed during a Apple software update. For user specific changes immune to updates the place to modify is at /Library/Application Support/Apple/WikiServer. That said I made changes to my banner display in /usr/share as described above in 10.5.0 that haven't been disturbed by 10.5.1 - 10.5.5.
    HTH,
    Harry

  • How do I customize the error page

    Our IT department has adopted a policy that requires a standard look and feel for all error pages encountered in any web application. To this end I need to be able to modify the error page that shows up on the browser when an unexpected error is encountered or a validation error is sent to a new page.
    How can I modify this page? Is there a template for it, and if so where?
    Any help is greatly appreciated,
    Adam Cumming

    Hello Bhavin,
    I have already started looking at this links (you copied twice Marc Lancaster's page, instead of Roel Hartmans's, which is actually : http://roelhartman.blogspot.com/2009/09/transform-ora-xxxx-messages-into.html)
    I'm focused on Marc Lancaster's solution (Friendly Exception Messages), which is also interesting because it covers Ajax manipulation inside Apex (i'm using Apex 2.1).
    But it seems that the apex.ajax.ondemand(...) line doesn't do anything to my application. Here is the code of this line :
    var lRequest = new apex.ajax.ondemand('test', function(){     
                                                          var l_s = p.readyState;
                                                        if(l_s == 1||l_s == 2||l_s == 3){
                                            }  else if(l_s == 4){
                                            gReturn = p.responseText;
                                            $s('ajax-drop',gReturn); }
                                            else{return false;}
                                              );Because that's the first time I'm trying Ajax, I don't see what could be silly (I just copied the code from Marc's example).
    Here is the application process, called 'test' :
    begin
      htp.p('Hello !');
    end;Thanks a lot.
    Dovik

  • How do I customize the error pages in Firefox 24?

    I'd like to customize the HTLM/CSS/JavaScript of all the Firefox 24 error pages, i.e. the network connectivity lost, DNS and other standard error pages.

    Hello ekan,
    This can be done, but you're going to need to get pretty dirty to get it done. Ready?
    First, learn about userContent.css:
    http://kb.mozillazine.org/UserContent.css
    http://kb.mozillazine.org/Profile_folder
    Now, the easiest way to learn about the elements on the error page is to go to the source. So, go to the chrome folder in the Firefox program folder, usually C:\Program Files\Mozilla Firefox\chrome in Windows Explorer. Find the file called classic.jar and copy that somewhere else. Rename classic.jar to a .zip file and extract it, preferably to a folder called classic at whatever location you are at. Then, open the classic folder and navigate to ...\classic\skin\classic\global and find the file called netError.css.
    Open the netError.css file in Wordpad (Notepad doesn't seem to work for me because then the lines all run together). See all the code that starts with the # symbol? Those are the things you can easily change. Copy all the #ELEMENT code into your userContent.css file.
    Now you can start making changes to see what you like. I would make small changes at a time to see if it works the way you want. After each change, you need to close and restart Fx. Here's one to get you going:
    CODE: SELECT ALL
    #errorPageContainer {
    -moz-border-radius: 0px !important;
    background-color: red !important;
    That should make the box that surrounds the error message be red with square corners instead of white with a rounded corner border. Remember that before every semi-colon, you need to put !important or the change won't do anything.

  • How to customize the login screen?

    How can i customize the login screen of oracle applications 11.5.10.2 with say for example forgot pasword link or link to someother site..which web page do i need to edit? and what are the steps involved in it?
    Thanks in advance
    Rahman

    I suggest you have a look at note: 404381.1
    It is not about the main page itself, but it shows you how to customize jtflogin.jsp, like how to (Customize Login Page/Change the Logo/Add a Background Logo .. etc).
    For customizing the login screen (AppsLocalLogin.jsp in 11.5.10.2), you can find this file under $COMMON_TOP/html

  • How to customize the logout page in release 2?

    In release 1 I customized the login page and the change password page using the example provided by John Riggs. Now in release 2 there is a logout page that we also need to customize. LOGIN_URL in the table WWSSO_LS_CONFIGURATION_INFO$ is 'UNUSED UNUSED UNUSED' by default. I assume that the third UNUSED should be changed to point to the procedure that generates the (custom) logout page.
    Which input parameters does a logout-page-procedure need to have?
    Does anyone have some example PL/SQL code?

    Thanks Malin! The note, 191345.1, seems to be exactly what I'm looking for.
    However, I just can't make it work.
    When I try to deploy my .war file I get the follwoing error message:
    Failed to deploy web application "mysso". Jar file: /tmp/jar45493.tmp is missing its standard xml descriptor located at WEB-INF/web.xml
    My war file does contain a web.xml file! Here's the listing of the .war file:
    0 Mon Oct 07 13:53:12 PDT 2002 META-INF/
    62 Mon Oct 07 13:53:12 PDT 2002 META-INF/MANIFEST.MF
    184 Mon Oct 07 13:52:36 PDT 2002 META-INF/web.xml
    32 Mon Oct 07 13:52:36 PDT 2002 logout.jsp
    The content of web.xml is listed here:
    <?xml version="1.0"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" " " target="_new">http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
    <web-app>
    </web-app>
    The web.xml file is located in the ./META-INF folder. The filename is in lower case...
    Is the content wrong?
    Any ideas??

  • My Macbook Pro is frozen on the login page with a white screen and only my login picture. How do I fix this? I can't turn it off and I closed it and let it charge but it's still not working.

    My Macbook Pro is frozen on the login page with a white screen and only my login picture. How do I fix this? I can't turn it off and I closed it and let it charge but it's still not working. It's only 3 months old and was working perfectly fine 30min before this happened.

    Hello Kierasully,
    I would start your troubleshooting with the article below for issues of not being able to log in to your Mac. Start with booting up in to Safe Boot as well as resetting PRAM on your Mac. If that does not work, then verify the hard drive with booting to the Recover HD and go to Disk Utility to verify it.
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/en-us/ts2570
    Regards,
    -Norm G. 

  • I made a big mistake to change the setting of my Mac book pro to "me only". Now ofcourse It cannot open the login page, for how would the mac know it is me? How can I change the setting back to "everyone"?

    I made a big mistake to change the setting of my Mac book pro to "me only". Now ofcourse It cannot open the login page, for how would the mac know it is me? How can I change the setting back to "everyone"? I have back up in the past but the last month I have not. I really want to keep the data.
    So how can I go in and change the setting, It stays ofcourse at the apple screen with wheel. All info is there and the computer works fine, just cannot use it or have been able to log in.

    wjosten is spot on.  If you really want iCloud, then you will need to acquire a new or second hand MBP that can run Lion.
    Ciao.

  • How to get rid of the Login page in Portal?

    Hi Guys,
    I have a newly developed intranet portal project for my company which does not need login no more. I hope you can help me how to get rid of the login page in portal which is I know in every application you create, there should be a login. Is this possible that I can just simply type in to the URL address bar my application then it will no longer ask for any logins? Please help! Many thanks!
    Russel

    Hi Russel,
    You can give public access to pages, applications etc. Users won't need to supply a username/password then, while you still can hide some of the pages to authorized people.
    Check the access tab for pages and the manage tab for applications.

  • How to init the login page in JSF?

    I should receive the cookie data, if the cookie exists, then redirect to another page, and if not, just turn to the login page.
    how can i do all these init operation in JSF?
    P.S maybe my English is poor, i am sorry.......

    Just implement a Filter which listens on /*. No need to do this simple redirection task in JSF.

  • How to customize the landing page of Power BI application in a Office 365 Site?

    Hi,
    While we navigate to the Power BI application by clicking the icon from the Site Contents of a Office 365 site, everything is loaded in it.
    But we would like to customize / edit the page, so that all users will see the contents we put in.
    We are SCA / having Full Control on the site but we have limited options in the Power BI application.
    Please provide pointers on how to Edit / Customize the application.
    Thanks,
    Thanan.

    It looks as of now Power BI application on Office 365 doesn't supports any customization.
    Thanks,
    Sagar K 
    (Blog: http://datamazik.blogspot.in/)

  • 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!

  • How do I customize the forum retrieve page?

    How do I customize the forum retrieve page? Thanks in advance.

    Hi,
    All available forum pages/layouts can be access via site manager -> module template -> forum layouts.
    Kind regards,
    -Sidney

  • How do I customize the Firefox 4 error page?

    how do I customize the error message... the one with "server not found" and "try again"

    FF4 combined a bunch of files into [https://developer.mozilla.org/en/About_omni.jar omni.jar] -- unzip it to edit (it's a zip file, unzip to its own folder, don't just do it inside of the firefox folder). It's located different places depending on your OS; in Ubuntu, it's usually in /usr/local/firefox/ or /usr/share/firefox.
    Depends on what you want to edit in the error page, but here are two possibilities inside omni.jar:
    * omni.jar-unzipped/chrome/en-US/locale/en-US/global/netError.dtd
    * omni.jar-unzipped/chrome/toolkit/global/netError.xhtml
    You'll need to redo any changes any time you upgrade Firefox. Back everything up too, just in case!

Maybe you are looking for

  • APPLE PLEASE HELP! Mail hangs after start, address book never launches!

    I've been reviewing postings since friday last week about issues with mail/address book after 10.5.2 and here's a summary: • Symptom 1: Mail launches slow • symptom 2: mail hangs while downloading new mail (in my case from 1 particular account accord

  • SCSM 2012 Custom report Activity reviewer

    Hi Everyone, We are creating reports for viewing all RA as as their approvers, we already accomplished this. But the problem, we are trying to add the users who added thes reviewers. I can't find a view for this. We are creating reports based on the

  • Safari problems since Yosemite

    Safari does not load tabs any more when i change to another tab since the upgrade to Yosemite and generally Safari is way slower than in Mavericks. Additionally on some websites were you have a dropdown menu (p.e to select year of publishment) this m

  • Transparent PNG not working in Snow Leopard w Final Cut 3.5&4

    I recently changed from a G5 mac to a Mac Pro. I had FCE HD 3.5 which supposedly is not supported in Snow leopard..although it did work. Anyways, when dragging a PNG or PICT image to the base video layer, then dragging a transparent background(white)

  • Password Rules for BCC

    Hi All, I need to setup password rules for BCC login, create users in BCC, ACL for different users, prompting to change password automatically in 2 months. Please some one throw light on this configuration. Regards, DKAP Edited by: DKAP on Feb 19, 20