Notification for password change in SU01

Hai geeks,
         Could any one give me the idea for catching password change in SU01. I have to use it to send notification to concerned person.
Regards,
Kumar.

Hi Kumarshankar,
I think you can achieve this using WORKFLOW. In SU01 there is an option to enter email ID , I believe.
Try exploring more about the options in SU01, you may find an option to achieve requirement.
Regards
Abhii

Similar Messages

  • Form for password changing. code problem

    hi dears,
    i am using forms6i. i was making a form for password changing purpose. i've written this code this is successfully compiled but it is not changing the password. wil u plz tell me where is the problem.
    declare
         v_user varchar2(50);
         v_oldpassword varchar2(50);
         v_var2 varchar2(50);
         v_leng number(3);
    begin
         v_oldpassword := get_application_property(password);
         v_user:=user;
         v_var2:=upper(:password_old);
         if v_var2<>v_oldpassword then
         message ('Old Password Is Not Correct...');
         message ('Old Password Is Not Correct...');
         raise form_trigger_failure;
         end if;
         if :password1<>:password2 then
              message ('Typed Passwords Are Not The Same...');
              message ('Typed Passwords Are Not The Same...');
              raise form_trigger_failure;
         end if;
         v_leng:=length(:password2);
         if :password1=:password2 and v_leng<=3 then
         message ('Password Must Have Four Characters...');
         message ('Password Must Have Four Characters...');
              raise form_trigger_failure;
         end if;
         if v_var2=v_oldpassword and :password1=:password2 then
         FORMS_DDL('alter user ' || v_user || ' identified by ' ||:password.password2);
         message ('Password Is Changed... Please Restart The Oracle Applications...');
         end if;
    end;
    COMMIT;
    LOGOUT;
    thanks

    Hi dear,
    Please use this code to change your password:
    declare
    v_user varchar2(50);
    v_oldpassword varchar2(50);
    v_var2 varchar2(50);
    v_leng number(3);
    begin
    v_oldpassword := get_application_property(password);
    v_user:=user;
    v_var2:=upper(:password_old);
    v_leng:=length(:password2);
    if v_var2 != v_oldpassword then
    message ('Old Password Is Not Correct...');
    message ('Old Password Is Not Correct...');
    raise form_trigger_failure;
    elsif
    :password1 != :password2 then
    message ('Typed Passwords Are Not The Same...');
    message ('Typed Passwords Are Not The Same...');
    raise form_trigger_failure;
    elsif
    :password1=:password2 and nvl(v_leng,0) <=3 then
    message ('Password Must Have Four Characters...');
    message ('Password Must Have Four Characters...');
    raise form_trigger_failure;
    elsif
    v_var2 = v_oldpassword and :password1 = :password2 then
    FORMS_DDL('alter user ' || v_user || ' identified by ' ||:password.password2);
    message ('Password Is Changed... Please Restart The Oracle Applications...');
    end if;
    end;

  • Event ID for Password Change

    Hi 
    thanks in advance
    I have a task to find out the event ID for password change
    I am using domain account, when i change my account password by doing Alt+Ctrl+Del (change password)
    what is the event ID will be generated on DC.
    As as, when i do password change from webportals, like OWA
    On which DC event will be found (I have 24 DC's across the World)
    Regards
    Rajesh
    Rajesh Nagapuri

     event
    ID 4723 and 4724
    This event is logged as a failure if the new password fails to meet the password policy.
    This event is logged both for local SAM accounts and domain accounts.
    You will also see one or more event ID 4738s informing you of the same information.

  • API for password change

    I want to add user and change password for that user.
    I am not finding any API for doing that.
    Is there any API for user addition and password change?

    You want to add a user to the system or to a user application? If it's to the system then you need root priviledges. You can assess and manipulate (to a certain extent) the username and password files on the system using the nispasswd and passwd commands. If you have some user applcation for which you want to create users and passwords then you can use the NIS (Network Information name Service) system. Type man nis for lots of information.

  • Error List for Password Changes via IDXML

    Maybe I missed this in the documentation or in this forum, but I'm looking for error messages related to password changes via IDXML. I thought they were in the configuration for the identity server, but a file search didn't turn them up. Anyone have a suggestion or know where they are listed?

    Hi Mark,
    Can't help you off the top of my head. This has to be a message catalog on the file system as there is no such data in the LDAP config data.
    Did you do your search with a good tool (err. not with the lame windows search feature)? I'd search /oblix/lang on both OIS and WebPass installs for the string in question.
    Mark

  • No notification for volume change on XFCE 4.8 with alsa

    After clean arch x86_64 install with xfce4.8 desktop i cant get notification when i change volume on my Audigy4 soundcard. I used to have it on my old install and lastes package updates. I know xfce4-notifyd works since it notifies sond cange for example but not volume change either trough alsamicer or xfce4-mixer.

    I give up an idea to install all these things from AUR, I downloaded instead packages from launchpad: xfce4-indicator-plugin, indicator-applet, indicator in versions that are oryginally in Xubuntu 11.04.
    So compilling libindicator3 from sources just works fine, no problems accured.
    But things got complicated when I was trying to install indicator applet, here is output:
    configure: error: Package requirements (gtk+-2.0 >= 2.12
    x11
    libpanelapplet-3.0
    indicator >= 0.3.22) were not met:
    No package 'libpanelapplet-3.0' found
    No package 'indicator' found
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    Alternatively, you may set the environment variables APPLET_CFLAGS
    and APPLET_LIBS to avoid the need to call pkg-config.
    See the pkg-config man page for more details.
    I've installed gnome-panel-3.0 but nothing helped with libpanelapplet-3.0 missing package, and also 'indicator' package is missing.. I don't know how to get it, I've got libindicator3 package installed..
    My speculations are that problem accurs becouse Indicator in Xubuntu 11.04 using gtk 2.0 and Arch got gtk 3.0 on board.. But on the other hand whole Xfce 4.8 is gtk 2.0 and It's running both applications on 3.0 & 2.0. If I found a solution I'll post it here. Please post your ideas to solve this problem, I think it might be usefull for some people
    EDIT: I've just managed to install libindicator3 and indicator-applet. Still fighting with xfce4-indicator-applet. It says that package 'indicator' is not installed.
    EDIT: Finally! I have libindicator 0.3.22 and Xfce4-applet-plugin installed. But when I'm compilling indicator-applet I've got following error:
    No package 'libpanelapplet-3.0' found
    Last edited by mdarda (2011-09-08 10:10:50)

  • Bulk Admin for Password Changes

    I need a way to bulk change all Callmanager users to individually unique passwords for each user. It appears the only password change option is to use a single password for all accounts.
    My only working option seems to be to delete all of the users, then reimport them with the unique passwords in the .CSV file. Before doing so I wanted to see if anyone had any ideas.

    For being sincere, I would say that yours is best option and the one documented, havent tried any other.
    http://www.ciscotaccc.com/kaidara-advisor/voice/showcase?case=K12634971

  • Extended Notification for UWL + Change the description of task/workitem

    Hi,
    I have implemented the Extended notification for UWL and I am getting the emails in outlook. Now the requirement is to customize the body of the email completely for the task '12300096'.
    I have tried going to PFTC->Description but it does not have full text which I am getting in the email. I tried SE63 also. But in the email I am getting
    The following work item requires processing in your SAP Workflow inbox in system xxx.
    <Task description>
    Log on to this system and process the work item.
    If you have problems logging on to the system, contact your system administrator.
    Now I want to remove the following lines;
    The following work item requires processing in your SAP Workflow inbox in system xxx.
    Log on to this system and process the work item.
    If you have problems logging on to the system, contact your system administrator.
    I don't find from where it's coming - please let me know how to remove these lines so that I can add my text in SE63.
    Thanks,

    Hi,
    Go to SWNCONFIG -> General settings.
    There you have TEXT_GOTO_INBOX - DTSWN_MSG_GOTO_INBOX. (I am not sure if this was the correct one, but you should check all the texts in general settings, if this was not the correct one.)
    Now open dialog text SWN_MSG_GOTO_INBOX in SE61 (you see that you need to remove the prefix DT from the name). Here is your text. You can make your own Z-version of a dialog text in SE61, and then use that in SWNCONFIG general settings.
    Regards,
    Karri

  • Licensing cost for Password Change Notification Service?

    We are win2008R2.
    Is there a separate software and licensing cost for PCNS?
    Do i need to purchase FIM 2010 to have PCNS or Is it a standalone product?
    Can PCNS sync passwords between two AD forests? (eg ForestA\samUser1  <-> ForestB\samUser1)
    Thanks,
    Navgup

    On Sat, 8 Feb 2014 06:22:06 +0000, Navgup wrote:
    Is there a separate software and licensing cost for PCNS?
    Do i need to purchase FIM 2010 to have PCNS or Is it a standalone product?
    All components of FIM require at least a server license. If you are not
    using the portal you do not need CALs but you always need a server license.
    Can PCNS sync passwords between two AD forests? (eg ForestA\samUser1  <-> ForestB\samUser1)
    Yes.
    Paul Adare - FIM CM MVP
    answering machine: "you've reached an imaginary number.
    please rotate your phone 90 degrees and try again."

  • E-mail notification for password reset

    Hello,
    We recently activated the e-mail notification of user requests password reset in SRM  Portal.
    After the password reset, the recipients will receive this message:
    Dear  <user>,
    Your password has been reset. Your new password is <password>.
    Is it possible to modify this message?
    Thank you!

    Hi,
    I think the mail is sent from workflow.
    Please check which workflow is triggered in SWI2_FREQ transaction.
    For example,
    Workflow WS10000224 has task TS10008202 and task called method RESETPASSWORDANDMAIL of Business Object BUS4101.
    Please check Business Object BUS4101 and method ResetPasswordANDMail.
    The method calls FM BBP_GENERATE_PASSW_MAIL.
    Some text objects are used in this FM.
    001     New password for procurement system
    002     This is an automatic generated email. Please don't reply!
    003     Dear employee,
    004     your new password in the procurement system is:
    005     Please change it as soon as possible.
    006     User account for procurement system
    007     your user account in the procurement system is:
    I can not find your text in this FM.
    >Dear <user>,
    >Your password has been reset. Your new password is <password>.
    Regards,
    Masa

  • Headphones stop working after a certain time and the notification for sound change has disappeared

    HP Pavilion dv6-6176sa
    Win7 64bit.
    I have a Pavilion dv6, and occasionally no sound will go through headphones when the jack is plugged in. The headphones themselves are not at fault, they are brand new and work fine.
    When the headphones are plugged in, the sound will only go through the laptop speakers. I've tried updating the drivers, fiddling with the jack and socket (as I read on google), the only resolution I have found is to restart the comp, which is a bit of a pisstake in all fairness and I'd rather not do that every time it happens.
    5 minutes ago I was watching a TV show, listening through the headphones, when I pulled out my USB mouse (and accidentally the charger with it). The sound then switched from the headphones to the speaker.
    If I open the sound settings, it will display the headphones as being plugged in, but the sound indicator bar (thingy) will only rise and fall on the speaker icon bar.
    Currently I have the audio jack pulled out about a centimetre, this allows sound through the headphones, but the sound is noticeably different to what it should be.
    I had rolled it back to "High Definition Audio Device", then reinstalled it to the most current driver. This hasn't fixed it.
    Also, this may be a related issue: (I guess) around the same time, the beats audio notification that pops up on screen when the volume is changed  has disappeared and doesn't display when the volume has changed.
    In microsoft sound control panel, it has the default speakers and the headphone logo, when i plug in the jack, a green phone circle thing appears by the headphone option, meaning it works i guess. However, the description changes from "ready" to "default communications device" and nothing changes for the regular speaker device.
    When I go to >configure, and test each (L/R) speaker, if the headphones are plugged in, the noise is louder then when they're not plugged it
    But yeah, brand new headphones, brand new laptop, it's mad. What's madder is that the headphones will work for x amount of time, then stop working when I next try to use them...

    bump...

  • Token for password changing is wrong

    Hello,
    I have problem with my grandma account. She forgot her password. I've tried to reset the password. Skype send token on her e-mail. When I use prepared link with token or type token itself it still says that token is not recognized. What can i do to change password for her account.

    firstly, request for a new password token again.  Then if it still doesn't work, try opening the link using another web browswer (example:  internet explorer, chrome, firefox, safari, etc).  Also be sure to open the link before it expires (within 6 hours as far as I remember).
    In if case the suggestion above still don't work, you need to contact customer support. They may ask you to answer some verification questions to prove that your grandma indeed own that account, before they can assist you in resetting your password - Just open the link pasted below to see the instructions on how to get in touch with customer service -
    https://support.skype.com/en/faq/FA1170/how-can-i-contact-skype-customer-service
    IF YOU FOUND OUR POST USEFUL THEN PLEASE GIVE "KUDOS". IF IT HELPED TO FIX YOUR ISSUE PLEASE MARK IT AS A "SOLUTION" TO HELP OTHERS. THANKS!
    ALTERNATIVE SKYPE DOWNLOAD LINKS | HOW TO RECORD SKYPE VIDEO CALLS | HOW TO HANDLE SUSPICIOS CALLS AND MESSAGES

  • Blank window when internet accounts asks for password change

    I'm on OSX Yosemite and I've got a gmail account that I've just changed the password to. I keep getting a pop up from system prefs to change my password. Clicking on the pop up takes me to internet accounts, but another window pops up and its blank. I managed to change my password for the account on the mail app, but now I'm trying to send an email and the pop up is back and I have no idea how else to change my password.
    Here's a screen shot of the screen.

    When I go to internet accounts and click on the account, the pop up just comes up again. How do I change the password without the pop up? Clicking details only has name and description.

  • Logout/logon for password change

    Hello,
    We have an old 6i form in which we allowed the user to change his/her password and the form then did a logout followed by a login with the new credentials. This seem to fail on 9i/10g, however. Have any new rules been enforced regarding this?
    Thanks in advance,
    -Nik

    Nicklas,
    the default Forms behavior is to show a logon screen to renew the expired password in case the used one isn't valid anymore.
    The online help doen't describe how to re-new passwords because this is nothing Forms provides natively. All that Forms provides is a logon built-in and a logout built-in.
    I did a test in SQL*PLUS with
    alter user Scott identified by tiger2;
    to change the user password while being connected. Though I changed the password, the session still was active and I did not have to re-authenticate. I guess the same is true from Forms. If e.g you can a database program unit that executes this command then you shouldn't have to logout/logon in Forms. The next time you connect you have to use the new user password though.
    One reason to use the password expiry and have Forms re-newing the password is if you use Single Sign-On in Forms10g, because in this case Forms also updates teh RAD entry in OID.
    Frank

  • Email Notification for ownership change

    For any list or library under “List SettingsàAdvanced
    Settings” there is an option to select whether to “Send e-mail notification when ownership is assigned”
    Setting this option from CSOM is missing. This is what I have tried -
    I am working with remote provisioning pattern to provision the site and required lists
    List is provisioned using CSOM (Managed .Net) via a Provider Hosted App that is hosted as Azure Web Site
    In order to set the value for “Send e-mail notification when ownership is assigned” there is no property exposed via CSOM
    Am I missing something?

    For any list or library under “List SettingsàAdvanced
    Settings” there is an option to select whether to “Send e-mail notification when ownership is assigned”
    Setting this option from CSOM is missing. This is what I have tried -
    I am working with remote provisioning pattern to provision the site and required lists
    List is provisioned using CSOM (Managed .Net) via a Provider Hosted App that is hosted as Azure Web Site
    In order to set the value for “Send e-mail notification when ownership is assigned” there is no property exposed via CSOM
    Am I missing something?

Maybe you are looking for

  • Error While synchronizing with DOE

    Hello Experts! I have installed NW Mobile 7.1 client on PDA. I created device in DOE, after giving required sync settings, I could see synchronize my device with the DOE. The device status in DOE gets changed from Initial to Registered after Sync. Ho

  • How do I eliminate duplicate birthdays in ical?

    I'm using Snow Leopard, and iCal on my iPhone shows birthdays twice for the same contact. (One with an icon that looks like a present, and the other a pink dot.) Things I've tried without success: * Deleting the birthday, closing iCal, then reopening

  • Will the lightning to 30 pin adapter play music through my dock

    My husband has a 7th gen iPod nano, and I have a docking station for my iPhone 3GS, we have been looking at the lightning to 30 pin adapter today music through my dock, will this work?

  • Adobe Acrobat XI Pro Context Menu is missing Windows 8

    Hi there, I've just installed acrobat XI and I found that the context menu (convert to pdf, combine files...) is missing. Does anyone know how to put it back? Cheers!

  • Automation prog for placing the file( Excel) From production server to unix

    Hi Experts, How to write a program to automate a file from production to unix server? Right now user is downloading the file from application server and sending the file thru mail.  Is it possible in ABAP or Do we need to write in Unix? Thanks In Adv