Regarding Change Password messages

Hi All,
I am customizing the Change Password option in Portal. I have created an iview based on com.sap.portal.usermanagement.admin.par file. I have done changes in  JSP user_pwd_modify.jsp
I want to customize the messages like "Password has been changed." or "Password may not be changed".
Can someone tell me where are these message stored (in PAR file or database) so that I can customize the messages as well.
Regards
Nikhil Bansal

Hi Nikhil,
com.sap.portal.runtime.logon.par contains dist\PORTAL-INF\lib\umelogonbase.jar which has bunch of logonMessages(_xx).properties files. Text is there.
Best regards, Maksim Rashchynski.

Similar Messages

  • Standard Error Messages in Custom Change Password Screen

    Hi All,
    I've developed a custom change password screen in Web Dynpro. I want to use the standard messages that appear in the portal logon screen. I looked in the portal logon par and got the umelogonbase.jar and found in my eclipse dir the com.sap.security.core.jar wich this last one depends. I put then in an externallib and wrapped them in a JEE lib. Declared dependency from my WD DC to the JEE lib and added the library reference in the WD DC.
    I have the following code:
    try {
         IUserAccount userAcc = UMFactory.getUserAccountFactory().getUserAccountByLogonId(wdContext.currentInfoElement().getLogon());
         userAcc.setPassword(wdContext.currentInfoElement().getOldPassword(), wdContext.currentInfoElement().getNewPassword());
    } catch (UMException e) {
         e.printStackTrace();
         error = true;
         LogonMessageBean bean = new LogonMessageBean(WDClientUser.getLoggedInClientUser().getLocale());
         String msg = bean.print(new Message(e.getMessage()));
         wdComponentAPI.getMessageManager().reportWarning(msg);
    But when I try to execute my app I get the following exception:
       java.lang.VerifyError: (class: com/cafedecolombia/ols/um/ChangePassword, method: test signature: ()V) Incompatible object argument for function call
        at com.cafedecolombia.ols.um.wdp.InternalChangePassword.(InternalChangePassword.java:109)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
        at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
        ... 28 more
    Does anyone has successfully done this? Is there any other dependencies? Is there an EASIER way to do this? Is there any initialization needed?
    Any help will be highly appreciated.
    Regards,
    Andrés Acero

    Ok so here is how I solved it.
    I found this very interesting article called "SAP Authentication Guideline" and there the author mentions that the messages are defined in class SecuritPolicy of the core security jar. So with that in mind this is how my code finally worked out:
    try {
         IUserAccount userAcc = UMFactory.getUserAccountFactory().getUserAccountByLogonId(wdContext.currentInfoElement().getLogon());
         IUserAccount mutableUserAcc = UMFactory.getUserAccountFactory().getMutableUserAccount(userAcc.getUniqueID());
         mutableUserAcc.setPassword(wdContext.currentInfoElement().getOldPassword(), wdContext.currentInfoElement().getNewPassword());
         mutableUserAcc.commit();
    } catch (UMException e) {
         e.printStackTrace();
         error = true;
         ISecurityPolicy policy = SecurityPolicyFactory.getInstance().getSecurityPolicy();
         wdComponentAPI.getMessageManager().reportWarning(policy.getLocalizedMessage(WDClientUser.getLoggedInClientUser().getLocale(), e));
    Here is a link to the article on SDN:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/599ab890-0201-0010-12a1-b988e3a09735
    If you have any comments please do.
    Cheers,

  • On Tuesday this week I received weird emails, all from people I knew,regarding Skype or Facebook etc. .Apparently I sent them too. I changed password..is this sufficient and was it a virus on iPad mini?

    On Tuesday I received innocent looking messages from people I knew, regarding Skype requests etc. It didn't let me open, but apparently I was sending too. I changed password. Was it a virus?

    Someone could have gotten ahold of your contact list or a friends contact list.  That bad person either sent a mass email to you or sold the list to someone who did.  The could have gotten the list
    -- physical access to your computer
    -- logging on to your email account from the web
    -- a long cc list
    You sure it was your contact list not a friends?
    You may wish to change your passwords on all email accounts you have and the login passwords on all your computers.

  • ITunes is updated and works fine and I am able to log onto my account. When I go to purchase a song, I get the error message "Your Apple ID has been disabled". I've tried different methods: changing passwords, making a new account with another email addre

    iTunes is updated and works fine and I am able to log onto my account. When I go to purchase a song, I get the error message "Your Apple ID has been disabled". I've tried different methods: changing passwords, making a new account with another email address, and emailing itunes tech support. I am curious as to how many others have been experiencing the same issue. When I googled the error, it seemed like it was happening extremely often with many people.
    We all love their products, but they always come with a lot of issues and horrible customer support.
    My apple Id is [email protected]

    My Iphone 4 is telling me the same thing and I believe I figured out what the problem is.  I had some fraudulent charges on my itunes account, so I call my bank and disputed the charges.  Right after I did that, I started getting the message "Your apple ID has been disabled."  I just realized today that the charges are not fraudulent, they are "in app purchases."  One of my daughters downloaded the game Top Girl which is FREE, but in the game Top Girl you use money in the game to purchase things.  It just so happens that the money you use to purchase things is real money MY Money!!!.  My daughter thought she was using play money in the game and had no idea she was using real money.  She spent $106.00 buying stuff.  Now I have to call the bank and tell them to release the hold and pay Itunes.  I'm hoping this solves the problem.  Here is the link to learn how to disable "in app purchase" on your iphone or ipad.
    http://www.ikidapps.com/2010/12/parents-avoid-accidental-app-purchases-how-to-tu rn-off-in-app-purchasing.html

  • Why do we get First operand...error message when trying to change password

    Hi
    I'm new at posting here, so sorry if I'm doing this wrong. I did search first to see if there was info on this already, but I didn't find anything. (If there is already something out there, please point me to it.)
    We are using PeopleSoft Financials 8.8 SP1.
    We have basic workflow enabled in expenses which generates an email to an approver with a link into PS Expenses (right to their worklist area) when they have an expense report to review. When the user clicks the link they are directed to the PS sign on page. Normally they can sign on without any problems. However, if their password has expried they will be redirected to a page which says "Your password has expired. Click here to change your password." When they click the link they recieve a blank page with an error message that starts out as "First operand of. is NULL, ".
    I cannot replicate it in our test environments.
    I have confirmed that we have the PSWDEXPR permission list in our environment.
    I have also confirmed that our template for Change Expired Password is correct (PeopleTools > Portal, Structure & Content > Folder, "Tools - Hidden" > Change Expired Password > Template is PRTL_TEMPLATE_PASSWORD_EXP)
    I have also tried changing our brower cache to 0. (PeopleTools >Personalization >Personalization Options > Option Category Level = PeopleTools, Format tab, User Option of METAXP. I changed METAXP to 0 instead of 900 which was set by default).
    The odd thing is that if the user waits one day, they can use the link in the expense workflow email and change their password no problem.
    Also, when our users do experience this problem, if they log into PeopleSoft without using the link from the expense workflow email the change password function works fine.
    The link seems to be okay since it works fine at all times unless the user is prompted to change their password.
    Any suggestions?

    Try the troubleshooting tips here:
    http://www.infosemantics.com.au/adobe-captivate-troubleshooting/basic-troubleshooting-tech niques
    You may have something in your project on one of the slides that is tripping up the publishing process.

  • TS1424 I keep getting a message that my ID has been disabled when trying to download an app. I have changed password I with apple. Any ideas what is wrong?

    I keep getting a message that my ID has been disabled when trying to download an app. I have changed password with apple. Any ideas what is wrong?

    If you've changed your password and it still shows disabled then try logging out of your account on the iPad by tapping on your id in Settings > iTunes & App Stores and then log back in and see if that 'refreshes' the account on it
    If that doesn't fix it then you might need to contact iTunes Support :  http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page

  • HT201320 PLEASE HELP - I changed my email password on my computer...the email is also on my iPad...I can log on the computer with the 'new' password, however, the iPad is not allowing me to log in.  I continue to get the incorrect password message.  Pleas

    PLEASE HELP - I recently changed my email password on my computer...the email is also on my iPad. I can log on the computer with the 'new' password, however, the iPad is not allowing me to log in.  I continue to get the 'incorrect password' message.  Please advise.

    I'm sorry you're having issues with your e-mail account on your phone Rusty1112. Let's figure out what's going on. First, please try deleting account/information again and then restart phone. When phone is back on, try adding e-mail account again, and be sure you're entering exactly as you set up, meaning its case-sensitive. If you're still getting same error, please let us know and let us know what e-mail account it is, Yahoo, AOL, MSN, etc.
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • HT5312 apple is not sending mail to my rescue email address so i cant proceed further regarding "changing my password or security ques"????

    apple is not sending mail to my rescue email address so i cant proceed further regarding "changing my password or security question" ?????? help???

    You are at least the second person to post the same thing today, so I don't know if there are problems with it. You clicked on the link to send reset info to your rescue email address as shown in steps 1 to 5 of the page that you posted from, and you've checked your spam folder as well as your Inbox ?

  • Got a new iphone5 and cannot log into iMessages keep getting same message to check network connection and try again.  Tried changing password as suggested but nothing is working

    Got a new iphone5 and cannot log into iMessages keep getting same message to check network connection and try again.  Tried changing password as suggested but nothing is working any suggestions?

    Are you connected to wifi, or doing it over cell signal?

  • How to change password for a user in WLS 7.0 embedded ldap in code?

    I asked the similar question before but don't have an answer yet.
    I need to change password for a user in my Java code. Any help will be
    appreciated.
    Here is my stack trace:
    c:\Test>java -classpath . testEmbeddedLdap
    attribute: uid
    attribute: description
    attribute: objectclass
    attribute: wlsMemberOf
    attribute: sn
    attribute: cn
    javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient
    Access Rights]; remaining name
    'uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain'
    at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2872)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2810)
    at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2616)
    at com.sun.jndi.ldap.LdapCtx.c_modifyAttributes(LdapCtx.java:1374)
    at
    com.sun.jndi.toolkit.ctx.ComponentDirContext.p_modifyAttributes(ComponentDir
    Context.java:255)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:172)
    at
    com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.modifyAttributes(Partial
    CompositeDirContext.java:161)
    at
    javax.naming.directory.InitialDirContext.modifyAttributes(InitialDirContext.
    java:146)
    at testEmbeddedLdap.main(testEmbeddedLdap.java:30)
    Here is my testing code:
    <PRE>
    import java.util.*;
    import javax.naming.*;
    import javax.naming.directory.*;
    public class testEmbeddedLdap {
    public static void main(String[] argv) {
    Hashtable env = new Hashtable(11);
    env.put(Context.INITIAL_CONTEXT_FACTORY,
    "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://localhost:7001");
    env.put(Context.SECURITY_AUTHENTICATION, "simple");
    env.put(Context.SECURITY_PRINCIPAL, "uid=myAdministrator, ou=people,
    ou=myrealm, dc=mydomain");
    env.put(Context.SECURITY_CREDENTIALS, "myAdministrator");
    try {
    DirContext ctx = new InitialDirContext(env);
    String
    sUser="uid=myRegularUser,ou=people,ou=myrealm,dc=mydomain";
    String sOldPassword="myRegularUser";
    String sNewPassword="newpassword";
    for (NamingEnumeration ae = ctx.getAttributes(sUser).getAll();
    ae.hasMore(); ) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr.getID());
    ModificationItem[] mods = new ModificationItem[2];
    Attribute mod0 = new BasicAttribute("userpassword",
    sOldPassword);
    mods[0] = new ModificationItem(DirContext.REMOVE_ATTRIBUTE,
    mod0);
    Attribute mod1 = new BasicAttribute("userpassword",
    sNewPassword);
    mods[1] = new ModificationItem(DirContext.ADD_ATTRIBUTE, mod1);
    ctx.modifyAttributes(sUser, mods);
    ctx.close();
    } catch (NamingException e) {
    e.printStackTrace();
    </PRE>
    "Neil Smithline" <[email protected]> wrote in message
    news:[email protected]...
    Two things. First, I'm not exactly sure what password you are trying to
    change. The LDAP server's password or a user's password in the LDAP
    server. Second, could you please post a stack trace.
    Thanks - Neil
    K Wong wrote:
    I am using (javax.naming.directory.DirContext.modifyAttributes) to
    change
    password to our development Weblogic 7.0 embedded LDAP.
    I login as the system administrator (a user in the administratorsgroup),
    but always gets the javax.naming.NoPermissionException - InsufficientAccess
    Rights.
    What user should I use? Any help will be appreciated.

    Hai,
    This condition based execution requires - javascript coding.
    In miscelleaneous tools bar, you have an option of SCRIPT_ITEM writer tool, drag the tool into your WAD layout, and select the properties , choose the editor option and paste your coding. that's it.
    Alternate option :
    in your web application design layout , you will fine XHTML coding editor , there you need to write coding and execute the same.
    Hope this will help to you.
    Assign Points if its really useful.
    Cheers !!!
    Bye
    Regards,
    Giri

  • Can't Log-in or change password..​.help

    So, I have seen this a few times on these forums, but I can not figure it out.  I have the can't login or change password or email do not match problem, basically I can not do anything.  Any help would be appreciated.

    Hello cadshot,
    I was able to locate your account using the e-mail address you used to register for the forum and have submitted a password reset request on your behalf. You should receive an automatically-generated message with a password reset link in the next 10-15 minutes, so make sure to keep an eye on both your inbox and junk mail folders. The link will only be valid for a short period of time, so let me know via private message if you're unable to access that e-mail right away.
    To send me a PM, simply sign into the forum and then click on either the link in my signature or the letter icon in the upper right-hand corner of the page.
    Regards,
    John|Social Media Specialist | Best Buy® Corporate
     Private Message

  • SBS 2008 RWW displays "Your password has expired. Change it on the Change Password page."

    I have one User Account that when logging into RWW , a dialog (as attached) comes up? From my experience, when a password needs to be changed you are simply taken to the change password screen to enter old password and new. This AD account even has Password
    does not expire set.
    Even after changing password in AD this comes up - there are some other worrying things happening with this account as when the User opened their mailbox all of their Unread Items were marked as Read. Not sure if this is related. 
    When I login with another Test User Account, I cannot force the same dialog to come up and a google does not show me much.
    Could RWW of been compromised or is there something in User AD Account? I ended up resetting Users' password via AD just to be safe, but dialog still comes up. 

    Hi,
    Did this encounter for all the user accounts or just for a specific one?
    In general,if it is determined that the user must change the password upon logging on to the site (for example, the password has expired or set to User must change password at next logon), the logon page will present that error message to the user.
    Please check the prperties of that user account to see if you have selected "User must change password at next logon"check box.
    In addition, please check the default domain policy via the path below: Computer Configuration/Windows Settings/Security Settings/Account Policies/Password Policy
    Pleae check the value you have configured for “Maximum password age”.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Invalid username and password message is coming from oracle forms 11g

    Hi,
    Genrally we unlock and reset the password for locked oracle account and then we make password as expiered so that user will get prompt password change while logging into application.But recently we have made our password policy as case senstive.Now user is getting password exipred message and application is prompting to change password window, but even if user is giving correct password invalid username password message is coming (ORA-01017).To overcome this I have tried same case password but no success. I am able to change the password from sql plus
    Please let me any changes need to carried out on application server side.
    database(11.2.0.2.0)
    OAS(10.1.2)

    Hello,
    We hava same problem most of the time, however the reason is mostly users enter password in non-English characters mostly ı for i.
    Regards,

  • Change password in Workspace

    Hi,
    I launched the preferences window from the File menu to change the password for a user. The fields in the authentication tab are greyed out with the following message:
    "Contact your administrator to have this feature enabled for use"
    This is even applicable to the admin user but I can't seem to figure out why this feature is disabled. I was under the impression this would be enabled by default. Can anyone help me with this?
    Regards,
    Shehzad

    Hi,
    If you are looking for user password change then go to Tools --> Change Password Option.
    Providing the info and password is changed.
    Regards
    Ace

  • Changing password of Sysman and DBSNMP users in Oracle 10g (10.2.0.3.0)

    Hi,
    When i changed my sysman and dbsnmp password, these users are frequently locking.
    For sysman password change i do the following steps.
    1) emctl stop dbconsole
    2) change password of sysman and dbsnmp from sql
    3) Post sysman password change to emoms.properties file
    4) Post DBSNMP password change in targets.xml
    5) emctl start dbconsole.
    DBSNMO AND SYSMAN users were locked.
    Stop dbconsole again
    Unlock the user sysman and dbsnmp
    then again restart dbconsole
    Sysman user locked
    Another thing do we need to have same password for dbsnmp and sysman
    Regards,
    irfanb146

    Now Sysman and DBSNMP users are unlocked after i made the password of sysman change again and they are not locking.
    Following is the message in the browser
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    Browser is showing All the components are up like instance, Agent and Listener with green arrows upward
    Message was edited by:
    user605066

Maybe you are looking for

  • Approved Quicksilver with 3000 CL after EO

    First post, long time lurkerI have done a lot of research on line with credit and FICO scores and I have to say, I got the best information and advise from this Forum.So BIG thanks to everyone!!! A little background about me... Until December 2014, I

  • IPhone 4 sound issues (only out of one ear bud)

    I've tried multiple headphones/ear buds and I can only hear music out of one side. This is obviously an iPhone 4 issues considering the headphones don't work on it but work on other stuff. Any ideas on how to get this fixed? I got this phone less tha

  • Oracle 11gR2 dbms_scheduler.put_file not working

    Hello all, I have not been able to find any good example of using the dbsm_scheduler.put_file function. I've tried the below and I get errors for wrong number of arguments of invalid types. The error seem to rotate around the file_contents. However,

  • Error code 6000 while setting up Pixma MG 5420

    Carefully unpackaged unit and installed print head,(have not installed ink cart) and print head went to extreme right of carriage and seems to be stuck in that position, don't see any type of release to move it back to the center. Have a 6000 error c

  • Project Lite users cannot see Project link on Office365 toolbar

    Our Project Lite users do not see the PROJECT link in the Office365 toolbar. All other roles can see the link - these have either Project Online subscription or Project Pro for Project Online subscription. I have verified the following: These users h