DS console operators cannot change their passwords?

I've setup named developer accounts with the operator role, so that (among other things) they can tell who has an object checked out. But it seems that console users cannot change their own passwords: someone with administrator access needs to do it for them? Is that correct? This goes against best practices, where an administrator can reset a password but the user then changes (preferably, the are forced to change it on first logon). If that is the case, hopefully it's addressed in the next release (we are using SAP BusinessObjects Data Services, version: 12.2.3.0).
Regards,
Sean

Requiring Guests to Change Password
You can allow or require guest users to change their password after their initial account credentials are created by the sponsor. If guest users change their passwords, sponsors cannot provide guests with their login credentials if they are lost. The sponsor must create a new guest account.
You can either allow guests to change their passwords, or you can require that they do it at expiration and at first login. To require internal users using a guest portal to change their password upon their next login, choose Administration > Identity Management > Identities > Users . Select the specific internal user from the Network Access Users list and enable the change password check box.
Before You Begin
Create a Guest portal or modify the DefaultGuestPortal. This setting is specific to each Guest portal.
Step 1 Choose Administration > Web Portal Management > Settings > Guest > Multi-Portal Configuration.
Step 2 Check the Guest portal to update and click Edit .
Step 3 Click the Operations tab.
Step 4 Check either or both options:
Allow guest users to change password
Require guest users to change password at expiration and first login
Step 5 Click Save .

Similar Messages

  • ISE 1.2 Guest portal user cannot change their passwords

    I have a WLC 5508(version 7.6) and a server installed  the ISE (version 1.2.1.198),Now we configured the CWA,Use guest portal as an employee and guest login url,We can use the manually create internal user and password successfully logged in, and we set up allow guest users to change password in Multi-Portal, but the user can not change the password in the guest portal ,I suspect the change password option on the Guest  Portal actually works? Can anyone tell me how to change their own username password in the guest portal ?

    Requiring Guests to Change Password
    You can allow or require guest users to change their password after their initial account credentials are created by the sponsor. If guest users change their passwords, sponsors cannot provide guests with their login credentials if they are lost. The sponsor must create a new guest account.
    You can either allow guests to change their passwords, or you can require that they do it at expiration and at first login. To require internal users using a guest portal to change their password upon their next login, choose Administration > Identity Management > Identities > Users . Select the specific internal user from the Network Access Users list and enable the change password check box.
    Before You Begin
    Create a Guest portal or modify the DefaultGuestPortal. This setting is specific to each Guest portal.
    Step 1 Choose Administration > Web Portal Management > Settings > Guest > Multi-Portal Configuration.
    Step 2 Check the Guest portal to update and click Edit .
    Step 3 Click the Operations tab.
    Step 4 Check either or both options:
    Allow guest users to change password
    Require guest users to change password at expiration and first login
    Step 5 Click Save .

  • How to restrict users cannot change their password

    Hi all,
    If i logon to E-Business Suite home page, click on the preferences icon on the right hand top corner of the home page, i have an option to change my password.
    How will i diable or restrict this such that no users can change their passwords after first time creation.
    Regards,
    Prasad

    hi prashant,
    i could do this by logging in as sysadmin, personalizing that particular page (preferences) and setting it for only site and org. it is effected for all the users
    Thanks for reply
    Prasad

  • User cannot change expired password at logon

    Hi
    I've got 4 Fujitsu laptop with Windows 7 business SP1 x64 (Fujitsu setup). When the domain password expired, users cannot change their password at logon. Also, they can change password in their opened session before it expire (CTRL+ALT+DEL ==>
    change password).
    The change password at logon windows is buggy : It only display one field to put password in, the confirmation field does not display.
    When user valid is change, Windows display error "wrong username or password ". Only way to unlock this situation is to reset user password in ADUC and never let expire.
    I seen no sofware or driver wich could interfe.
    Domain controler (only one) is Windows server 2012 standard.
    Has somebody ever seen this type of problem ?

    Hi,
    Can you post a screenshot for this situation?
    Sometimes, the third party credential provider would lead to some issue like this, I suggest you check the
     current credential provider via the following path:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\x\LastLoggedOnProvider
    You should compare the result with the values in the following path:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\credential providers
    If the current value is third party credential provider, try to disable it:
    To disable the provider add a REG_DWORD value "Disabled"=1 to that provider’s CLSID subkey.
    The provider will be disabled on the next session creation (sessions are created when you log off, switch users, or reboot.
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • Allow DB user to change their password

    Greetings,
    DAD authenticated access to HTMLDB 2.0 on 10gR1 on hpux.
    I have built a "account" page where among other things the users can change their passwords, I have built the page over anonymous PL/SQL (below). When a DAD authenticated user runs the page via HTMLDB, they get
    ORA-01031: insufficient privileges
    Error. Yet if I copy the PL_SQL as is into sqlplus and bind it... it works like a charm. Any ideas?
    the PL/SQL
    DECLARE
    BEGIN
    if (:P17_NEW_PASSWORD_1 IS NOT NULL) AND (:P17_NEW_PASSWORD_2 IS NOT NULL) AND (:P17_OLD_PASSWORD IS NOT NULL) THEN
    if :P17_NEW_PASSWORD_1 != :P17_NEW_PASSWORD_2 then
    raise_application_error(-20300,'New passwords do not match');
    end if;
    execute immediate 'alter user '||user||' identified by '||:P17_NEW_PASSWORD_1||' replace '||:p17_old_password;
    htp.p('Password Changed Successfully');
    end if; --passwords not null
    exception when others then
    htp.p('Error changing password:'||sqlerrm);
    null;
    end;

    The application parsing schema (owner) needs ALTER USER privilege. It probably works in SQL*Plus because that schema has obtained the privilege through a role.
    Scott

  • Windows 2008 R2 Active Directory User can not change their password

    Our AD domain already having two domain controllers with windows 2008 (not R2),  last week we added one more domain controler with windows 2008 R2 for that we run domain prep and forestprep. After this domain no  users can change their password by pressing ALT+CTRL+Del--Change password. Administrators can still reset the password, and if administrator provide the option change password and at next logon, it works, users can reset the password. But after login they can not.
    The error telling the new password does not meet length,complexity, history requirements. We are sure their is no Group policy which setting password/account policy. And even we tried to attach a simple password policy domain level with out complexity.
    Please provide a feedback..waiting for your response.
    Thanks

    additional info: up to Server 2008 R2, Windows ONLY supports ONE Password policy PER Domain. (exept: the R2 supports more pw-policies, but not with gpo, it has to be congifured with ADSI-Editor)
    So, in case you still use the 2008 / R2 - you Need to know that ;))
    regard..
    Stephan Ertel - MCITP/MCSA -
    From Windows 2008(Non R2) and higher is supported for more than one password policy with fine granted password polcy.DFL should be 2008.
    HTH
    Biswajit Biswas
    My
    Blogs|MCC
    |
    TNWiki
    Ninja  
    Best regards Biswajit Biswas Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights. MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin

  • Allowing people to change their password

    Hi
    I want to allow users to change their password but be
    compelled to put in at least eight characters. I'm a regular
    expression novice, but I thought this would do it:
    <cfinput name="pword"
    value="#pword#"
    type="password"
    required="yes"
    size="20"
    maxlength="100"
    validate="regular_expression"
    pattern="[\w][\w][\w][\w][\w][\w][\w][\w]?"
    message="your password must be at least seven characters from
    A-Z, a-z, @ a dot(.) or 0-9"
    label="Password">
    However, this allows me to put in just a single character.
    Any advice on correcting whatever mistake I've made would be much
    appreciated
    Regrads
    Dave S

    Your message implies that you are looking for an e-mail
    address. If so, don't worry about the 8 character thing.

  • How does a user change their password?

    I have been using OS X server to provide, among other things, centralised user accounts, such that any user can logon to any mac on the network by providing mobile accounts. However, if a user wants to change their password, this only appears to affect the local (cached) copy of the account and doesn't appear to change it centrally. i.e. use System Preferences-> Accounts
    How does a user change their 'network' password in OS X Server?

    There is no inbuilt functionality to change the user password from SharePoint. All user account details need to be managed from AD.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • HT201262 cannot go to cmd+V or S, I cannot change my password. -error message ===boot file path system library coreservices boot.efi.... Please help.

    cannot go to cmd+V or S, I cannot change my password. -error message ===boot file path system library coreservices boot.efi.... Please help.

    Got it thanks macjack . Command + S on restart.
    In this case Nad69-Breizh did you try restarting with the option key down and re-selecting the boot drive.
    If no Recovery option,  try command option R  for internet recovery. Takes some time to load up.

  • AD User Cannot reset their password on Child Domain

    I have windows server 2008r2 which is my Parent Domain and child domain on windows server 2003. All my users on Child domain stuck on resetting their password
    and following error message appears 
    "The password does not meet the password
    policy requirements"
    Although I have not applied any password policy, don't know why this error message is appearing.
    Please help...

    Hi,
    In addition to the above information, you can check the resultant password policy settings applied for an AD user account by following the below steps,
    - Login to a client machine as AD user
    - Go to Start -> Run -> Type RSPO.msc.
    - In the RSOP console, navigate to the node Computer Configuration\ Windows Settings\ Security Settings\ Account Policies\ Password Policy.
    - In Password Policy page, you can confirm, what is the current password settings applied to that AD user.
    - Now based on the password policy settings you can try to change the password.
    Regards,
    Gopi
    JiJi
    Technologies

  • 802.1X cannot change expired password at login

    Hi all,
    I'm trying to roll out 802.1X authentication for wifi access at my company, however there's one major problem I can't for the life of me figure out. I'm not able to get the Macs to prompt for a password change when the password has expired at login.
    On Windows when you log in it will prompt you to change your password when it's expired. However on OSX when you're on the workstation login screen, you can see the wireless icon briefly connect, then it will think for a bit and the user cannot log in at all.
    OSX can definitely can change expired passwords via 802.1X, as if I log into a local account and connect to the wifi with the user whose password has expired, it will prompt to change it, and changes it successfully.
    I'm using NPS for RADIUS authentication against AD, and using Profile Manager in OSX Server to create the 802.1X profile.
    Does anyone have any experience with OSX and using WPA Enterprise/802.1X Profiles?
    Thanks!

    Hi,
    Can you post a screenshot for this situation?
    Sometimes, the third party credential provider would lead to some issue like this, I suggest you check the
     current credential provider via the following path:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData\x\LastLoggedOnProvider
    You should compare the result with the values in the following path:
    HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\credential providers
    If the current value is third party credential provider, try to disable it:
    To disable the provider add a REG_DWORD value "Disabled"=1 to that provider’s CLSID subkey.
    The provider will be disabled on the next session creation (sessions are created when you log off, switch users, or reboot.
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • WRT54G V8, Cannot change my password. Macintosh, Trying to hook-up Apple TV. , I'M DESPERATE!!!!!

    I have a Macintosh G5. I bought an "Apple TV" that connects wirelessly to my router.  In set-up it shows the Linksys and asks for  WEP PASSWORD. In my computer I typed 192.168.1.1 and then went to the ADMIN tab and tried to change my password.  After I change it and click SAVE I get another window that says Admin at  top and asks for my password at the bottom.  I type in the new password which reloads the Administration window again except my password is not changed. Because I have a Mac I don't know what the original password was. It is not ADMIN because it is about 18 characters long.  PLEASE HELP ME I'M NEW TO THIS STUFF!!!!!
    Thanks,  Bill 

    The password on the Adminstration tab is the password for the web interface of the router. That password protects the router from unauthorized reconfiguration. It has nothing to do with wireless connections.
    Go on the Wireless tab, then click Wireless Security. There you can see your wireless security keys. Enter the hexadecimal number in key 1 on your Apple TV. That should work.
    Of course, WEP is highly insecure. It is easily and quickly cracked. I would highly recommend to switch your router to WPA2 Personal or WPA2-PSK security. Enter a good strong passphrase. The other advantage of WPA is that you cannot confuse the keys with the passphrase. In WPA2 there is only the passphrase...

  • Cannot change MyBT password

    I have been trying to change the password for MyBT.
    But when I enter the new password and hit "save" on the change password screen it just redirects me back to the change password screen, with not confirmation or error messages.
    When I try to log back into MyBT I find that I still have to use the old password so the password change has no effect.

    @Michael I've just sent you a PM there with the link to get in touch with us.  Whenever we've receive your details we'll take it from there.
    Cheers
    Robbie
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • I forgot my rescue email and cannot change my password because I need t answer security questions that I don't know the answer to! I need help!

    I can't change my password! I don't know the answers to my security questions and the recuse email I put in years ago may not even exist. I need help!

    You need to ask Apple to reset your security questions; this can be done by phoning AppleCare and asking for the Account Security team, or clicking here and picking a method, or if your country isn't listed in either article, filling out and submitting this form.
    They wouldn't be security questions if they could be bypassed without Apple verifying your identity.
    (107060)

  • HT4199 I am using hotel's wi-fi and cannot go to them and ask to change their password as my ipad cannot accept it because it is too short!

    The button 'join' is greyed out. I guess because the password is too short, 7 characters.
    The password is correct as I am using it on another device but want to use iPad and this is really not helpful.

    Hello!
    Techno Fobo I like that.
    Contact Apple via this link: https://www.apple.com/support/appleid/contact/
    Often, if you can identify yourself as the owner of the account, they can reset the questions for you. This is the only way you can get back into your account

Maybe you are looking for

  • Error message: CONNECTION FAILURE. DOWNLOADING FAILED. IMAGE CANNOT BE LOADED. PLEASE TRY AGA

    I recently purchased Photoshop Touch for use on my Samsung Galaxy Note 10.1. I have uploaded files to Creative Cloud from CS5 version of Photoshop. I can view the file thumbnails on my tablet, but when I go to open them, I get the following error eve

  • Database Home page / VPN's

    OK, here is an interesting one. Everything works fine for me. I then use a vpn software (cisco, or secure remote) to connect me to another network. Database home page then stops working, page cannot be displayed on http://127.0.0.1:8080/htmldb. No sp

  • Problems re-setting up BEFW11S4 V2 wireless router

    I disconnected the Linksys wireless router as well as the RCA DSL/Cable modem. When I tried to reconnect, 1) the wireless network is no longer seen by my laptop, and 2) does not appear the cable/dsl modem and wireless router do not recognize each oth

  • How to get rid of apps on dashboard

    I just got my MBP yesterday. I want to get rid of the clock and the calculator that pops up when I click the Dashboard icon.. how do I do this? They don't have any "x"'s or anythin to close out with..

  • Where are all the photos after import?

    I don't know where to begin. iPhoto has gotten worse and worse over the years, but unfortunately I have tens of thousands of photos in it going back decades. The tipping point for me was after photo streams and extra syncing was added to iOS 5. After