Customize the Standard login page

I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

< style type = "text/css" >

body

{

background-image: url(#WORKSPACE_IMAGES#test.png);

background-repeat: no-repeat;

background-size: cover;

}

< / style >

Where test.png is the name of a file that I imported into my workspace application.

Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.  Any thoughts on next steps?

IQof20 wrote:

I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

Where test.png is the name of a file that I imported into my workspace application.

Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.

Probably your CSS rule is not applied due to rules theme appearing later in the cascade or with the greater specificity. Correspondre correspond to the specificity of rule of theme by adding that he uses the ID selector, then override the waterfall using the! important directive:

body#uLogin {
    background-image: url(#WORKSPACE_IMAGES#test.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

4.2 page Inline CSS property should be used for custom CSS acting rather than the HTML header, which has the advantage of not requiring the style wrapper element.

Tags: Database

Similar Questions

  • Problem with adding a new value to the default login Page

    I hope he's a simple guy, I added an element of the selection list to the standard login page (P101) to allow the user to select a FIELD as well as their username and password.
    When the next page appears and I am trying to retrieve the value which is held in the new domain, it has been deleted, but the values entered in the elements
    P101_USERNAME and P101_PASSWORD are always present.

    I can't understand why the values that held in points P101_USERNAME and P101_PASSWORD are always present, but P101_DOMAIN has been deleted.

    I tried to create value to the zero page and writing in the field of value using pl/sql and javascript, but as soon as the page is requested, the value is cleared.

    Any ideas how to get around this problem?

    Thanks in advance

    I guess that your login page contains a process like this:

    BEGIN
       wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                       p_password        => :p101_password,
                                       p_session_id      => v ('APP_SESSION'),
                                       p_flow_page       => :app_id || ':1'
                                      );
       :t_random_number := :p101_random_number; /* this is something I added to my code */
    END;
    

    Now, if you go to this page:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:1

    Please note the random number assigned to you. Once you login, the same number will appear on page 1 (near the top).

    So, this is how you can solve your problem.

       :t_random_number
    

    is a part of the application.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Customizoing the Webvpn login page

    Hey ppl!

    On ASA 8.x sslwebvpn running with the Anyconnect client.

    The default login page has a Cisco logo in the left corner. Change the properties of defaultcustomization, I see that the Logo comes from

    Now - where is + CSCOU +? How can I / if possible download a business on this frontpage logo?

    I read the customization on the Anyconnect clint doc - and who does not have the trick to this.

    Any thoughts?

    Kind regards

    Kelvin

    Hi Kelvin,

    6.0 (3) ASDM

    Access configuration

    ---> Remote access VPN

    ---> Access clientless SSL VPN

    ---> Portal

    ---> Webcontents

    ---> Import

  • APEX listener returns the empty login page

    APEX 4.2.2

    APEX 2.0.2 listener

    GlassFish 3.1.2.2

    The platform is 32-bit, Linux, Amazon EC2

    I am reasonably sure I have properly deployed the apex.war and i.war to Glassfish and set a virtual path and database connection correctly.

    When you run Firefox on the EC2 machine, access to the

    http://localhost: 8080/apex/dad1.

    does not return a login page, no problem. But navigation externally visible publicly address (I have to hide the real address, I'll use a.b.c.d) of the hosting machine or across the net returns a blank page:

    http://a.b.c.d:8080/apex/dad1.

    The success of this operation:

    http://a.b.c.d:8080

    I get the standard Glassfish page so I know Glassfish is listening on that address.

    I also tried from the stand-alone earphone, and I get the same effect: it refers to a login screen when browsing the localhost, but go to the external address, I get a blank page.

    The pages are really blank, there is no indication in the source of the page and it's all Firebug returns:

    <html>

    <> Chief

    "" <link title= "wrap long lines" " href="resource://gre-resources/plaintext.css" type="text/css"" rel= "alternative style"> "

    < /head>

    <> body

    <>of thepre< /pre>

    < /body>

    < /html>


    I tried to enable the query server side, but I have yet to find the way to produce the equivalent of an access.log. Searching the forum produced a few references to "routing rules" but I couldn't find what and where he could be.

    As the listener works perfectly when you go to localhost, I can't believe that rthis is the common problem of not finding the vivid, or url mapping problem. But I am of course open to suggestions!

    Any idea will be welcome.

    Thank you for your time.

    Fixed. Finally tracked it, a redirection problem fixed with the patch 16760897.

    Thank you to everyone who watched this, I'm sorry to have lost your time, hope to post the solution will help someone else.

  • SRA 4600 Web Application Firewall blocks access to the Portal login page.

    We have a 8.0.0.1 - 16 4600 running and run the Web Application Firewall.  We had a few reports of users home that our portal page was not available, only tried IE, but everything went well here.  Today we had an internal machine with the same question and noticed that it was blocking WAF access: "threat of avoided WAF: Injection SQL 1 attack" you can see nothing wrong with this machine that may be cause the WAF to block the Portal login page.  Here are the event log:

    "Jun 10 09:34 sslvpn1 SSLVPN: id = sslvpn sn = C0EAE4745184 time =" 2015-06-10 09:34 ' vp_time = '2015-06-10 14:34 UTC' pri fw = xx.xx.xx.xx = 2 m = 34 c = 402 src = dst = xx.xx.xx.xx xx.xx.xx.xx user = 'Unknown' usr = 'Unknown' msg = "prevented WAF threat: SQL Injection attack 1 ' URI=remote.ncmic.com:443/ rule-match =" _ga = ga1.2.1366358136.1433946841; " _dc_gtm_ua-21325736-1 = 1 "AttackCat = 'SQL Injection attack 1' somm ="SQL Injection is a technique of attack used to exploit websites that construct SQL statements from user-supplied input,"hamid = category '9005' = 'command execution - SQL Injection' agent =" Mozilla/4.0 (compatible; " MSIE 7.0; Windows NT 6.1; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; NET4.0C;. NET4.0E; Tablet PC 2.0)' geoCountryID = '0' geoCountryName = 'LAN' geoRegionName = 'unknown' geoCityName = 'unknown '.

    Other machines can access the page without problem... thoughts?

    Can not reproduce this problem at the moment...

  • not able to open vro configuration manager if State HTTP 400 Error - Invalid reference directly to the form login page.

    32.jpg

    Hello

    You are not directly correct the VRO login page login, please take new private window and open the URL. https://IP:8283 / vco-config /

  • What about the OAM login page

    Hello world

    Im getting 404 error when accessing the url http:// < host_name > im content: 14100/oamconsole.

    If I have access to http:// < host_name >: 14100/oam im getting the login of the OAM page but I'm system error. Please try your action again. If you continue to receive this error, contact administrator. in the browser.

    In the log file I'm getting the following error...

    < 9 April 2012 14:26:25 IST > < error > < HTTP > < BEA-101017 > < [ServletContext@458296091[app:oam_server module: oam path: / oam spec-version: 2.5], request: [weblogic.servlet.internal.ServletRequestImpl@1baf0b54
    GET /oam/index.jsp HTTP/1.1
    Accept: * / *.
    Accept-Language: en - us
    User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729 .NET CLR 3.0.30729; Media Center PC 6.0; MS - RTC LM 8; InfoPath.3)
    Accept-Encoding: gzip, deflate
    Connection: Keep-Alive

    Root cause]] of ServletException.
    weblogic.servlet.jsp.CompilationException: could not compile JSP index.jsp
    index.jsp:2:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-html-1.0" %@taglib = "netui" % >
    ^----^
    index.jsp:2:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-html-1.0" %@taglib = "netui" % >
    ^----^
    index.jsp:3:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-databinding-1.0" %@taglib = 'netui - data' % >
    ^----^
    index.jsp:3:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < uri prefix = "http://beehive.apache.org/netui/tags-databinding-1.0" %@taglib = 'netui - data' % >
    ^----^
    index.jsp:4:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < %@taglib uri prefix = "http://beehive.apache.org/netui/tags-template-1.0" = "netui-template" % >
    ^----^
    index.jsp:4:4: no tag library could be found with this URI. Possible cause could be that the URI is incorrect, or there are errors during the analysis of the .tld file.
    < %@taglib uri prefix = "http://beehive.apache.org/netui/tags-template-1.0" = "netui-template" % >
    ^----^

    at weblogic.servlet.jsp.JavelinxJSPStub.reportCompilationErrorIfNeccessary(JavelinxJSPStub.java:226)
    at weblogic.servlet.jsp.JavelinxJSPStub.compilePage(JavelinxJSPStub.java:162)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:256)
    at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:216)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:243)
    Truncated. check the log file full stacktrace
    >



    I also tried http:// < host_name >: 7001/oamconsole but in browser im get internet cannot display the page *. [Admin even break and oamserver is in operating mode] * what url I have to use to get the OAM login page?

    If I gave correct url I have to solve?

    Please advice me?


    Kind regards
    Knani

    Hello
    Here are the troubleshooting steps:
    1. check if there was a refreshment which took place.
    2 go and manually check if all policies configuration were relocated properly.
    3. After all, the update of the measures conducted were restarted servers if not go and restart the server.

    Kind regards
    Olivier B.

  • How to hide 'Select language' of the OBIEE login page

    Hello
    I want to hide 'Select language' and the drop-down list of the OBIEE login page.

    Appreciate your help.
    Thank you

    See:
    http://obiee101.blogspot.com/2008/10/OBIEE-no-language-dropdown-on.html
    the languages required between the AllowedLanguages together and goto instanceconfig.xml tags

    concerning

    John
    http://obiee101.blogspot.com

  • Customize the Standard FND_ATTACH_UPLOAD_PAGE accessories page to restrict attachments by file type

    Hi all

    I have a requirement in iExpenses, where I need to restrict the types of files that can be attached to an expense report.

    For example, the types of allowed files are .txt, .jpg and .pdf - other formats like .doc and .xls and any other type of file should not be granted.

    In iExpenses, the user navigates to the page of standard bindings to add attachments

    / Oracle/Apps/FND/Framework/Attachments/WebUI/FND_ATTACH_UPLOAD_PAGE - version 120,9

    Since the various forums, I came to know that's not possible/advisable to customize this page.

    I would like to know if I can extend the controller in this page, manage apply / add another button events, check for file type and throw eror if its not supported.

    Pointers/code snippets are greatly appreciated!

    Thank you

    Arun...

    Solution below:

    Customize the page to extende the controller to the header: level of commitment to set.

    Instead of the standard gamepad - oracle.apps.ak.attach.webui.AkAttachUploadCO, attach your custom controller.

    Custom controller will have the code to check the attachment MIME type and throw an error if not valid.

    Code below:

    package xx.oracle.apps.ak.attach.webui;

    Import oracle.apps.fnd.common.VersionInfo;
    Import oracle.apps.fnd.framework.webui.OAPageContext;
    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    Import oracle.apps.ak.attach.webui.AkAttachUploadCO;
    Import oracle.apps.fnd.framework.OAException;
    Import oracle.cabo.ui.data.DataObject;
    /**
    * Controller for...
    */
    public class xxAkAttachUploadCO extends AkAttachUploadCO
    {
    public static final String RCS_ID = "$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion (RCS_ID, "packagename %");
    public static final String BASE_APP_MOD = "oracle.apps.ap.oie.server.WebExpensesAM";

    /**
    @param pageContext OA page context
    @param webBean the grain of web for the region
    */
    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processRequest (pageContext, webBean);
    pageContext.writeDiagnostics (pageContext, "* Custom controller * Base App Mod:" + pageContext.getParameter ("baseAppMod"), 4);

    }
    /**
    * How to manage remittances form for form elements in
    * a region.
    @param pageContext OA page context
    @param webBean the grain of web for the region
    */
    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    If (BASE_APP_MOD.equalsIgnoreCase (pageContext.getParameter ("baseAppMod"))) {}
    FileUpload DataObject = pageContext.getNamedDataObject ("Dummy");
    String contentType = "";
    If (pageContext.getParameter ("Okay")! = null | pageContext.getParameter ("FndAddRowButtonSubmit")! = null) {}
    fileUpload = (DataObject) pageContext.getNamedDataObject ("FileInput");
    If (fileUpload! = null) {}
    contentType = (String) fileUpload.selectValue (null, "UPLOAD_FILE_MIME_TYPE");
    If (contentType.equalsIgnoreCase("application/pdf") |)
    contentType.equalsIgnoreCase("text/plain") |
    contentType.equalsIgnoreCase("image/bmp") |
    contentType.equalsIgnoreCase("image/gif") |
    contentType.equalsIgnoreCase("image/tiff") |
    contentType.equalsIgnoreCase("image/pjpeg") |
    contentType.equalsIgnoreCase("image/x-png")
    ){
    pageContext.writeDiagnostics (pageContext, "* valid file type", 4);
    }
    else {}
    throw new OAException ('this file type is not valid. Valid file types are .txt, .pdf, .bmp, .jpeg, .tiff, .gif and .png');
    }
    }
    }
    }
    super.processFormRequest (pageContext, webBean);
    }
    }

  • listener authentication AAA with the custom login page

    Hello

    is it possible to customize the page of connection on an ASA 5520 8.2 (1) that appears when you use the "listener authentication aaa" by adding images? I know that there is the command 'auth-guest' but it only allows to add text. Is there a form any HTML that allows the inclusion of the gif, bmp or jpg?

    Any hint is appreciated.

    Carpet

    Hi Matthias,

    officially, this is not possible. There is an improvement for this request:

    CSCsh02789    Improvement: Ability to customize the page of connection through proxy cut

    So you can open a TAC case and ask to link to the application (to add a little more weight) or contact your account team and ask them to talk to the business unit (to add more weight).

    That said, there is a possible hack you might want to try:

    for example, I have configured:

    AUTH-guest guest Please loghttp://myserver/image.gif' > '.

    and it shows the picture below to the command prompt. So it is a hack of course not supported, so it can break in future versions. And of course, it's pretty limited in what you can do.

    Now, if you disable the listener, for HTTP, it will use basic browser (no login form) authentication, but for HTTPS, it will use always a form, but a much more basic, so you can always use the same hack with a little more flexibility.

    HTH

    Herbert

  • How do the persnalising login page

    Hello

    How to customize the page to connect to R12, in 11i I know that I have the last time using steps, below


    Directory $OA_HTML 1).
    (2) to save the AppsLocalLogin.jsp file,
    custom image 3) copy in the OA_MEDIA directory
    (4) edit the file AppsLocalLogin.jsp

    but in R12, I'm not able to find the imgBean1 ImageBean = new ImageBean (line in the AppsLocalLogin.jsp file)

    Please let me know if I need to change anything in the environment of R12,

    Thank you
    Danny,

    Hello

    See the following documents.

    Note: How 579917.1 - Login page to customize in R12?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=579917.1

    Note: 741459.1 - tips to customize the E-Business Suite r12 Login Page (MainLoginPG)
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=741459.1

    Kind regards
    Hussein

  • Host PayPal and EBay loading OK, but during the registration/login page is selected this page open as text based GUI. No error message is given.

    For the past month tried to solve a recurring problem with EBay & PayPal login pages. My PC is a near new as is the operating system, Win7 64-bit Home Premium edition. The 1st problem took place approximately 6 months with my previous PC and Win XP Pro, but it disappeared after a few days and Firefox updated. This problem does not occur with IE 8

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

  • Facebook games doesn't work on Firefox only. Clicking on a game app takes me to the Facebook login page. How can I fix it?

    When I click on any application game on Facebook it takes me to a login page for Facebook. Flash Player does not even appear on games that need it. I have deleted cookies, cleared the cache, enabled 3rd party cookies. This happened today all of a sudden.

    I found the solution. Somehow the cookies "apps.facebook.com" becomes blocked. DOH! Unlocked and everything is back to normal. Thank you.

  • How to stop Auto-filling of the id and the password on the yahoo login page?

    Firefox asked me if I wanted my Yahoo login page automatically informed whenever I connect. I said 'yes' by mistake. Now, I know that I don't want. How can I stop it?

    To unremember a password, follow these steps:
    Go to tools > Options > Security > records passwords.
    And remove the site and passwords you don't want firefox to remember.

  • How can I change the background color on the welcome login page

    How can I change the background color to the aid of the background file, error 0x8000000A warned?

    [Original title: Welcome to the page]

    [Transferred from Internet Explorer]

    Hello

    Please try the suggestion of Mark L. Ferguson in the thread below.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-desktop/Windows-7-background-on-user-login-page/d1f1e4b7-f3ca-4b88-8c05-7a2a63d31bc5

    Thank you

    Legaede

Maybe you are looking for