Oracle Waveset 8.1.1 patch 1 - /user/login.jsp

Has anyone else experienced the Log In and Forgot Password? buttons on the End User interface in version Oracle Waveset 8.1.1 patch 1 to be different sizes on the End User Interface? Also can anyone pls let me know from where is the Login button and the Forgot Password? link is coming from so we can fix this.
Thanks,

You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

Similar Messages

  • Multiple accounts on the same resource in Oracle Waveset 8.1.1 patch 5

    Hi IDM Experts!
    I've customized my userforms in order to create multiple accounts on the same resource using the syntax accounts[<resourceName>|n].<attribute> like the documentation suggests. That worked fine using Sun Identity Manager 8.1.
    However, I've not been able to create new multiple accounts after I upgraded to Oracle Waveset 8.1.1 patch 5.
    Is there anything else that I have to take into account for this new version? Is that a bug?
    Thanks in advance for your help!

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Oracle Waveset 8.1.1 Patch 6

    Hi ,
    Can we directly apply Oracle Waveset 8.1.1 Patch 6 on top of Sun idm 8.1? or do we need to go to Oracle Waveset 8.1.1 and then apply patch 6?
    Thanks in advance

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Custom Help Message Text on user/login.jsp

    Hello,
    I am trying to get some custom text to appear in the help box associated with the user/login.jsp page. I did some digging around in the docs and looked at the includes/helpServer.jsp file. I found the <$WSHOME>/help/html/help/en_US/com/waveset/msgcat/help/user/login-help.html file.
    I replaced this file with our own custom version. I can not get our custom version to load. The old version still continues to load. I cleared out all the cache options I could find in the debug pages, then rebooted the server. Still no luck. Does anyone know how I can change the contents of this help message?
    Thanks,
    Jim

    Here's a solution that works too. Application server is: Tomcat 5.0.28. Identity Manger 7.0 Running on a Windows 2003 server and a SQL Server dbms.
    This is not the ideal solution because upgrades (i.e. new releases from Sun) will over write the changes.
    This example over writes the HELP button content on the End User Menu.
    This approach should work for all App servers however the folder structure will vary.
    1. Stop Tomcat
    2. Clear cache. (i.e. delete the localhost folder and its contents found in C:\tomcat\work\Catalina\localhost).
    3. Create the following folder structure C:\com\waveset\msgcat\help\user
    4. Copy the original html file from: C:\tomcat\webapps\wavex\help\html\help\en_US\com\waveset\msgcat\help\user to C:\com\waveset\msgcat\help\user. In this example main-help.html is the file being copied.
    5. Make your changes to C:\com\waveset\msgcat\help\user\main-help.html
    6. Open C:\tomcat\webapps\wavex\WEB-INF\lib\idm.jar with WinZip and add file C:\com\waveset\msgcat\help\user\main-help.html.
    7. Close WinZip
    7b. If you want you can check your results.
    7c. Open C:\tomcat\webapps\wavex\WEB-INF\lib\idm.jar using WinZip.
    7d. Find main-help.html and open it using your favorite web browser to see if your changes have been included.
    7e. Hope it worked for you.
    8. Start Tomcat
    9. Test Change
    9a. Log into Identity Manger's end user interface.
    9b. Click the HELP button to see your changes.
    Good Luck.

  • SUN IDM 8.1 - /user/login.jsp

    Hi
    Can anyone pls let me know from where is the Login button and the Forgot Password? link is coming from in the /idm/user/login.jsp ?
    The reason i want to know is because i want to add additional login when the user press the Login button or cliks the Forgot Password? link.
    Secondly. I willl like to know <jsp:useBean id="form" scope="page" class="com.waveset.ui.web.common.LoginForm"/> from where i can see all the methods in the LoginForm class.
    Thanks

    I don't think you can edit the login . as they are generated by class files.
    but another thing to explore might be the user/altlogin.jsp & user/altloginHandler.jsp

  • Where can i find the user login form

    Hi everyone
    Do you know the name of the end user login form? I want to add a button on it but i don't know where i can find it.
    Somebody has an idea?

    Thanks everyone
    I found the solution in the login.jsp (idm/user/login.jsp). I will just add a link which will execute a workflow.
    I needed to have the number of failed login attemps. So I uses this code in the login JSP
    com.waveset.server.Server _server = com.waveset.server.Server.getServer();
        com.waveset.repository.Repository _repo = _server.getRepository();
        com.waveset.object.WSUser uo = (com.waveset.object.WSUser)_repo.getIfExists(com.waveset.object.Type.USER, "test");
        int nb = 0;
        if (uo != null ) {
            com.waveset.object.ObjectCache _serverCache = _server.getCache();
            uo.setCache(_serverCache);
            nb = uo.getFailedPasswordLoginAttemptsCount();
            %>
                The user is not null <BR>
                nb == <%=nb %>
            <%
        else{
            %>the user is null <BR><%
        }good luck.

  • Anonymous User Login

    Hi All,
    I have an issue with 'Forgot Password' button in the end user login. When a Forgot Password button is clicked, a Question Login workflow will trigger (I think I am right?) .Now I would like to customize the 'Question Login' workflow as per my requirements, but unfortunately I am not, I modified the system configuration object, but still with no luck I am not able to customize that workflow.
    So I thought of using anonymous login page and I can launch my own workflow as per my requirements. I have registered my workflow at 'anonymous end user tasks'. and I try to launch the anonymous login page using the url 'http://localhost:8080/idm/user/anonlogin.jsp'. I am getting the following errors.
    An unrecoverable error has occurred processing the request. Contact your system administrator.
    Syslog ID = LG-1111-024933.
    Only the Reset Administrator may access this view.
    I don't know, where I am doing wrong. For the first time I am trying to use anonymous login page.
    Did anybody faced similar problems?
    Can anybody please post some points, like what is the procedure to use a Anonymous login page?
    Thanks in advance

    Well, first, I visited Configure > User Interface, and enabled Anonymous Enrollment.
    Next, I went to user/login.jsp, and saw "Request Account". I clicked on it, and up popped the user/anonEnrollment.jsp page. (I was looking at using this for one of our requirements; turned out I didn't need it, and did something else).
    Anyway, a quick check with Live HTTP Headers for Firefox shows that the post was directly to anonEnrollment.jsp; anonEnrollment.jsp has this at the top:
    String anonUser = LoginHelper.getAnonymousUser(session);
    if (anonUser == null) {
        String url = "user/login.jsp";
        LoginHelper.redirect(req, out, url);
        return;
    }Not a huge amount of help. However, it does establish that there is an "getAnonymousUser" method, which is documented to return "the currently registered anonymous user name if any". And reading the Workflows, Forms, and Views manual, it states that the anonymous main page is for "... when a user who does not have a Identity Manager account logs in, an Identity Manager user object is created ...". Basically, if you're using pass through auth, and have a source system that will let a user authenticate, they can then set themselves up.
    So, I visited "anonmain.jsp" after clearing all cookies, and up popped "anonlogin.jsp", with a login box. I entered "anonymous", and lo!, I was logged in, and saw the anonymous user menu. In other words, I was "provisionally" logged in with an account that doesn't really exist (anonymous).
    However, I had to provide that extra bit of information, namely, my "fake" user name of "anonymous". I don't know how you'd do that without JSP customization.
    Basically, "anonymous" means "has a username, but we don't have an account", rather than "truely anonymous" as near as I can tell. The system will do it for you in the case of "Request Account" (the generated login page has some Javascript code to redirect to anonEnrollment.jsp), but it doesn't seem to be an exposed API.
    You might get somewhere with customizing the "Request Account" string in the messages catalogue, and then customizing the anonymous enrollment workflow.

  • Simple User Login

    I am having problems getting my user login jsp page to connect to my MySQL database.
    Can anyone have a look at the following JSP code to see if it is right?
    <html>
    <head>
    <title>GCMB User Login</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FF9900">
    <p align="left"><img src="GCDMsgLogo.gif" width="564" height="70"></p>
    <table width="372" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td width="138"> </td>
    <td colspan="2"><font face="Arial"><b> User Login:</b></font></td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Username:</font></td>
    <td colspan="2">
    <input type="text" name="textfield2">
    </td>
    </tr>
    <tr>
    <td width="138"><font face="Arial">Password:</font></td>
    <td colspan="2">
    <input type="text" name="textfield3">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2">
    <input type="submit" name="Submit" value="Login">
    </td>
    </tr>
    <tr>
    <td width="138"> </td>
    <td colspan="2"> </td>
    </tr>
    </table>
    <p align="left"> </p>
    <table width="772" border="0" cellspacing="0" cellpadding="0" height="72">
    <tr>
    <td colspan="2" height="7"><img src="bar.gif" width="774" height="3"></td>
    </tr>
    <tr>
    <td width="568" height="30">
    <p> <img src="GCDHome.gif" width="115" height="24" border="0"><img src="Email.gif" width="115" height="24"></p>
    </td>
    <td width="206" height="30">
    <div align="right"></div>
    </td>
    </tr>
    <tr>
    <td colspan="2"><font face="Times New Roman, Times, serif" size="2">Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <br>
    email: [email protected] website:
    www.gcd.ie </font><font face="Times New Roman, Times, serif" size="2">�
    2002 Design: Niall Magner</font></td>
    </tr>
    </table>
    <p align="left"> </p>
    <p> </p>
    <p>  </p>
    </body>
    </html>
    Cheers,
    Niall

    Hi, Does this look right? Is this what you were talking about in your reply?
    <HTML><HEAD><TITLE>GCMB User Login</TITLE>
    <%@ page import="javax.servlet.*" %>
    <%@ page import="javax.servlet.http.*" %>
    <%@ page import="java.sql.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%-- connection to database--%>
    <%
    String connectionURL = "jdbc:mysql://host:3306/databasename?user=username&password=passwordUsedforDatabase";
    Connection connection = null;
    Statement statement = null;
    ResultSet rs = null;
    ResultSet rs2 = null;
    %><% Class.forName("org.gjt.mm.mysql.Driver").newInstance(); connection = DriverManager.getConnection(connectionURL,
    "", ""); statement = connection.createStatement();
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
    <BODY bgColor=#ff9900>
    <P align=left><IMG height=70 src="Login_files/GCDMsgLogo.gif" width=564></P>
    <form method="post" action="">
    <table cellspacing=0 cellpadding=0 width=372 border=0>
    <tbody>
    <tr>
    <td width=138> </td>
    <td colspan=2><font face=Arial><b>User Login:</b></font></td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Username:</font></td>
    <td colspan=2>
    <input name=textfield2>
    </td>
    </tr>
    <tr>
    <td width=138><font face=Arial>Password:</font></td>
    <td colspan=2>
    <input name=textfield3>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2>
    <input type=submit value=Login name=Submit>
    </td>
    </tr>
    <tr>
    <td width=138> </td>
    <td colspan=2> </td>
    </tr>
    </tbody>
    </table>
    </form>
    <P align=left> </P>
    <TABLE height=72 cellSpacing=0 cellPadding=0 width=772 border=0>
    <TBODY>
    <TR>
    <TD colSpan=2 height=7><IMG height=3 src="Login_files/bar.gif"
    width=774></TD></TR>
    <TR>
    <TD width=568 height=30>
    <P><IMG height=24
    src="Login_files/GCDHome.gif" width=115 border=0><IMG height=24
    src="Login_files/Email.gif" width=115></P></TD>
    <TD width=206 height=30>
    <DIV align=right></DIV></TD></TR>
    <TR>
    <TD colSpan=2><FONT face="Times New Roman, Times, serif" size=2>Griffith
    College Dublin, South Circular Road, Dublin 8, Ireland. Tel/Fax: +353 1
    415 0400/ +353 1 454 9265 <BR>email: <A
    href="mailto:[email protected]">[email protected]</A> website: <A
    href="http://www.gcd.ie/">http://www.gcd.ie/</A> </FONT><FONT
    face="Times New Roman, Times, serif" size=2>� 2002 Design: Niall
    Magner</FONT></TD></TR></TBODY></TABLE>
    <P align=left> </P>
    <P> </P>
    <P> </P></BODY></HTML>

  • Oracle waveset 8.1.1.5 find user issue

    Hi All,
    we recently applied the oracle waveset 8.1.1 patch5. everything went smooth. but in the findusers i am getting this error message. after this message i am getting the users. please help me on this. what i am missing here. Thanks in advance......
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:

    Also I have one query - suppose I have SUN IDM 8.0 installed in local system, Can I install oracle waveset 8.1.1 directly or first I need to install oracle waveset 8.1.0. If this is the case then I am not able to see oracle waveset 8.1.0 in oracle site for download. please help me on this.

  • Oracle AS control hangs after user login - AIX 5.3

    Hi,
    We are engaged with a customer who deploys OracleAS 10.1.2.0.2 on AIX 5.3. After installation, AS control hangs after user logins. This issue is addressed in release note and metalink doc365725.1. We followed the guide in metalink to do the modification and we can access AS control successfully after that. However, due to some other reasons, we restart the AIX, and after that AS control hangs again. This is quite strange. Does anyone meet with this symptom before? How can we resolve this issue?
    Thanks in advance.
    Sindhiya V.

    Thanks everyone for the response and help.
    I completed the task yesterday with the permission method. However, I think I found the solution after completion. The trick lies at the oraInst.loc file. It lies at /etc directory for my case (AIX 5.3).
    If you do a opatch lsinventory, it shows you the Central Inventory location and the location of orainst.loc. For my case, it is pointing to /oracle/DE1/920_64/inventory. Therefore, even though I am logging in as oraqa1 with all env and oracle settings correct, it still points to DE1 inventory.
    I think modifying the Central inventory location in oraInst.loc will solve this problem.

  • Can anyone help me with a user login script on php for Oracle database?

    I have a script which somehow is not working well. Can anyone give a good script (for Oracle database) for user login and validation and change password? I will be grateful
    JJZ

    http://www.oracle.com/technology/pub/articles/deployphp/seliverstov_deployphp.html
    http://www.oracle.com/technology/tech/php/htdocs/php-oracle-tutorial.html

  • How open multiple responsibilities in the same user login session in R12 ?

    Dear All,
    Can anyone help me to know how to open multiple responsibility in the same user login session in R12 ?
    Thanks..
    Edited by: G-oracle on Sep 18, 2011 11:22 AM

    Can anyone help me to know how to open multiple responsibility in the same user login session in R12 ?What do you mean by open multiple responsibilities in the same session? You can only see the menu of one responsibility at a time, so how to do you expect the application to let you see multiple responsibilities/menus in one session?
    You could open another session and this way you can access more than one responsibility at the same time.
    Thanks,
    Hussein

  • User login report for given period

    Hi All,
    We have one query relate to user monitoring. We want to get the detail log or report of users login date,time, logout date time and system ip or system name like for the given period.
    Our application environment as
    SAP application : R/3 4.7
    Database : oracle 9.2.0.8
    Thanx in advance
    Regards,
    Vishnu.

    Hi Vishnu,
    kindly consider to use the forum search before posting. similar questions like yours have been posted several times already. In oyur search results you may find for instance [this thread|Re: Last three user logon date and time;
    b.rgds,
    Bernhard

  • See my code that i use for user login but my code not give me result

    sir i use oracle with vwp in netbeans 6.1
    i want creat a user login form
    i drop three textfield and one button
    in button i use this code for finding the user in database but this code not me result that go to catch (Exception e) all field in database is string
    public String button1_action() {
    try {
    RowKey userRowKey = luserDataProvider.findFirst
    (new String[] { "luser.username", "luser.pwd" },
    new Object[] { textField1.getText(), textField2.getText() });
    if (userRowKey == null) {
    textField3.setText("fahim");
    error("Invalid user id or password");
    return "case1";
    } else {
    textField3.setText("aamir");
    return "cust";
    catch (Exception e) {
    log("Cannot perform login for userid " + textField3.getText(), e);
    error("Cannot perform login for userid " + textField3.getText() + ": " + e);
    textField3.setText("NOOOO");
    return null;
    please give me idea how i find record from database
    thank you
    aamir

    These are user-to-user forums, you are not talking to Apple here - so I've asked the hosts to remove your email address from your post.
    The security code is the 3 or 4 digit code on your credit card, it's quite often on the back of the card on the signature strip, though on some cards it's on the front : credit card security code.

  • Is there a way to track user logins, or login metrics?

    Hello -
    We are using OID to provide SSO for an employee portal and we are about to bring another partner application online using the same OID server. We are looking for a way to determine how many people currently use the portal and subsequently will be looking for a way to track logins for the new app. Does OID keep this information in a table? Can I find this info in the IAS console anywhere?
    Thanks in advance for any info.
    Brian
    EDIT: This thread provides some good info on this: OID user tracking
    Edited by: bantonczak on Dec 1, 2010 9:09 AM

    This thread contains good information on user logins with Oracle Portal and OID SSO
    OID user tracking

Maybe you are looking for