Prevent user from resetting password more than once in a day

Hi,
1) my requirement is that, i want to prevent a user from resetting his password more than once in a day in OIM 11g.
i guess that has to be implemented using a pre-process event handler on reset password page.
is that achieveable? i dont have much idea on which places i can attach a pre-process event handler to.
2) I want to restrict a user from using sequential passwords. eg: abhi1, abhi2, abhi3
This is not present OOTB. just want to know. can we do it via custom code.? but this will expose that password (security breach- which i dont want)
is there any way i can achieve this via configurations in OIM or some event handler.?
Thanks in advance.

1.yes, update "Minimum Password Age" to 1 for the password policy.
2. you can't achieve this by configuration. But, yes write an event handler and put your validation there. probably this is required on manual create or update so use pre-insert and pre-update eventhandler for validation.
--nayan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Is there some utility that could wake a computer more than once in a day

    I need to be able to bring my computer out of sleep when I'm not around to run some automator routines. The built in software in Energy Saver is great but it only lets you set your computer to wake once in a day. I probably need mine to work a couple of times in a 24 hour period.
    Thanks
    Kerry

    Hi,
    There is no limit to the number of times Sysprep can run on a computer. However, the clock for Windows Product Activation begins its countdown the first time Windows starts.
    If you anticipate running Sysprep multiple times on a single computer, you must use the SkipRearm setting in the Microsoft-Windows-Security-Licensing-SLC component to postpone resetting the activation clock. Because you can reset the activation clock only
    three times, if you run Sysprep multiple times on a computer, you might run out of activation clock resets. Microsoft recommends that you use the SkipRearm setting if you plan on running Sysprep multiple times on a computer.
    Alex Zhao
    TechNet Community Support

  • User in blackberry manager more than once

    I have a user that has two blackberries and would like to receive email to both of these from the same email account,  Can I do this?
    will blackberry manager let me have the same user twice?
    Thanks for the responses

    Sounds like this user is on the BES if your talking about the BlackBerry Manager, and if you are, this is not possible. You can activate two pop3/imap accounts though.
    If someone helped you give them kudos. Research all info!

  • My modem works just fine, but my airport extreme refuses to connect to the internet.  I even reset it more than once, changed the DNS servers and still nothing.  Help

    Ok so recently we were having problems with our phone.  We had to disconnect our modem in order to fix the phone lines and when that happened, our airpot extreme disconnected itself from the internet.  No matter what I did i could not get it to connect back.  I would power down the modem, I would reset the AE and nothing would happen.
    I tried changing the DNS server and nothing happened.  I always get the same messages in the airport utility app: No internet connection and no DNS server
    Nothing I seem to do works.  I do know for a fact though, that the problem is not the modem.  I have connected it through ethernet to other devices and the internet has worked just fine. 
    Please please please if anybody sees this help me out!!

    Since you feel good about having internet access up to your Airport, I would suggest as a next step checking your Airport's status light to see if it is giving any clues as to what may be going on. Below is some info on what the light can indicate
    AirPort Express Status light sequences and what they indicate.
    No light (Off) - AirPort Express is unplugged
    Solid green - AirPort Express is on and working properly.
    Flashing amber - AirPort Express is not set up or cannot establish a connection to the network or
    the Internet. Use AirPort Utility to find out the cause. See “If Your AirPort Express
    Status Light Flashes Amber” on page 20.
    Solid amber - AirPort Express is starting up.
    Flashing amber and green - There may be a problem starting up. AirPort Express will restart

  • After Upgrade Cloud Control from 12.1.0.3 to 12.1.0.4 the user name and password have to be entered more than once

    Hi everybody,
    we recently upgraded our Cloud Control from 12.1.0.3 to 12.1.0.4.
    Now we have the following, a little bit strange behaviour.
    Everytime we want to log into Cloud Control we have to enter our password more than once.
    Sometimes even more than twice.
    It alawys says user name and password are required
    Does anybody has the same problem?
    I didn't found anything on MOS. So any advice or answer is appreciated.
    Greetings,
    Daniel

    Hi Daniel,
    We have seen similar issue when we use non-certified browsers for accessing 12c console
    Use certified versions of IE with EM 12.1.0.4 Cloud Control. for instance, Microsoft Internet Explorer 10.*, 9.*, 9 and 8 versions only.
    This document can help you to understand the Certified Browsers:
    <<Doc ID 1912367.1>> EM12c : Supported Browsers and Adobe Flash Players list
    Regards,
    Rahul

  • AddOn: Prevent from loading more than once

    Good Afternoon
    Experts:
    I appreciate you patience as I resurrect this topic since it has become an
    increasing concern here.  We need a way to restrict our AddOn from "being in"
    Task.mgr more than once.  We are working with Terminal Services.  A couple ways we have found more than one instance in TM is the User just opening another session or opening another session after a "problem/Issue/Crash". 
    I have this code which restricts the AddOn from starting more than once here on my local machine:
    Public Sub Main()
            Try
                Dim x As Integer = 0
                Dim Ctr As Integer = 0
                Dim som() As System.Diagnostics.Process
                som = System.Diagnostics.Process.GetProcesses
                Dim Name As String
                For x = 0 To som.Length - 1
                    Name = som(x).ProcessName.ToUpper
                    If som(x).ProcessName = "Test.Enhance" Then
                        Ctr += 1
                    End If
                Next x
                If Ctr > 0 Then
                    MsgBox("LBSI.Enhance AddOn is already started...Exiting application.", MsgBoxStyle.Critical)
                    Exit Try
                Else
                    ReInitializeAddOn()
                    Application.Run()
                End If
            Catch ex As Exception
                HandleException("Main", ex, True)
            End Try
        End Sub
    Is there a better more elegant way to do this? How about for Terminal Services?
    Thanks in advance for your insight,
    EJD

    Not answered...so I will close.

  • Powershell and Client Object Model - no error thrown if user is added more than once to same site or group

    Hello All -
    I am trying to add a user to a SharePoint site using PowerShell like below:-
    New-SPUser -UserAlias MyDomain\jan20a -Web http://SPServer/sites/MySite
    If I execute the above more than once, SharePoint does not throw that user already exists or something. This is not the same behavior in AD/Exchange PowerShell cmdlets.
    Also, even the client object model behaves the same way.
    Another interesting thing I noticed, I tried to remove a user from group in which the user was not part of it at all and still no error..!!
    Looks like SharePoint does not care of invalid input and just ignores it.
    Can anyone please confirm this and also the reason behind it ?

    It's not really invalid input, since the user exists and that is how SharePoint behaves (will behave same way in browser).  Try to input a user that and misspell the name, e.g. say you didn't have a MyDomain\Jan21a, then try to use same script above,
    only with invalid data.  It will bark at you.  Or try using a web that it cannot find, one that does not exist.  You'll get what I like to call, the red badge of courage if you enter invalid data.
    you can test that sharepoint will let you enter a user twice in the browser, and nothing bad comes from it.  Powershell is just unable to tell that the user was not in the site, when you removed it the second time. 
    Hope that confirms it, if it does please mark this reply accordingly.  thanks
    Stacy Simpkins | MCSE SharePoint | www.sharepointpapa.com

  • How to retrict user cannot open the same form more than once (Forms 6i)

    Our users always open the same forms more than once. For example the customer form, the user may access a customer record in the first form, however, he will open a new customer form to edit the same record, the result is he cannot save the record because the record is locked in the first customer form.
    How can I control the user cannot open the same form more than 1 time.
    Best Regards,
    Kane

    The customer form is only an example, I found there will cause a lot of problems is I cannot control the user from calling 1 program more than 1 than within application. Sometimes a user (not good in using computer) will overlap the form for many times.....
    Is there any simple way to do that?...can I have some PL/SQL statement or build-in functions that let me easily found our what forms the user has already opened, then I can control whether I let him open this form or not.
    Urgent...please
    Thanks

  • Importing an email more than once from notes into the webclient...Possible?

    Hi!
    Is it possible to import an email more than once from a lotus notes account into my webclient?
    I don't have a working sample so:
    Is there a lock to prevent it... in notes... in my webclient?
    Are there optical signs in my webclient that an email is already imported?
    Thanks in advance for your hints in this case.
    Cheers, Ingo

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • PB won't start more than once without PMU Reset

    My son just got a hand-me-down G4 1.5Ghz 15" PowerBook at work. When he got it the battery would not hold a charge for more than about 5 minutes. We checked the serial number and it was part of the PowerBook battery recall so we requested a battery exchange from, Apple. The new battery arrived today and when he put it in, the PowerBook would not start up even on AC.
    He reset the PMU and it seemed to be OK but when the computer went to sleep he could not wake it up. He uplugged it and took out the battery but it will not restart. Also, the charge indicator on the AC adapter turned green after about 15 minutes but the battery indicator in the menu bar still says 0%. He pushed the test button on the bottom of the battery but no lights come on so the battery can't be charged. Even putting the old battery back into the PB won't let it restart more than once without resetting the PMU.
    While the old battery did not hold a charge at least the machine could be used and restarted without a PMU reset. Now it won't even do that.
    Anyone see this behavior on another machine? Any suggestions on what is wrong or how to fix it?
    Please help.
    Thanks,
    David

    It appears that deleting the com.apple.Powermanagement.plist file has resolved the restart problem. In fact. it looks like the old battery may now be charging properly. I still can't get the machine to start using the replacement battery.

  • Sales Order - Prevent user from creating more that one schedule line

    Hello,
    Is it possible to prevent users from adding lines (rows) in the schedule line tab of VA01/VA02 ? Our requirement is that one item will have one only schedule line, the quantity cannot be split into different dates.
    Regards,
    Joã

    Hi
    There are 2 schedule lines with different dates for a single line item in a sales order because of forward scheduling done by the system
    System does backward scheduling first and if it fails then it does forward scheduling and that is why you find 2 different schedule lines
    In configuration you can restrict the system to do only backward scheduling and stop after that
    I am not infront of SAP now to tell you exactly where is the configuration available
    I think it is  Logistics execution--delivery scheduling
    But This config is definately available in standard system to avoid 2 or more schedule lines for a single line item in a sales order
    But i am not able to understand what is the business logic for such a requirement because i feel it will create a lot of problems
    with this requirement
    Regards
    Raja

  • HT1933 what if I bought the same game more than once from i tunes by mistake how can i claim a refund?

    what if I bought the same game more than once, How can I claim a refund from I tunes store?

    You can try contacting iTunes Support and see if they will refund or credit you : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • Am I able to download items that I have purchased from Itunes more than once?

    Am I able to download purchased items from ITunes more than once?

    Go to the iTunes Store, log into your account, and click the Purchases link under the Quick Links. From there you should be able to re-download some or all of your purchased content. Note that not all content has been licensed for re-downloading in all countries at this time. You can see what content you can download here:
    http://support.apple.com/kb/HT5085
    You can also re-download content using an iOS device.
    For full instructions, see:
    http://support.apple.com/kb/ht2519
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?

    Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?  Not copy it, but actually drag and drop it into my music folder on my computer more than once if needed?

    rnavarrette wrote:
    Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?  Not copy it, but actually drag and drop it into my music folder on my computer more than once if needed?
    Nothing is going to stop you from dragging it in multiple times, but what exactly are you trying to do?  Are you trying to get iTunes to look through the folder and pick up newly added song files?

  • In migrating to a 21.3" iMac from a Time Machine backup, can I do this more than once?

    In migrating to a 21.3" iMac from a Time Machine backup, can I do this more than once?

    David,
    My apologies....I was working on questions from a different thread and thought yours was part of that one.  Your question is fine where it is....
    Now....that being said, I'm afraid I don't know the answer to your question.  I know you can exclude certain items from being backed up in Time Machine, which would save disk space on your external drive. But, you'd first have to calculate how much disk space you're using for the different things you want to back up vs. those you want to exclude.
    I think it MIGHT be possible to do what you want, but (in my honest opinion) it's a recipe for a LOT of headaches should things not work out as you calculated. Better (again, in my opinion) to just pick up a larger external hard drive and transfer everything as Time Machine was designed.
    Just my $0.02 worth.

Maybe you are looking for

  • Imap server problems on MacBook

    I am not able to get my email (ie. gmail) working on my macbook air. It states the server is not responding.  I have tried several of the suggestions: turning on imap in gmail, changing ports, etc. but nothing is working. can someone suggest somethin

  • How do i remove email addresses that have been imported from my email account?

    Im not sure how i did it but somehow i have a ton of email addresses in my contacts and I want to remove them....Is there a way to do this without have to remove them one at a time.....I hardly send anyone emails from my contact list and would love t

  • What is the keyboard shortcut to select multiple files?

    I have the wireless keyboard and Mac OS 10.6.8. How do I select multiple contiguous files in Finder?  I've tried shift + click, fn + click, control + click, option + click, and command + click, but nothing works. Is there some burried setting somewhe

  • RoboHELP 4.0 and 7.0

    Can RoboHELP 4.0 and/or 7.0 be used to add context-sensitive Help (pop-up help that is accessed with a small questionmark) to applications developed in Developer 2000 with Oracle 8.0? If not, what Help authoring tool can be used for this purpose? Tha

  • 2 C or not 2 C

    Hi, Does anyone know why the names of some songs, artists, albums on my i-Pod etc. are visible on my computer screen in i-Tunes but are NOT visible and therefore not accessible to me on the Pod's small video display when I am carrying the Pod around