How to customize default login page of FBA

Hi,
I have implemented a SharePoint 2013 Portal with Form Based Authentication.
I want to customize the look and feel of default login page.
How could i do that?

Hi,
For your requirement, you can take a look at the three links below for a quick start:
http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
http://mysharepointsolution.wordpress.com/tag/custom-login-page/
What’s more, The deafult login page is located here: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN\default.aspx, you can
make a copy and modify it.
Thanks
Patrick Liang
TechNet Community Support

Similar Messages

  • In the ECM .How to change default login page.

    Now,my default login page is search page .I want to make home page into workflow page. thanks.
    Edited by: 976375 on 2013-1-31 下午5:57

    Take a look here: Re: Customize Login Page
    As for
    I want to make home page into workflow page.I'm afraid it is impossible - for workflow a user has to authenticate first.
    Maybe rather than change default login page you want redirect to a different page? This is also possible - see Re: Custom page to log in

  • 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

  • Adjust the default login page of a domain

    Dear forum,
    I want to add additional text to the default login page of the Webcenter domain, so the http://<server_name>:16200/<domain_name> page.
    How can this best be done? Is it configurable via the Weblogic console somehow?
    Regards,
    Jan-Willem Klomp

    Hi ,  Perhaps you can start with the following document : http://docs.oracle.com/cd/E28280_01/doc.1111/e26694/part2_change_interface.htm#sthref478  Thanks, Srinath

  • Customize Viewer Login page

    Hi All,
    We are trying to Customize Viewer Login page by defaulting 'Oracle Applications' in the Connect To dialog box. Now it is 'OracleBI Discoverer'. Can anyone help me with that? I am not very familiar with uix scripts. I went into ViewerConnections.uix file, but couldn't figure out where can I make the change.
    Thanks.

    Hi,
    Please review Doc ID 312463.1 in MetaLink for additional details but, I would assume you could just re-order the list in the ConnectionAccessTypes.uit file located at $BIHome\j2ee\OC4J_BI_Forms\applications\discoverer\discoverer\templates
    I've not tried it personally so, ensure you shutdown everything before, backup the file and restest. The note is very helfpul...basically it'll be something like this
    Before
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>
    After
    <contents xmlns="http://xmlns.oracle.com/uix/ui">
    <option value="APPS" text="${uix.data.nls['text.access.type.APPS']}"/>
    <option value="RELATIONAL" text="${uix.data.nls['text.access.type.RELATIONAL']}"/>
    <option value="OLAP" text="${uix.data.nls['text.access.type.OLAP']}"/>
    <rootChild name="contents"/>
    </contents>

  • Unable to change the default login page

    I would to change the default login page (to /content/ethz_ch/Login)
    I configured tha page by "Day CQ Login Selector Authentication Handler":
    In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config I see
    auth.loginselector.defaultloginpage="/content/ethz_ch/Login"
    as expected.
    I then configured a page (/content/ethz_ch/de/auth_test.html) with a closed user group and left the login page field blank.
    Instead on the newly defined login page I am redirected to
    https://..../system/sling/cqform/defaultlogin.html?resource=%2Fcontent%2Fethz_ch%2Fde%2Fauth_test.html&$$login$$=%24%24login%24%24
    Any idea on what I am doing wrong?

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

  • Does anyone here knows how to create a login page thru JDBC?

    Anyone here knows how to create a login page which connect to database thru JDBC but not JDBC-ODBC bridge?

    Hi..pls you'll do people here a great good if you could explain yourself better..!
    Anyway if you are trying to connect to an Oracle Database you dont need the jdbc-odbc bridge as oracle provides a special driver for java applets/applications that is "the thin driver" and the "oci driver"..so if you are connecting to Oracle your connection will look like this:
    Class.forName("oracle.jdbc.driver.OracleDriver"); //not sun.jdbc.odbc.JdbcOdbcDriver
    Connection con = DriverManager.getConnection ("blah blah, blah");
    no need for the jdbc-odbc bridge.
    I hope i've answered your question.
    Thanks.

  • How to change the default login page

    Hi All,
    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.
    Thanks,
    Kevin
    Edited by: Kevin on 2012-9-23 下午4:37

    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.Did you bounce Apache (or the application services)?
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    What was this value before running AutoConfig?
    Autoconfig FAQ [ID 218089.1] -- 16. Which files / profile options get changed when I run AutoConfig?
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.Login the application > Preferences > Set "Default Application Language" to "Chinese".
    Thanks,
    Hussein

  • Changing the default layout , theme for the default login page

    Hi All,
    I am new to the Portal development.
    I would like to change the default themes , and layout of the portal login page,
    How to do it. Required to Add or display  some News or FAQ's to the  unauthenticated users before login itself.Can any body tell me , what is the procedure, How to implement these above functionality
    Regards
    Vijay

    Hi,
    Now that the anonymous access solution has been provided, you may like to refer to these links for changing the logon screen and the themes.
    Talking about the login page, it depends on what kind of customization do you want to do.
    1) Do you want to change it entirely ?
    2) Or you want to keep the same layout but change the images ?
    Incase you wan to change it entirely, then refer to this weblog : Modifying The Logon Par(or customising the Logon Screen)
    And incase you want to change just the images, then go to System Administration -> System Configuration -> UM Configuration -> Direct Editing and change the following paramaters:
    ume.logon.branding_image
    ume.logon.branding_text
    To change the themes and applying them, refer to this document:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8d9d9c90-0201-0010-e9a4-ed82031e1908
    Hope this helps.
    Cheers,
    Sunil
    PS: Reward points for helpful answers.

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

  • How to submit the login Page by pressing enter key.

    Hi,
    I am using JDev 11g TP3,JBoss 4.2.1, Trinidad 1.2.4.
    I have a login page in my project.I have a Submit button on the page.After filling in the details when I hit on the enter key my page doesn't get submitted.The submit butto does not get activated.I have to click on the submit button separately to submit the page. How should I get this working??

    Hi,
    If your page is built using ADF Faces / Trinidad, you can specify the "defaultCommand" attribute on the form component setting it to the client id of the default command component. For example:
    <af:form defaultCommand="SubmitCommandButtonId">If it is pure html (may be in a <f:verbatim /> tag), then simply having a submit button will do the trick.
    Olivier
    Message was edited by:
    Olivier Lafontaine

  • 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 edit webvpn login page with 7.2 version in ASA5510?

    Dear guys,
    As a solution for business, I have deployed webvpn with 7.2 version in ASA5510(Version 8.0 cannot be used in this case). Could you share some experiences in customizating login page of webvpn manually(not use ASDM)? for example, if I want to add some system tips or links in login page, how to do?
    Appreciate your kindly help and suggestion.
    Best Regards,
    David Wu

    Customizing login page of webvpn with 7.2 version of ASA is easy to be done and the following Url contains the dcument for customizing the webvpn login page for ASA version 7.2:
    http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/webvpn.html#wp1031868
    This document contains the step-by-step procedure for customizing the login page.

  • Issue with adding a new value to the Default Login Page

    Hopefully this is an easy one guys, I've added a select list item to the standard login page (P101) to allow the user to select a DOMAIN as well as entering their username and password.
    When the next page is displayed and I try to retrieve the value held in the new field it has been cleared, but the values entered into items
    P101_USERNAME and P101_PASSWORD are still present.
    I can't figure out why the values held in items P101_USERNAME and P101_PASSWORD are still present but P101_DOMAIN has been cleared.
    I've tried creating a value on page zero and writing the domain value to it using pl/sql and javascript but as soon as the next page is requested the value is cleared.
    Any Ideas how to get around this????
    Thanks in advance

    I suppose 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 the page 1 (near to the top).
    So, that is how you could solve your problem.
       :t_random_numberis an application item.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Customization of Login page in OBIEE 11g

    Hi All,
    I am working on OBIEE 11.1.1.6.0.
    In login page of Analytic, we have User ID and Password.
    Can we add another label and textfield in login page.
    like.. User ID :-
    Password:-
    Company Name:-
    Please give me your suggestion.
    Thanks
    Prashant

    Hi Prashant,
    Looks like you need to validate the company name during the BI authentication process.
    We all know that NQUser is for UserID and NQPassword is for Password, with your customization you need to add Text field tag in the existing form with name as Company. Till here we can go for that without any issues.
    But my question is where you want to implement the validating the company name with userid and password. As of now saw.dll is going to validate the userid and password, to validate company name you need to customize the saw.dll (I dont think this can do) or else you need to validate first with your own script for given userid,pwd and company and then pass userid and pwd to saw.dll for BI authentication.
    Hope this helps, let me know for any questions

Maybe you are looking for

  • How do I return to the same folder in Mavericks?

    Since I've upgraded to Mavericks, my apps always go back to the top level when I open a document. For example, let's say I want to open a document called SAMPLE FILE.  I go to the file menu, select OPEN and then navigate thru the directory to find th

  • Safari 4.0.3 Starts but won't display any windows properly

    Since accepting the update to Safari 4.0.3 this morning, Safari starts but will not display any windows, just the main application menu bar. Trying new window has no effect and launching a history item either has no effect or safari crashes complaini

  • IPod CONTACTS doesn't show GROUPS

    I just got a new iPod Video 80GB, partly because it can sync addresses from my Mac's Address Book. However, I have not been able to see GROUPS in the CONTACTS and have to scroll though a lot of addresses to find anyone. How can you set iPod preferenc

  • Adobe flash island and ECC6 system

    Hi friends, We are using SAP ECC 6.0 system for developing WD ABAP application. Now we need to use adobe flash island UI Element but its not available in the UI Library. Which Patch is required to be installed on this server to use this UI element. T

  • DVI-MDP or Thunderbolt?

    Why is my MDP adapter to DVI not working on my New MacBook Air? The screen just flashes. Do I need to purchase a DVI-Thunderbolt adapter? Thank you