Password should not expire

Hi,
I have profile. its having PASSWORD_LIFE_TIME 90 days, same profile is assigned to all other users. I want to change the password life time unlimited for only one user.
Please advise me.
Thanks... Bakser

Pavan - a disciple to Oracle wrote:
it is not possible to change profile for only one user as it is common for all.I think you need to clarify that. Everything about a specified profile will be enforced for all users to whom that profile is assigned. There is nothing that prevents you from creating multiple profiles, each with different properties (like password expire time) and assigning different profiles to different users. Much like assigning different roles to different users. Except that, unlike roles, a given user is assigned exactly one and only one profile.

Similar Messages

  • Please help. After a recent iOS7 update my iMessages are gone and I can't get it back, nor can I log into my Apple ID. MY PASSWORD is not expired. iPhone 4.

    Please help. After a recent iOS7 update my iMessages are gone and I can't get it back, nor can I log into my Apple ID. MY PASSWORD is not expired. iPhone 4.

    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...

  • Disabled User Password should not be changed

    Hi,
    We have a requirement that only if the user's status is active, then only administartor must be able to change the user password. Admin should not be able to change the password if the user is in disabled state/locked state.How can we achieve this?please sugest...
    Regards
    Vinoth

    Hi,
    We have made an entity adapter which is taking usr login value from User[in Data object manager] and calling our java method which is making connection to OIM database and getting us the status of user.
    Now if the status of user is disabled method is returning true and on true we have associated our error code to it.
    We are executing our entity adapter in pre-update execution.
    Now when we are changing password of any disabled user we are able to see our error code. But what ever update [either first name update, enable] we are running on that user same error code is appearing.
    Plesae suggest/reply.
    thanks

  • Oracle 11G - set id password to not expire

    Hello, I've created an Oracle 11G database. The default on passwords is to expire every 180 days. I need to create an account that batch processes can use (for application code) which will not expire. How do I set a password on a user id to not expire? Maureen

    Maureen Blackford wrote:
    Hello, I've created an Oracle 11G database. The default on passwords is to expire every 180 days. I need to create an account that batch processes can use (for application code) which will not expire. How do I set a password on a user id to not expire? MaureenLook at PROFILEs.
    And rethink your goal. The longer a password is allowed to live, the more opportunity for it to become exposed. If you care at all about database security, never allow a password to have unlimited life. Our end users have 180 life, my internal administrative passwords have 90 life.

  • Weblogic password should not be displayed in windows 64 bit machine

    Hi
    We have a requirement to prompt for weblogic password in windows 64 bit machine.It should not be visible in the screen while entering the password.
    So was trying to run the following from a 64 bit Windows machine .
    @echo off
    echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5>in.com
    echo Enter password:
    for /f "tokens=*" %%i in ('in.com') do set "password=%%i"
    del in.com
    echo.
    echo The Password is:"%password%"
    This doesnt work in Windows 64 bit but works with Windows 32 bit machine.
    Does any of you in Weblogic team have implemented similar stuff for working in Windows 64 bit ?
    thanks in advance.

    Thanks, I was pretty sure they should be there, but since I don't use them often, I was in doubt.
    I can't think of anything I did to remove the filter gallery - I'm really intrigued about how could it disappear (?). I supposed the 32 and 64 bit version of the 8bf file would be different, but wanted to give it a try just in case...
    After wasting some time trying to find the 64 bit "filter gallery.8bf" online, I've decided to just reinstall CS5 and yes, just as you say, now the filters are there. It's a good thing that reinstalling CS5 somehow keeps intact your preferences, workspace and 3rd party plugins! I just had to run the Adobe updater and everything's back to normal.
    Thanks for confirming this was an issue! Have a great day.

  • Password should not be displayed in Windows 64 bit machine

    Hi
    I am not sure whether this category is apt for my question.
    We have a requirement to mask the password entry in our utility in Windows 64 bit machine.
    I was trying to run the following from a 64 bit Windows machine .
    @echo off
    echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5>in.com
    echo Enter password:
    for /f "tokens=*" %%i in ('in.com') do set "password=%%i"
    del in.com
    echo.
    echo The Password is:"%password%"
    This is not working. It works with 32 bit Windows.
    Please let us know if you have any other alternative to work in windows 64 bit.
    thanks

    Thanks, I was pretty sure they should be there, but since I don't use them often, I was in doubt.
    I can't think of anything I did to remove the filter gallery - I'm really intrigued about how could it disappear (?). I supposed the 32 and 64 bit version of the 8bf file would be different, but wanted to give it a try just in case...
    After wasting some time trying to find the 64 bit "filter gallery.8bf" online, I've decided to just reinstall CS5 and yes, just as you say, now the filters are there. It's a good thing that reinstalling CS5 somehow keeps intact your preferences, workspace and 3rd party plugins! I just had to run the Adobe updater and everything's back to normal.
    Thanks for confirming this was an issue! Have a great day.

  • Account in expired(grace) set to open and retain password if not known?

    I am working on an oracle upgrade for App server and a couple of the schemas are set to EXPIRED(GRACE) and the expire date is blank. These are ASO, AR, etc. I don't know what the password initially was is there a way to unexpire the password without knowing the original? I could change the password but I am sure then things would quit working if they are saved somewhere.
    Thanks

    Not sure as this would work to clear the grace period/pending expiration (as I do not have a situation like that right now), but you might give this a try.
    As a user with appropriate alter any user and select against catalog views.
    1. SELECT username, password FROM dba_users WHERE username IN ( 'ASO', 'AR' );
    2. For each user ALTER USER aso IDENTIFIED BY VALUES '<password from 1, above here>'; Do not forget the quotes as you are setting the password to a string.
    If you get an exception because the password should not be reused, modify the user's profile as neede or create a new one and switch the user to that.

  • Get Password Not Expire From Script

    I'm currently working with this script and I would like to add password does not expire in the .csv to either true or false if that box is checked. Can you guys help?
    $NumDays = 0
    $LogDir = ".\Users-Last-Logon.csv"
    $currentDate = [System.DateTime]::Now
    $currentDateUtc = $currentDate.ToUniversalTime()
    $lltstamplimit = $currentDateUtc.AddDays(- $NumDays)
    $lltIntLimit = $lltstampLimit.ToFileTime()
    $adobjroot = [adsi]''
    $objstalesearcher = New-Object System.DirectoryServices.DirectorySearcher($adobjroot)
    $objstalesearcher.filter = "(&(objectCategory=person)(objectClass=user)(lastLogonTimeStamp<=" + $lltIntLimit + "))"
    $users = $objstalesearcher.findall() | select `
    @{e={$_.properties.cn};n='Display Name'},`
    @{e={$_.properties.samaccountname};n='Username'},`
    @{e={[datetime]::FromFileTime([int64]$_.properties.pwdLastSet)};n='Password Last Set'},`
    @{e={[datetime]::FromFileTimeUtc([int64]$_.properties.lastlogontimestamp[0])};n='Last Logon'},`
    @{e={[string]$adspath=$_.properties.adspath;$account=[ADSI]$adspath;$account.psbase.invokeget('AccountDisabled')};n='Account Is Disabled'}
    $users | Export-CSV -NoType $LogDir

    Hi,
    Is there a reason you're not using the AD module?
    EDIT: Example:
    Get-ADUser -Filter * -Properties PasswordLastSet,LastLogonDate |
    Select Name,SamAccountName,PasswordLastSet,LastLogonDate,Enabled |
    Export-Csv .\userDetails.csv -NoTypeInformation
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • PR to PO conversion should not happen in case of expired pricing condition in Info Record

    Hi All,
    Issue – PR to PO conversion should not happen in case of expired pricing condition in Info Record.
    In case of creation of PR/ PO, the Price is pulled out from the Info Record of the material. In our case if the Price in the Info Record is expired, it should give the Error Message & should pick the Price from the last PO created for the same combination of Plant, Vendor, Company code.
    Request you to please let us know if there is any way out.
    Regards,
    Karthick.V

    Hi,
    As per your requirement if info record price is not valid and in auto PO creation from PR, price should get picked from last PO, this is standard behavior and it will happen.
    If you check in customization MM - Purchasing - Environment Data - Define Default Values for Buyers -Settings for default values
    Default values if you check under price adoption , it has to be Always copy ( copying of conditions from last PO) . Pls check

  • QM system has expired, MIGO should not be allowed

    HI All,
    If the vendor QM Sytem has expired ,then the sytem should not allow posting of goods receipt (MIGO) by using the functionality of Quality Info record or any other methods of control like vendor master or purchasing info record.
    Please provide your valuable suggestions
    Thanks & regards,
    rajesh

    The QM system is only designed to control the creation of the PO against vendors with the specifiied QM system. 
    If you want to block receipt at the time of MIGO, you will need to use a MIGO user exit to do a check against the vendor's QM system to verifiy it ihas not expired since the purchase order was created.
    FF

  • My gmail says I cannot recieve mail because my user name or password sure not correct they are correct what should I do

    Subject
    My gmail says I cannot recieve mail because my user name or password sure not correct they are correct what should I do

    setting>mail>click on your gmail account>delete account> add account> re add your gmail account

  • My login password is not working when i try to log in to my macbook air. what should I do?

    my login password is not working when i try to log in to my macbook air. what should I do?
    Thanks, Debora

    You can reset the password.
    How you do it though depends on the version of OS X you are running.
    On Lion or Mountain Lion, you use the following technique to reset the Administrators password:
    Boot to your Recovery Partition, by holding down the Option key while starting, and then selecting the Recovery HD as the boot choice.
    Once booted, at the top of the screen is a menu ..., select Utilities / Terminal from the menu bar.
    In the Terminal window, type “resetpassword” (without the quotes) and press return. A “Reset Password” window will open. Select your boot volume (your SSD drive) if it is not already selected. Select your administrators username from the menu labeled “Select the user account” if it is not already selected. Follow the prompts to reset the password. Restart the computer from the apple menu.
    If you are using the Keychain, you will lose your existing one, and have to start a new one, unless  you remember the old password.

  • STO delivery should not happen for shelf life expired material

    Hai all,
    When we are doing PGI for STO-PO. shelf life expired material should not do the delivery.The system should give the error message. but in our system when we do PGI the shelf life expired material is deliverying.
    how do we maintain the error message when we doing PGI.
    Edited by: hemanth s on Sep 12, 2008 9:37 AM

    Hi,
    In Inventory management there is a which helps you "Set expiration Date Check". This allows you to make sure that the shelf life of the material is checked before delivery.
    In Material master, you would need to enter relevant information in the "Plant Data/Stor. 1" tab page (Min remaining shelf life, total shelf life). Also in IMG settings, you need to activate the check for both Plant and movement type. The path is as follows:
    IMG Settings > Material Management > Inventory Management and Physical Inventory > Goods Receipt > Set Expiration Date Check. TCode: OMJ5
    Cheers.
    Edited by: Sowmya Mohan on Sep 15, 2008 8:43 AM

  • HT1277 Automatic set up for mail isnt working, on the "welcome to mail" pop up its not recognising my password and gives me no option to reset, which password should I be entering? Im assuming its the one for my Mac ? also tried my Yahoo one but no joy...

    Automatic set up for mail isnt working, on the "welcome to mail" pop up its not recognising my password and gives me no option to reset, which password should I be entering? Im assuming its the one for my Mac ? also tried my Yahoo one but no joy.....

       start mail then:
      Preferences> Accounts>  click the  [+] icon and  fill in the blanks.
    select  POP account
      Here are the basic server settings for Yahoo! Mail:
    Incoming Mail (POP3) Server: pop.mail.yahoo.com (Use SSL, port: 995)
    Outgoing Mail (SMTP) Server: smtp.mail.yahoo.com (Use SSL, port: 465, use authentication)
    Account Name/Login Name: Your Yahoo! Mail ID (your email address without the "@yahoo.com")
    Email Address: Your Yahoo! Mail address (e.g., [email protected])
    Password: Your Yahoo! Mail password

  • My subscription does not expire for another 6 months. Why am I being asked to upgrade ??? If Adobe systems are down, maybe you should redirect us to a page informing us.

    My subscription does not expire for another 6 months. Why am I being asked to upgrade ??? If Adobe systems are down, maybe you should redirect us to a page informing us.

    We had an issue on our end earlier today. Can you try again?

Maybe you are looking for

  • Document in xml - Not serializable? Well, I need to cache it.

    Can anyone tell me how can I serialize DOM Document. When we try to put it in cache, cache complains that it is not serializable (I believe ElementImpl is not Serializable). In javadoc it shows serializable form for this Element, but when I look in t

  • Java Stored Procedures and Oracle XE

    Hi folks, Does anyone know if Oracle XE supports Java Stored Procedures. Thanks in advance, Kris

  • Transport from DEV to PROD  BPC 7.5

    Hi i had a question of transporting AppSets from DEV to PROD System. On the PROD Systems are no AppSets the PROD System is completly new. Is it possible to transport the AppSets directly from the DEV to the PROD or must we first make a Backup in the

  • Premiere pro update bugs

    I updated yesterday (Dec 9, 2014) to the latest Premiere Pro and there are all kinds of problems. 1. It freezes up and/or crashes multiple times within an hour. 2. Anytime I nest a clip and do warp stabilizer it appears to delete frames giving a ridi

  • How to disable webcache on opmnctl startall

    Hi how to disable webcache on OAS 10g ? definitively. with opmnctl startall i'd like to bypass the mount of this service. Regards Den