Set password and infinite expiry at group level

Is it possible to set the password for a group of users globally and also to remove the password expiry date so that they last infinitely. I notice that the column LAST_PASSWD_CHANGE_TIME in the table WWSEC_PERSON$ is blank for the users I've already created, yet they still get a reminder. I could put a 31-DEC-3000 date in, but I'm not able to wind the date forward on the box to test. Thanks.
Paul Williams

you can accomplish this by creating a "group portal".
1) create group "group1"
2) create group portal (in portalapp tools) called "group1portal"
3) put pages (and portlets) in group1portal
4) assign new users to group1
when they log in they will see the pages and portlets in this group portal with
no manual intervention
"SLN" <[email protected]> wrote:
>
Hi,
I have 3 pages - Home, Air, Car
My question is this : I am trying to set all 3 pages as available & visible
for
the Group so that every user added to this group will see these 3 pages
and does
not have to go to Portal Management to explicitly set these values. Is
it possible?
I see from the database, that there this table - PORTAL_PAGE_P13N has
a row for
the Group but no personalization info like it does for an user. Do you
know how
I can set these values (thro' JSP tags) for the Group instead of having
to do
for each user of the group.
Any pointers appreciated!!
Thanks,
SLN

Similar Messages

  • Set Password and Lock w/ content protection

    I had always been under the impression that when content protection is enabled on a device and an admin sends the "set password and lock" functionality from the BlackBerry Manager, it only works with device OS v 4.5 and above.  However, I was able to successfully execute it on a Sprint Curve with version 4.3.0.127 and with content protection enabled.  How can this be?
    KB12826 states that it only works as I described: http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB12826&sliceId=1&docTy...
    Does anyone have any insight into this?

    Not that I am aware of, it will mirror exactly what you see on your screen. As this is a user forum you will not get a response from Apple and there is little chance they will see this here.
    Best to provide any feedback directly
    http://www.apple.com/feedback/

  • Where to set creationPolicy and borderThickness for s:Group?

    I'm porting a Flex 3.1 application to Flex4.5.
    Here is the Flex 3.1 code:
    <mx:Canvas creationPolicy="auto" borderThickness="0" ...>
         <mx:HBox >
              <mx:Image .... />
         </mx:HBox >
    </mx:Canvas >
    This is the Flex 4.5 code I got so far:
    <s:Group ...>
        <s:layout >         
             <s:HorizontalLayout ..... />
        </s:layout >    <mx:Image ...  />
    </s:Group>
     ~I could not find the place to set createPolicy and borderThickness with Flex 4's s:Group. Is Flex 3's mx:Canvas equivalen to s:Group in Flex4?
    I know s:Panel has the creationPolicy, but I do not want to use Panel. Any suggestions? Thanks.

    Group's aren't skinnable.  I think the intent is that they're job is  simply to manage layout, so if you want a border, you wrap your group in  another component like BorderContainer.
    As for  creationPolicy, I'm guessing that you're Canvas was being used in one of  the mx Navigator classes (TabNavigator, Accordion, etc.).  You can wrap  your BorderContainer in a NavigatorContent component to manage creation  policy.
    <s:TabNavigator>
        <s:NavigatorContent>
             <s:BorderContainer>
                 <s:Group>
                 <s:Group>
             </s:BorderContainer>
        <s:NavigatorContent>
    </s:TabNavigator>
    Message was edited by: -Hob

  • Can't set password on account registered by Facebook

    Hello, I have read all FAQ and topics but I dind't find any correct answer. I've created account via Facebook and I don't have password. That's correct. But first problem is when i try to create device password. In account settings I clicked "Send email to set password" and got an email. Link in email has redirect me again into login page and when I click again login with facebook, it says "You are logged out" and can not do anything. I can't set password and don't have any other way except the facebook. Thanks for help.

    can you try filter this way:
    var sURI = 'http://<host>:<port>/sap/opu/odata/sap/ZTESTODATA_SRV/';
      oModel = new sap.ui.model.odata.ODataModel(sURI, false),
      sap.ui.getCore().setModel(oModel);
      var sRead = "/pdfset(customer='" + oTF.getValue() + "')"  ;
    oModel.read( sRead, null, null, true, function(oData, oResponse){
      var pdfURL = oData.url;

  • Find average at group level of multiple grouped fields

    Can this not be done in Crystal
    I am trying to total and average at the group level like this:
    ((Sum ({@Unscheduled}, {@monthName}))/(Sum ({@total}, {@monthName}))*100)
    --  {@Unscheduled} =           if ({Table_Name.status} = "Unscheduled" and not({Table_Name.StartDate}>= currentdate))
    then 1
    I am grouping by month. The formula {@Unscheduled} gave me the total for each month of that ticket type and I was able to sum 3 other ticket types and sum total of all ticket types. But when I try to find the average of each with this
    ((Sum ({@Unscheduled}, {@monthName}))/(Sum ({@total}, {@monthName}))*100)
    I get an error saying division canu2019t be done with zero, but there are no zeros  when shown separately on the report.
    I guess my question is Can you not perform calculations at the group level with multiple fields.
    Any insight would be appreciated and I apologize if this is somewhat incoherent.

    You could do this like this, I think:
    If Sum ({@total}, {@monthName}) = 0 Then
        0
    Else
        Sum ({@Unscheduled}, {@monthName}) / Sum ({@total}, {@monthName}) * 100;

  • Unable to set password - airport utility crashes!

    Hi All,
    I just got a new Airport Extreme and installed the Airport Utility from the Cd (v5.5) on Snow Leopard (upgrade from the latest OS.
    When I try to set the AP using the Assist Me mode - it refuses to pass the setting password (and I have only WPA2 and unsecured - which is also odd), with an alert box "a wireless network is required to continue"
    So - I switch to manual mode - and select he Airport button from the toolbar (where there are also Internet, Printers, etc). Then I select the Wireless Tab (the third tab from the left).
    In this tab window, there is the text "More Options" and a drop menu button, when click it there is one menu option "wireless network options" , when I choose this menu item, the utility always crashes.
    ===
    Any ideas how set a password (WPA, WPA2, WEP), or mac filtering?
    Thank you ,
    Omer.

    I fixed it by changing the way my InitialDirContext is created.
    Previously I was using:
    InitialDirContext ctx = oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(hostname, portNum, adminName, adminPass);
    Now I'm using:
    Hashtable env = new HashTable();
    env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://" + hostname + ":" + portNum);
    env.put(Context.SECURITY_PRINCIPAL, adminName);
    env.put(Context.SECURITY_CREDENTIALS, adminPass);
    InitialDirContext ctx = new InitialDirContext(env);
    Edited by: user1094798 on Feb 23, 2011 8:29 AM

  • Group Level adjustments not required for consolidation report

    HI Experts,
    The requirement is as below:
    *Requirement 1:*
    My client want to post some adjustment entries at Group level after consolidation, but he need a report With and without the consolidation entries.
    I.E. one balance sheet and PNL with the group level adjustments and another balance sheet and PNL without Group level adjustments.
    Requirement: 2
    Every period his manual entries are more than 240 and during year end it will go till 300.
    As it is difficult to post these many entries manually, Client is asking for any upload functionality. Need some inputs on how to acheive this BCS.
    Thanks in Advance,
    Richard.

    I agree with Eugene, you can't just create a user-defined posting level.  The available posting levels are pre-defined by SAP in the UC00 type pool.
    * posting level
      begin of uc00_cs_plevel,
    * cse posting level:
    *   input_direct   type uc_plevel value is initial,
        input          type uc_plevel value '00',  "data input
        input_corrctn  type uc_plevel value '01',  "correction of input
        input_pcc      type uc_plevel value '02',  "PCC of input
    *   input_itchange type uc_plevel value '08',  "item change of input
        value_adj      type uc_plevel value '10',  "value adjustment
        value_adj_pcc  type uc_plevel value '12',  "PCC of value adj
        pair           type uc_plevel value '20',  "elim.of pairs
        pair_pcc       type uc_plevel value '22',  "PCC of elim.of pairs
    *   pair_mst       type uc_plevel value '23',  "elim.of pairs mst.
    *   pair_mst_pcc   type uc_plevel value '24',  "PCC of elim/pairs mst.
        group          type uc_plevel value '30',  "elim.within group
      end of uc00_cs_plevel,
    The virtual cube logic wouldn't know how to address a custom posting level without a number of core changes.

  • When I set up my iPhone, I accidentally put in an apple ID that doesn't exist. Therefor, I don't know the password and can't delete my account from iCloud. Can anybody help?

    When I set up my iPhone, I accidentally put in an apple ID that doesn't exist. Therefor, I don't know the password and can't delete my account from iCloud. I was trying to sync my contacts to my iPad and now it's not possible without iCloud on my phone. Can anybody help?

    Have you tried changing the admin password in System Preferences > Users & Groups > Password   ??
    The Apple ID that is associated with your admin password is noted there.
    message edited by:  cs

  • How to set username and password at line vty 0 4?

    hi guys,
    would like to know how i can set username and password so when i telnet to the router, i can login as username and password..?
    thks,
    ken

    Hi,
    for a simple telnet password with user name & password, find the steps below,
    aaa new-model
    username password
    line vty 0 4
    password
    login local
    if you wanted different types of users to login with different privilagez,do the following
    username privilege 15 password
    username privilege 5 password
    privilege exec level 15 conf t
    privilege exec level 5 show
    line vty 0 4
    password
    login local
    in the above statement "privilege exec level 15 "will have full access, "privilege exec level 5" will have the limited like "show" related
    hope this helps.
    rate this post if cleared.

  • I have a desktop osx 10.8.2 and I want to have a password set before i log on how do i set it and still see my iphoto pictures still flash when it is in sleep mode

    I have a desktop osx 10.8.2 and I want to have a password set before i log on how do i set it and still see my iphoto pictures still flash when it is in sleep mode

    Open the Users & Groups pane of System Preferences and disable automatic login, and then go into the Security & Privacy pane and set the computer not to log out after a period of inactivity.
    (77781)

  • Reporting level Currency translation and group level Currency translation

    Hi All,
    Could any body explain me reporting level Currency translation and group level Currency translation.Please expalin me step by step scenario.
    Thanks in advance.
    Setty.

    Hi Jian,
    In my recent implementation completed, business only had one currency to deal with i.e. USD. Data was coming from ECC and we loaded all the data in LC instead of USD using transformation *NEWCOL(LC). Next, you can maintain a rate of 1 in the rate model and run the currency conversion.
    This will generate the same data values against USD. So, your statement " if we load LC and than convert it into USD, the data vulu will de double." is incorrect. In the system, you will have same set of values against LC as well as USD.
    I suggest that you configure Currency Conversion for future reqmts if any.
    Regarding BCF, balances from previous year (Balance Sheet Accounts) will need to be carried forward as opening balances to next year else your BS won't give true picture.
    Regards,
    Ashish

  • Permit SharePoint group to have contribute access at Folder level only and read permission at library level.

    Is it possible to Permit SharePoint group to have contribute access at Folder level only and read permission at library level.
    Ashish Baranwal To know what you know and what you do not know, that is true knowledge

    Hi Ashish,
    You can have special permissions for individual lists or libraries (or folders within a library) what you have to do is to go
    to the manage permissions list or document library for the appropriate item or folder and stop inheriting permissions from Parent and then you can add any sorts of permissions you want uniquely to that item or folder.
    Check for further reference.
    http://social.technet.microsoft.com/wiki/contents/articles/18203.sharepoint-2013-break-document-library-permissions-inheritance.aspx
    you have to break the inheriting permission of document library and assign the permission you want again you have to set the same for folder
    level.
    For your better understaning the concept check here
    http://blog.pentalogic.net/2010/11/sharepoint-permissions-what-why-and-how-part-1-basic-principles/
    While you probably won't come across this in your case, be careful when breaking security permission inheritance on the items in a a document
    library or list. There are big performance hits. If you have inherited permissions on a library or list SharePoint only has to do one permissions check for all the contents. If you have unique permissions SharePoint has to check every document's permissions
    before returning the contents of the library.  This tends to become an issue when you have thousands of items, rather than
    hundreds.
    Krishana Kumar http://www.mosstechnet-kk.com
    Please mark the replies and Proposed as answer if they help and solve your issue

  • HT201407 hi..I cant activate my Iphone 5. I bought this from someone who cant remember her apple password and even the email address that she used to set up the account.What am I gonna do now....How can I activate my Iphone. what are my options...pls help

    hi..I cant activate my Iphone 5. I bought this from someone who cant remember her apple password and even the email address that she used to set up the account.What am I gonna do now....How can I activate my Iphone. what are my options...pls help me.thank you

    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818
    hannibalfromlemery wrote:
    .I cant activate my Iphone 5. I bought this from someone
    The Apple ID and Password that was Originally used to Activate the iDevice is required.
    If you cannot get this information from the seller
    Removing a device from a previous owner’s account
    You need to return the Device for a refund, as you will not be able to re-activate it.

  • PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME

    PROBLEMS SETTING UP EMAILS AS DEVICE REFUSES TO RECOGNISE PASSWORD AND/OR USER NAME
    My 9800 ( I have 2 - one spare )  is driving me nuts- will not let me set up email accounts from my other Curve model.
    Repeatedly told that either user name or details are wrong, yet they are RIGHT on website.
    Exasperated 
    Help please??
    Fair winds and kind landfalls

    Thank you- I have read through that thread and can see some resonance with my issue.
    My AOL emails work VERY fast with BB, in fact almost simultaneously received on PC & Torch " ping ping!"
    This issue only raised its ugly head when I had 2 Torches replaced by my insurers. 
    Whilst the claim was in process I used a new Curve, loaded from backup on PC to keep emails going and of course phone & web facilities. ( I use the BB to power internet via bluetooth to my PC / laptop when living on a remote island with no phone lines or power supplies)  All was fine. Swapping email accounts took a few minutes with the usual password confirmations for each AOL screenname etc. 
    Then the new Torches came back from insurers, and I tried to swap devices. Phoning & texting is fine. Al data and contacts swap over fine.
    SETUP email accounts.............stymied every time. It says repeatedly that my user name/password is invalid etc etc etc
    Have tried security wipes. Have tried setting up new BB ID & passwords on PC website. All is OK until I try to setup emails on the Torches.  This has used up ridiculous amounts of time- all wasted.
    I love the BB phones and the fast email push......in fact I recently bought a new Sony Xperia Z1 but sent it back because of wifi coverage meant no emails on that superb phone for lots of the time.
    Good old BB I said..........I always get emails wherever I am. ( Rural Scotland has very patchy radio & wifi coverage)  
    Was about to purchase new Z10s just to get a bigger screen, but now I am averse to buying ANY BB phone again because this present mess means I may never get emails set up again.  How nuts is that?
    Many thanks for all help & suggestions..........boy do I need them!!
    Kind wishes from West of Scotland 
    Fair winds and kind landfalls

  • Firefox promted me to save about 4 passwords and now won't prompt me. All the setting are just as they should be. Why has it stop prompting me to save passwords?

    This is a new machine though I am not new to Firefox. There are certain sites I have multiple accounts on in which Firefox as of a month ago saved every password for every account. Just turning on this machine for the first time yesterday I immediately downloaded Firefox and set the settings as I had them on the previous machine. As I began getting things in order and all favorites back in place, Firefox did prompt me to save about 4 passwords and abruptly stopped. I have checked all the settings and nothing has changed. No addresses have been blocked, no exceptions. Even addresses and on sites I know for certain will let Firefox save the passwords I am not being prompted. I am at a loss as to what to do.
    Any help would be appreciated.
    Thank you for your time.
    John

    Try the following:
    close iWeb.
    delete the iWeb preference file, com.apple.iWeb.plist, that resides in your Home/Library/Preferences folder.
    go to your Home/Library/Caches/com.apple.iWeb folder and delete its contents.
    reboot.
    launch iWeb and try again.
    If that doesn't help continue with:
    move the domain file from your Home/Library/Application Support/iWeb folder to the Desktop.
    launch iWeb, create a new test site, save the new domain file and close iWeb.
    go to the your Home/Library/Application Support/iWeb folder and delete the new domain file.
    move your original domain file from the Desktop to the iWeb folder.
    launch iWeb and try again.
    OT

Maybe you are looking for

  • I dowloaded some songs from soundcloud and they wont sync to my device

    I downloaded some songs from soundcloud as a .m4v file, then went to itunes to convert it as a mp3 file. It converted it, but then it didn't sync the song to either my ipad nor my iphone.  Help?

  • Is there any way to capture the output of a trnsaction

    Hi EXPERTS, i TRIED TO CAPTURE O/P OF TRANSACTION IW3M USING SUBMIT, IT WASNT SUCCESSFUL pLEASE SUGGEST ME SOME OTHER WAY TO DO.

  • How do I sync my iphone to a new computer without losing my songs?

    I got a new computer and it wants to erase all my data in order to sync it. I tried doing home share but it won't accept my old Apple ID, I tried having Apple email me my new password so I could get back onto it but the email never sends.

  • Quick way to create Lower thirds from Spreadsheet

    Maybe everyone knows this already since it came out when I was away from the forums, but I searched the Premiere Pro forums for the word "spreadsheet" and got no related results, so here goes.... There is a way to type all of your information for low

  • BI Publisher Scheduler Error

    Hi, I am trying to schedule a report to run in BI Publisher and it fails with the following error: Message oracle.apps.xdo.servlet.scheduler.ProcessingException: javax.naming.NamingException: Not in an application scope - start OC4J with the -userThr