In Portal Anonymous mode - Change password option not coming- login fails

Hi Experts,
     We are having some application which requires login in anonymous mode. When we click the application and give the user id password, it loggs in properly, there is no problem in that.
    But if the password is reset by administrator, then when entering the reset password given by admin it should ask to change the password. This is happening in normal scenario(/irj/portal), but when try the same in anonymous mode(irj/portal/anonymous) where the prompt is from the login required application, then it says login failed instead of giving the change password and confirm password screen.
Appreciate your help in solving this issue. I hope many would have faced similar situation.
Thanks
Yusuf

Hi Yusuf.
Do you use a standard or custom login module for your application?
More likely the used login module does not have a logic that handles such scenario as a change of user's password.
In this case you need to implement a custom module with a required functionality.
Best regards,
Aliaksandr Zhukau

Similar Messages

  • Change Password Option not working in EP 7.0

    Hi,
    We have done the configurations for changing the password through get support option in the login page. It is working fine in development and quality. In production system, it is allowing us to change the password and sending the mail also. But when we try to login with new password, we got a error like Authentication Failed.
    We are in EP 7.0 SP16, UME datasource is ABAP. Proper authorizations are given to the communication user SAPJSF.
    Please help us to solve the problem.
    Thanks.

    Since it is working in DEV and QAS, but not in PRD, the issue should be in the difference between these systems.
    I suggest you to look at the default trace on EP and find out exactly what is the problem.
    You may also need to change trace level to get more detailed info.
    If you need info on how to do it, start from here:
    http://help.sap.com/saphelp_nw04s/helpdata/en/d4/aad84d9790420ab5bfb5746177ec5b/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm
    Regards,
    Slava

  • ISE Guest - Change Password Option

    Hi All
    Can anyone confirm that the change password option on the Guest Self Registration Portal actually works?
    I have enabled the options with the ISE Guest Portal to allow the Guest to create his own account and also to change his password.
    Although the self creation of the account works fine it doesn't look like changing the password works. When you enter the new password and click submit nothing seems to happen.
    ISE version is 1.2.1.198
    Regards
    Roger

    Hi Roger,
    Are you making use of customized self registration portal. In such cases make sure , the session ID of a particular guest login is carried forward to the password change page as well.
    For the html changes to any pages (login, aup, self_registration, self_registration_result,
    device_registration & change_password)  that link back to other pages. The below points A and B should be added as part of customized pages.
    A)Reference script (<script src="js/customportals.js"></script>)
    B)Add the onsubmit="getDynamicAction(this);" logic for posts
    Thanks

  • User cannot change password option is automatically getting unchecked while giving domain admin rights

    user cannot change password option is automatically getting unchecked while giving domain admin rights

    Greetings!
    "Domain Admins" falls into the category of protected groups and it is included in ADminSDHolder process. It is normal and was designed in order to prevent the modification to these privileged groups. More information on the link below:
    AdminSDHolder, Protected Groups and SDPROP
    Regards.
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Disable "Change Password" option in Comms Express

    I need to disable/remove the Change Password option in Communications Express. I'm using patch level 122793-30. How do I do this? Are there any instructions out there for this? I see them for Convergence....which I have installed also but I have users who still use Comms Express.
    Thanks in advance!

    Found it myself.
    Edit /var/opt/sun/comms/ce/uwc/common/UserPreferencesSettings.jsp and change:
    <div class="Tab3"><a href="<%= getContextURI(request) %>/base/UserPreferencesPassword" class="TabLblNormal" title="<ja
    to:getModelFieldValue escape="false" modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSessio
    n="true" name="uwc-common-options-tooltip-ChangePassword" defaultValue="Change Password"/>"><jato:getModelFieldValue escape="false"
    modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSession="true" name="uwc-common-options-Cha
    ngePassword" defaultValue="Change Password"/></a></div>to:
    <div class="Tab3"><!--<a href="<%= getContextURI(request) %>/base/UserPreferencesPassword" class="TabLblNormal" title="<ja
    to:getModelFieldValue escape="false" modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSessio
    n="true" name="uwc-common-options-tooltip-ChangePassword" defaultValue="Change Password"/>"><jato:getModelFieldValue escape="false"
    modelClass="com.sun.uwc.common.model.UWCResourceBundleModel" modelName="i18nModel" lookInSession="true" name="uwc-common-options-Cha
    ngePassword" defaultValue="Change Password"/></a>--> </div>

  • My problem is simple: my recently changed Password does not work

    my problem is simple: my recently changed Password does not work

    Flash Player doesn't require a password so it's not as simple as you make it out.
    Where exactly are you being asked for a password , and for what?

  • Enable change password option in masthead for the custom role

    Hi Experts,
    In our project we have to provide change password option to the custom roles. However we don't have to use eu_role or admin role. Could you please let me know how to go about it.
    Regards,
    RK

    Hi
      Please Refer this thread
        Password Change - Personalize in EP7.0
    You can use old persouserpassword screen after setting the UME property
    ume.admin.wdactive to false using the configtool
    Regards
    Ganesan S

  • Disable Change password on first time login in portal

    Hi Experts,
    This question is with regard to the UME user.
    Portal asks its users to change the password on the first login. How can i remove this property. whatever password the admin assigns should be used to login at all the times. The portal should not ask to change the password on first login.
    Regards,
    KM

    Hi Kaustubh,
    Refer this link:
    how to disable the "change of password" field in login page of SAP portal?
    Regards,
    jithin

  • Implementing change password options

    Hello SDNers,
    We are using 2004s (Portal 7.0) integrated with LDAP as user datasource. Now, we want to allow the users to chage their passwords.
    However, if the user changes their passwords it should be reflected in LDAP also. I know there is an webdynpro IView for allowing users to change their passwords. But, I am not sure whether it works fine with LDAP data source ?
    Also, provide me with the solution how to proceed with ? Appreciate your time and valuable inputs ?
    Best Regards,
    Anil Kumar

    Hello Anil,
    Check out the following blog. It deals with "Password hage Application".
    A Change Password Application
    Regards
    Deb
    [Reward Points for helpful answers]

  • Change Password does not show Correct Error Message

    Hi,
    I am using a password policy which says that Characters not allowed are @&()|\";'<>+=/?. :}{][
    When the user try tochange the password and try to put any of the above character,
    then OIM Web console shows an Password Policy error, which is correct.
    The Problem comes in when the Webconsole does not show the full range of the unsupported characters,it only shows the below error
    Password Policy Error
    The following password policy rules are not met:
    Invalid Chars=/?. :}{][
    Ideally it should have shown the full set of unsupported characters, which led the user to do the mistake again by selecting same old special charcter.
    Although,the logs at the back end, shows full set of characters.
    My Question ,is how could this be fixed,what customization has to be done if any ,for reflecting this change on WebConsole page.
    Cheers
    Ak

    Hi,
    I resolved the issue by changing the Characters not allowed to =@&()|\";'+/?. :}{][
    instead of @&()|\";'+=/?. :}{][
    What i figured out is all the charcters after = are only getting printed at the Web Console, so i reshuffle the charcters and put = in the beginning.
    And it is working fine.....
    Strange huh.....:)
    Cheers
    Ak

  • Unable to login when change password option is enabled

    Hi,
      I have configured remote vpn on my Cisco ASA and users connecting to this will use Cisco VPN dialer and gets authenticated with the Windows 2008 domain controller credentials. Now the problem I face is, when i set the option for user-A as "user must change the password during next login" it doesn't accept , it accepts only when I uncheck only then the user-A will be able to login.
    Any ideas what option or configuration do I to do so that it can popoup for changing the password?
    FYI I use windows 7 profession edition with Cisco VPN dialer client ver. 5.0.04.0300. I am unable to find "windows logon properties" under the "options" menu.

    Hi,
      I managed to get the password change option pop-up when "Change password during next login" set for for the user-A in windows 2008 Active Directory. But now the issue is, I enter the old password, it accepts & then its pops up to enter me the new password twice, when I enter the new password with some special charecters it stills pops me up to enter the new password with special charecters. After 2-3 attempts it disconnects. It will allow me to connect only when I un-check the "change password during next login"
    Any ideas?

  • TA38641 i upadated my iphone 4 with ios 5.1.1 and now the passcode option not coming

    i upadated my iphone 4 with ios 5.1.1 and now the passcode option not coming

    Delete then add back the exchange acct on each device.

  • Enabling change password option in Personalization

    Hi All,
    I am usnig EP 7.01 backend ECC 6.0.
    I have enabled the personalization by doing 2 things.
    1. In default framework Page, enabling Personalization for Masthead Iview.
    2. Assigning standard role to my user id.
    By doing above steps I am able to view the Personalize link on the top right corner. But on this personnalise link I get following options:
    1. Portal theme
    2. User Profile
    3. User Mapping
    4. Work Protect Mode.
    I donot want all the above options. I jsut want to have a facility to enable the portal user to be able to change his logon password. please advise how to proceed further.
    Thanks & Regards,
    Swati

    Hi Azar,
    Hope u have done the steps mentioned in my post. Once u get the Personalize link, goto user profile in the personalize page and click on Modify. You will get the option to change the password.
    Regards,
    Swati

  • Portal user creation- Disable password Option

    Hi all,
    Can i disable password for all my users.
    we have an option to disable password while creating users.
    i tried creating but it doesnot allow me to login with password field left balnk--it says "Authentication failed. Logon with password not allowed"
    hari

    Hi,
       Disable password doesn't mean you can login without password. It doesn't allow the user to logon directly i.e., This deactivates password-based logon. This means that the user can no longer log on using a password, but only with Single Sign-On variants (X.509 certificate, logon ticket).
    This is useful if you do not require password-based logon because logon is performed exclusively in other ways (such as using logon tickets, see SAP Note 177895). In this case, deactivating the password increases security, as passwords that are not used are usually still initial.Although the deactivation of passwords cannot be made retrospectively, the administrator can define a new initial password at any time.
    Check this out.
    http://help.sap.com/saphelp_nw04s/helpdata/en/f6/0edf3d0eb8af5ee10000000a114084/frameset.htm
    Regards,
    Harini S

  • TS1541 new mac mini. woke it up from sleep mode, user password suddenly not working. ideas?

    After initial set up left the brand new mac mini for an hour or so. On return, the password that had been working thus far was entered but did not work. cannot now login to brand new mini. Ideas please?

    Reset Password 10.7, 10.8...
    http://reviews.cnet.com/8301-13727_7-20087723-263/how-to-run-the-password-reset- utility-in-os-x-10.7-lion/
    Then Reset your Keychain...
    http://support.apple.com/kb/TS1544

Maybe you are looking for

  • Hiding a web item through the command line URL

    We use the Web API and command line processing heavily to pass in different filter values, variable values, data providers, etc. to our web reports.  I had a requirement within a given area to launch our web reports with the Navigation block visible

  • Mac-formatted ipod transfer to pc

    I am in Europe now with my pc laptop, and had to leave my mac mini at home which I synced with my video iPod. I am trying to transfer all of my information (i.e. music, videos, playlists, podcasts info) to my pc laptop permenantly, so I will just syn

  • F110 Payment run Problem

    Hi All, I have few doubts in running F110 Transaction, 1) Is it Time Dependant? I mean to say I schedule Payment run today for 3 vendors and Next Payment run would be 2 days from now i.e on 01/21. 2)Can I have another Payment run for different Vedors

  • Requsition request Hiring manager personal number is missing:

    Hi, This is Regarding, requisition request: When i am creating requisition request under MSS, through from asking the Hiring manager personal number. Could you please help me how we can get that. Working with ECC6.0 with EhP-4. Thank you advance. Reg

  • Pictures in ePub

    I want to create an ePub Book with Pages and I have a question concerning images: When I preview my eBook using iBooks on the iPad, I double tap on the picture and it opens in full screen. But the picture size isn't any bigger. How can I change this?