How do i allow users to change their oracle password?

Please help.
I need a procedure/module in my forms6 to allow users change their oracle database passwords. I am using Oracle 8.0.6.
thanks for a reply

SEND YOUR EMAIL SO I CAN SEND YOU A COMPLETE
FORM HOW TO CHANGE THE USER PASSWORD
MARK

Similar Messages

  • How to enable ebs users to change their own passwords.

    Hi,
    Is there any profile option which will enable the users to change their passwords on their own from EBS front-end applications...?

    Hi,
    Is there any profile option which will enable the users to change their passwords on their own from EBS front-end applications...?Users can change their password from the application itself (Edit > Preferences > Change Password).
    If you want to force all users to change their password, see (How To Force All Applications Users To Change Their Password? [ID 414976.1]).
    Also, see old threads for similar discussion -- http://forums.oracle.com/forums/search.jspa?threadID=&q=414976.1&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • User's changing their own password

    Is it possible to allow user to change their own password when logged onto a portal applicastion I have written ?

    Presumably, the application you say you have written, is a Login Server partner application. So changing the user's password means changing it on the login server.
    The URL that you need to go to, to do this, is something like: http://server.domain.com/pls/portal30_sso/portal30_sso.wwsso_app_user_mgr.change_password?p_done_url=xxxxx
    Where xxxxx is the URL where you want control to go after the user submits their new password.
    null

  • How to allow user to change SAP Portal password by themselves

    We would like to allow user to change SAP Portal password by themselves. However, I added role Manage_My_Password and Manage_My_Profile to a user account. After logoned with this user account and opened the option 'Personalize'. I only find the page allow me to customize the page layout. But I haven't find tab for changing profile and password.
    Pls advise.
    Thanks.
    Edward

    Hi Edwar,
    You can hide the pages from portal personalization workset. copy the workset and select the page and click on property -> select Invisible in Navigation Areas ->yes
    You can find the workset under
    Portal content->End user content->Standard Portal Users>Workset->Portal Personalization
    If you want a custom developed application fro change password see the below blog
    A Change Password Application
    Hope it helps
    Regards
    Santosh

  • Is there a way to prevent an end-user from changing their own password?

    All you guru's out there, I need your help. Is there a way to prevent an end-user from changing their own password? Is there a function or procedure I can create or what?

    In this case, you do not want someone (whoever they are DBA etc) to connect as that
    particuler user to change the password.Yes, but I wouldn't expect the users to[i] know that password. The connnect would be handled automatically, behind the scenes.
    The clear implication of the OP's question and response was that users would not be allowed to change their own passwords. I'm guessing this is in response to a policy that says users mustn't have simple passwords like 123abc or mom. In such a scenario a better approach would be to apply regexp to a user's password to ensure it contains a mix of letters, numbers, punctuation, etc to achieve the desired level of complexity.
    So questions, should not be regarded as daft Agreed, but the same is unfortunately not always true of business decisions. As the OP has told us not to ask we cannot know why they want to do this. Personally, I think a user's individual password should always be their responsibility; anything else strikes me as insecure. YMMV.
    Cheers, APC

  • Force all users to change their Enterprise passwords with a batch operation

    Hello,
    Do you know if there is a way to force all users to change their Enterprise passwords with a batch operation in the SDK? Is there any implementation done?
    Many thanks!
    Bea

    You can logon to Enterprise as Administrator in your SDK application. Query all users using following query:
    select * from ci_systemobjects where si_kind='user'
    then loop through the collection InfoObjects returned and cast east object to IUser.
    Either call setPasswordToChangeAtNextLogon(true) so that the user logs on next time will be forced to change his\her password. Call commit on InfoObjects collection at the end to save the changes.
    Otherwise you can call setNewPassword("new password") to reset password for that user.
    Depending upon number of users you can do bath commit. You can use commit(infoObjects,true). The 2nd argument is true for batch commit.

  • How to enable a user to change his own password at EP7?

    I want to give the EP7 users the ability to change their own password at EP.
    Can we do that thru any role assignment or some development is needed?
    Any detailed help would be appreciated .
    I'll give points. Thanks!

    Hi Jones,
    It is possible to change their password in EP 7 with eu_role(Everyone Role). After you  are login in the portal, just go to your personalize and select the User profile in the personlize. In that user porfile having number of tabs, you should select the General Information and click the Modify button, after you getting the edit mode with the changing the password option. It ask old and new password, after you give the password and save it.Once you change the password, just you have to log off and Re - Login with new password. Its working fine.
    I hope this is helps to you.
    Regards
    Prakash T

  • How to restrict lync user to change their presence

    Is it possible to restrict users to set their presence manually in Lync client.
    Some user in organization manually change their presence which is very panic some time

    Yes, you can get it from the back end database. Take a look here:
    http://blogs.technet.com/b/dodeitte/archive/2011/05/11/how-to-get-the-last-time-a-user-registered-with-a-front-end.aspx
    and
    http://gallery.technet.microsoft.com/office/List-last-time-a-User-b905cf5f
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)
    This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Allowing user to reset their own password in BOXI3 SP3

    Is there (a new) possibility to have users reset theri own password in BOXI3.1 SP3
    Thansk for any help

    I have to refrase my question, I am looking for the possibility to let the USER ask for a new password in case of "password forgotten" (The user is NOT logged on yet)
    He/she should then ask via a link for an new password without bothering the BO-user-administration.
    This functionality is found on many websites, so I thought : there should be a possibility WITHIN SAB/BO
    On BOB I found a document named "Self-Serve Documentation.doc";, may be ther is a easier way ??

  • How can I allow users to change an image on my site?

    I am running this website...   www.northernilskywarn.org
    I have user log ins/permissios set up. However, the flashing GIF image in the top left that says "current net status," I want logged in users to be able to land on a page, have something like a drop down box or something that has different options like "Blue, Green, Yellow, Red" so when they click the image they want, click submit, it changes it on the site.  I'm not sure what kind of script I would use.
    Thanks in advanced!

    You might want to take time to work through this 3-part tutorial. 
    Building your first dynamic website:
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.

  • How can I allow normal user change their LDAP password?

    I use Solaris10 + Sun Directory server 5.2SP6 + Samba, how can allow normal user change the password themselves?
    Thanks.

    Depends on application you are using. I use ColdFusion and here is how I allow users to change their passwords
                        <cfldap action="Modify"
                             dn="uid=#form.UserLogin#,ou=your_ou,dc=example,dc=com"
                             attributes="userpassword=#FORM.newPassword#"
                             server="#servername#"
                             Port="#portnumber"
                             username="uid=#form.UserLogin#,ou=your_ou,dc=example,dc=com"
                             password="#form.userpassword#">

  • 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.

  • 902: Allowing user to change profile like phone-nr. in self-service

    Hi all
    An existing Portal user can see his profile using "Account info/My_profile", but he cannot change it (a least by default).
    Is there a way to allow users to change their personal profile in self-service?
    Thanks
    Tino

    It may be that the transaction is being routed by default for approval. Check with workflow administrator to see where the transaction has gone. I think you will find it is waiting for an approver!
    Many SSHR transactions use a default AME (Dynamic approval) rule which will route the transaction up the supervisor hierarchy for approval. Your transaction data will be stroed in staging tables (HR_API_TRANSACTIONS, STEPS and VALUES) until the approval is made. Only then will it be applied to the underlying tables.
    Let me know if this solves the problem.
    Regards
    Tim

  • Command #user can change there own password (inside script..without passwd)

    HI,
    I have prepared one script, from which user can change there own password across all the nodes he wants.But problem is script is not working because the following command is not working
    echo -e "$oldPassword\n$newPassword" | passwd
    i have tried to run it manually but it is showing the folowing error....
    [testuser@xxxxxx01 ~]$ echo -e test\ntest123|passwd
    Changing password for user testuser.
    Changing password for testuser
    (current) UNIX password: passwd: Authentication token manipulation error
    [testuser@xxxxxxx01 ~]$
    any idea how to resolve this , or is there any other command where user can change their own password (inside a script).
    Regards,
    Ani

    When you change the password and are not root user, the passwd utility will ask for the current (old) password. You have specified a wrong old password, plus the utility will ask for confirmation of the new password.
    <pre>
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: asdfasdf
    passwd: Authentication token manipulation error
    $ passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: correct_password
    New password: How_will_1_ever_remember
    Retype new password: How_will_1_ever_remember
    passwd: all authentication tokens updated successfully.
    $ old_pwd='How_will_1_ever_remember'
    $ new_pwd='My_secret_passord_1'
    $ echo -e "$old_pwd\n$new_pwd\n$new_pwd" | passwd
    Changing password for user dude.
    Changing password for dude.
    (current) UNIX password: New password: Retype new password: passwd: all authentication tokens updated successfully.
    </pre>
    Edited by: Dude on Sep 25, 2012 4:36 PM

  • 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

Maybe you are looking for