The required permissions to reset the password of users

Hello

I'm trying to find out what "group permissions" are necessary in order to reset the password of any user to IOM. (by a user who is not xelsysadm)

I gave "Update" directly on the object 'Users', but it did not help. The following exception occurs;

ERROR, June 3, 2009 16:43:48, 153, [XELLERATE. SERVER], class/method: tcDataObj/eventPreUpdate error: data object update Permission denied
ERROR, June 3, 2009 16:43:48, 160, [XELLERATE. API], class/method: tcPasswordOperationsBean/setXelleratePassword some problems: Error occurred while setting user password.
ERROR, June 3, 2009 16:43:48, 161, [XELLERATE. API], class/method: tcPasswordOperationsBean/setXelleratePassword some problems: error occurred when setting password Xellerate
ERROR, June 3, 2009 16:43:48, 161, [XELLERATE. API], class/method: tcPasswordOperationsBean/setXelleratePassword some problems: Error occurred while setting user password.
Thor.API.Exceptions.tcAPIException: An error occurred while setting password.
at com.thortech.xl.ejb.beansimpl.tcPasswordOperationsBean.setXelleratePassword (unknown Source)
at com.thortech.xl.ejb.beans.tcPasswordOperationsSession.setXelleratePassword (unknown Source)
at com.thortech.xl.ejb.beans.tcPasswordOperations_rq3jhy_EOImpl.setXelleratePassword(tcPasswordOperations_rq3jhy_EOImpl.java:213)
at Thor.API.Operations.tcPasswordOperationsClient.setXelleratePassword (unknown Source)

Does anyone know the appropriate permission set?

Kind regards
ECE

Hello

There is no specific authorization to change the password. Change password is also an update operation. If want to give user permission to update, then you will need to do after.

1 suppose you want to change A user belongs to the organization.
2. the user who want to modify user A is B and his belongs to the Group B group.
3. you must go to manage organization-> body of research-> administrator and that you need to add Group B in there.
4. now all users of Group B can create/modify all users in the organization.

Concerning
Nitesh

Tags: Fusion Middleware

Similar Questions

  • Adobe required me to reset my password and since doing so firefox only displays only the text, no graphics or video; does not affect IE.

    I received an email from Adobe requires me to reset my password for Adobe because of breaches of security on 10/11/13. I decided that it was a genuine request. I have reset my password, then signed Adobe with the new password. From then on, I only text on Firefox, no graphics, no video. Most of the sites are unusable. I've uninstalled and reinstalled Firefox and Adobe Flash several times with no results. The problem does not occur on explore.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • Under Windows, you can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac, you can open Firefox 4.0 + in Safe Mode holding the key option key when starting Firefox.
    • Under Linux, you can open Firefox 4.0 + with leaving Firefox then go to your Terminal and running Safe Mode: firefox-safe-mode (you may need to specify the installation path of Firefox for example/usr/lib/firefox)
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    Thank you.

  • Firefox does not remember the password or user name. Have done everything suggested, still no luck.

    Firefox does not remember the password or user name. Have done everything suggested, still no luck.

    Make sure that you are not Firefox running in permanent private browsing mode.

    To view the history settings and cookies, choose: Firefox > Preferences > privacy, choose the setting Firefox will: use the custom settings for the story of

    • Uncheck the box: [] "always use the navigation mode private.

    Do you hear the names and passwords in the password manager or do you mean that you are connected is no longer on to (remember to) Web sites after the closing and restarting Firefox?

    There is a difference between remembering the name and the password in the password manager and a check box "remember me" on a web page.

    The latter usually involves the creation of a special "remember me" cookie that is stored on your computer and which is sent to the server.

    If that "remember me" cookie is deleted or is corrupted or is not send to the server, then the server remember that you and you must connect once again.

  • In our Production, we can share the password of user of database 'Apps' with our consultants functional, although they would like to examine through fields by (help > Diagnostics > review) and here he asked the password of the user "APPS".

    In our Production, we can share the password of user of database 'Apps' with our consultants functional, although they would like to examine through fields by (help > Diagnostics > review) and here he asked the password of the user "APPS". We need to know the path where they can examine the field without knowing the password for user "apps".

    Check

    How to enforce password Protection to access the Menu help > Diagnostics > review? (Doc ID 1487534.1)

  • Get a pop-up box 'Please indicate the password and user name for Proxy server"...

    Get a pop-up box 'Please indicate the password and user name for Proxy server"...

    I don't know what to do... Please help.

    Hi G-R-O-C-K,.

    Looks like you're behind a limited connection / network.

    These are the entries, you need to add:

    https://na1mbls.licenses.Adobe.com

    https://IMS-NA1.adobelogin.com

    https://adobeid-NA1.Services.Adobe.com

    https://na1r.Services.Adobe.com

    http://activate.Adobe.com

    https://activate.Adobe.com

    http://Adobe.activate.com

    https://Adobe.activate.com

    ccmdls.Adobe.com:443

    IMS - na1.adobelogin.com:443na1r.services.adobe.com:443prod - rel - ffc - ccm.oobesaas.adobe.com:443

    LM.licenses.adobe.com:443

    www-DU1.adobe.com

    When you try to connect to WIFI, try connecting with a cable and see if you get the same.

    Otherwise, see: https://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    Hope this helps you solve the problem.

    Kind regards

    Harrie

  • The password for user of APEX ADMIN Reset question

    Hi all

    I'm trying to reset the password for the ADMIN user by using the following script (taken from apxchpwd.sql) from SQL Developer. I've connected to the database as a user with DBA privileges.
    alter session set current_schema = APEX_040000;
    begin
    
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
    
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
    
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
    
        wwv_flow_security.g_import_in_progress := false;
    
    end;
    /
    Commit;
    But I am getting following error.
    session SET altered.
    
    Error starting at line 2 in command:
    begin
    
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
    
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
    
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
    
        wwv_flow_security.g_import_in_progress := false;
    end;
    Error report:
    ORA-20001: Unauthorized access (security group package variable not set).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1625
    ORA-06512: at line 12
    
    commited.
    The Version of database: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    APEX Version: 4.0.2.00.07

    Can someone let me know what is the problem?

    Kind regards
    Hari

    If I send the APEX_040000 script to our s/n, he ran the old writing that is on the server, thinking that the two should be the same, since the file name is the same.

    Thank you!

  • I forgot the password and user name for windows xp

    I accidentally locked my computer and now it asks username and password (windows xp). Unfortunately I forgot the two. Is it possible to reset it?

    If you have forgotten your password, if you have another user who has administrative privileges account you can log in to that account and change the password of your account of origin of the user accounts applet in Control Panel. If you do not have another account like this set upwards or that you do not have the password which you will need to log on to the built-in Administrator account. In XP Home, start the computer in Mode safe. This, by repeatedly pressing the F8 key as the computer starts. This will put you in the right menu. Navigate using your arrow up; the mouse does not work here. Once in safe mode, you will see the normally hidden administrator account. The default password is white.

    In XP Pro, you don't need to go to Safe Mode. In the home screen, do Ctrl-Alt-Del twice to get the classic Windows logon box. Type in "Administrator" and the password that you assigned when you set up Windows.

    If you have XP Pro or Media Center and have been using the account administrator for your regular work so it is the only user account on the system, there are ways to change the password for this account to a white. Microsoft does not allow us to tell how, in these forums. Their House, their rules. Use Google or ask a technician to the local computer (not a type of BigComputerStore/GeekSquad of the place). MS - MVP - Elephant Boy computers - don't panic!

  • I forgot the password of user account

    So, I've set up a password for the administrator account and have forgotten the password. How to reset to enter and change the password or reset it so it does not have a password?

    Hi AceDiamond,

    Try to connect with an account that has administrator privileges and reset your password from the beginning-> the settings-> Panel-> users account.

    Reference: http://support.microsoft.com/kb/321305 for more information.

    If all above fails them refer: http://answers.microsoft.com/en-us/windows/forum/windows_xp-security/keeping-passwords-secure-microsoft-policy-on/024dd682-b3a4-4ea8-8e71-8e4892092a5e

    I hope this helps.

  • Cannot set the password for user connection in Vista Home Basic

    My laptop (running Vista SP2) has no password on the user account. Guest account is disabled and my user account is administrator.

    I would like to add a password to secure my PC a little more by doing the following:
    AutoScan (Vista Orb) > Control Panel > user accounts > create a password for your account
    I enter a password to 10 characters. I tried more or less characters, a mixture of uppercase and lowercase letters and numbers etc, but everything I try I get the following message:

    "The password you entered does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements"

    Any ideas what to do here? I tried searching online and through this forum but have been unable to find someone who had the same problem, and even less it is solved!

    I ran Microsoft Security Essentials software, choose scan "Full". The software found no viruses or malware on my computer, but he did put in quarantine RealVNC (software remote access we use occasionally to work).

    I have created a screenshots of system information (to show which operating system I use), the dialogue 'create password for your account' (to show that I am logged on as administrator and to make sure that I do not have the process wrong--always possible!) and the error message "user account control panel.

    Computer info here

    I also took a screenshot of the thing that MSE found after analysis is complete on my system.

    Microsoft Security Essentials here Info

    Thank you

    Eamon

    I solved this problem!

    The problem was caused by HP - something that was installed on my laptop security manager because I bought - I never used and had no idea he was running. I discovered this when I decided to upgrade my operating system to Windows 7. I was running a tool to check if the software I had installed is compatible for the upgrade; It turns out that the HP Security Manager is not compatible with W7, and when I uninstalled it I followed a hunch that it might interfere with my account - tried by adding a password and he succeeded!

    I was also able to install Sophos and it works properly now.

    I've always upgraded to Windows 7 in the end, but it was nice to be able to solve this problem (even if it took me Age to understand!) Hope this helps someone else with a similar problem.

    Eamonlaser

  • Need help to retrieve the password for user account Windows 8.

    I need help!

    I have configured my windows 8 "admin" or "user account" password for over a year now and I don't remember what it is. I tried to download a new antivirus on the computer software but it takes the administrators password to make changes to this laptop.

    How can I know what is this password and how do I solve the problem in order to be able to install new software?

    Thanks in advance

    Josh

    Hello

    "What to do if you forget your password Windows 8/8.1"

    http://Windows.Microsoft.com/en-us/Windows/what-do-forget-Windows-password#1TC=Windows-8

    If you have forgotten your Windows password, there are several ways to recover or reset:

    • If your PC is on a domain, your system administrator must reset your password.

    • If you use a Microsoft account, you can reset your password online. For more information, see the Web to reset your password page.

    • If you use a local account, use your index of password as a reminder.

    If you've tried these suggestions and still unable to connect:

    • If you have Windows 8.1, you will need to reinstall Windows.

    • If you have Windows RT 8.1, you will need to contact the manufacturer of your PC.

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    Microsoft prohibits any help given in these Forums for you help bypass or "crack" passwords lost or forgotten.

    Here's information from Microsoft, explaining that the policy:

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    See you soon.

  • I FORGOT THE PASSWORD FOR USER NAME.

    IM USING WINDOWS VISTA HOME BASIC AND I FORGOT THE USER NAME. I DO NOT KNOW WHAT TO OPEN THE COMPUTER. THANKS TO ALL WHO CAN HELP ME

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the below sticky

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd Lisa
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Is there a way to check the password of user strategy?

    Hello

    Well, as you know, we can check if the password is turn on or turn off, what I'm doing is if the user sets password strategy, I want to force the user to set password with certain criteria. MaxLength, combination of number and letter, etc.

    Is this possible?

    Thank you.

    lol maybe you use BES, but no API for it on the device.

  • How can I change the password for user sys

    Hi all

    I changed sys user password using the command alter user. but the system still accept the old password; How can I remove the old password and set a new permanent password.

    also on the database machine I can connect without any password for sys and change password for all users in the database. I have this limit?

    Thanks in advance

    Uday

    Hello

    what you see is not a bug, your sysdba connection is authenticated by the operating system
    because your OS user is in the correct dba group, please see the MOS reference:

    notes 242258.1      Why I can't Login AS SYSDBA with any username and password.

    Greetings,

    Damage ten Monkshood

  • Change the password for user Linux Hyperion

    Hi all

    To change the password of the user of Linux with which components Hyperion (Essbase and Studio) have been installed.
    Services run under this username.
    Password changing in any case affect work on the Hyperion services?

    Thank you.

    If you do not use username/password details in one of the EMP configuration then it is not a problem, you should be fine with essbase studio.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Expiry of the password for user SYS and SYSTEM

    My database 11g 2 on Redhat 5 has sys and system user password expired
    SQL> select username,account_status,EXPIRY_DATE
     from dba_users where username like 'SYS%';
      2
    USERNAME                       ACCOUNT_STATUS                   EXPIRY_DA
    ------------------------------ -------------------------------- ---------
    SYSMAN                         OPEN
    SYSTEM                         OPEN                             15-FEB-11
    SYS                            OPEN                             15-FEB-11
    But I can still connect the databsae with expired password t.

    Should I worry about the expiration of the password of the user these? For a normal user, I can not connect with expired password

    Dear user13148231,

    Here's an illustration;

    SQL> alter user sys account lock;
    
    User altered.
    SQL> select username, account_status, lock_date, expiry_date from dba_users where USERNAME='SYS';
    
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------------------------------
    SYS                                      LOCKED                           20-AUG-10      23-FEB-09
    
    SQL> host sqlplus sys/password@opttest as sysdba
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:25:43 2010
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> alter user sys identified by password password expire;
    
    User altered.
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    
    USERNAME                      ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------------------------------
    SYS                                EXPIRED & LOCKED                 20-AUG-10   20-AUG-10
    
    SQL> host sqlplus sys/password@opttest as sysdba
    
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri Aug 20 12:27:02 2010
    
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    
    SQL> alter user sys identified by password account unlock;
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='SYS';
    
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------ -------------------------------- --------- ---------
    SYS                            OPEN
    

    Even if the State expired and locked it's OK to connect to the database for the user SYS.

    SQL> alter user ogan identified by password account lock password expire;
    
    User altered.
    
    SQL> select username, account_status, lock_date, expiry_date from dba_users where username='OGAN';
    
    USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA
    ------------------------------ -------------------------------- --------- ---------
    OGAN                           EXPIRED & LOCKED                 20-AUG-10 20-AUG-10
    
    SQL> conn ogan/password
    ERROR:
    ORA-28000: the account is locked
    
    Warning: You are no longer connected to ORACLE.
    SQL> conn / as sysdba
    Connected.
    SQL> alter user ogan account unlock;
    
    User altered.
    
    SQL> conn ogan/password@opttest
    ERROR:
    ORA-28001: the password has expired
    
    Changing password for ogan
    New password:
    Retype new password:
    Password changed
    Connected.
    SQL>
    

    Ogan

Maybe you are looking for