Hide Nobody account &USER &DISPLAY user

I wanted to hide user nobody from the template when no user is login. &USER. &DISPLAY_USER. , and &APP_USER all display NOBODY when not auth. When auth. I want it display the user. It just looks odd having nobody on the upper left hand corner.

I'd tried that already.
1) Created a item called P1_USER. Source is &APP_USER. Displayed only V('APP_USER') <> 'nobody'
2) When I call P1_USER from the Template it doesn't recognize P1_USER.

Similar Messages

  • SharePoint 2010 Web Analytics showing user Display Name and Account Name from the same user

    Hi!
    Since July, 16th 2012 the Web Analytics Daily Unique Visitors reports started to show almost the double of visitors we used to have on our Web Application. Here are some of the data (I intentionally deleted the weekend data):
    10/7/2012 2.497
    11/7/2012 2.723
    12/7/2012 2.722
    13/7/2012 2.699
    16/7/2012 5.055
    17/7/2012 4.963
    18/7/2012 4.954
    19/7/2012 4.998
    20/7/2012 4.965
    23/7/2012 5.117
    24/7/2012 5.012
    25/7/2012 5.071
    As you may notice the data jumped from around 2.700 unique visitors to around 5.000 unique visitors. As the number of permissioned users remains constant it is pretty odd. I also checked the Number of Page Views report and see no change on its behavior.
    The number of page views remained constant.
    So I went to look the Top Visitors report and understand why the visitors number almost doubled. The analytics started to count the users Display Name and Account name as two different visitors with a different number of page views. Let me show you an example
    from yesterday (July, 25th) Top Visitors report:
    #     Visitor                  Page Views    %
    1    Cinthia XXXXXXXXXX    359        0,55%
    5    Giselle XXXXXXXXXX     143        0,22%
    7    Aline XXXXXXXXXX       138        0,21%
    15  nt\cmazevedo              111        0,17%
    60  nt\gbsantana                 69        0,11%
    73  nt\aglsiqueira                 65        0,10%
    "Cinthia" and the account "nt\cmazevedo" are the same person. The same is applied to "Giselle" / "nt\gbsantana" and "Aline" / "nt\aglsiqueira".
    As I stated this is an example from July, 25th. If I checked the same report from a period before July, 16th I can only see the users Display Name as "Visitors". No account name is displayed or counted as a different visitor.
    About the environment:
    We have two SharePoint 2010 farms: a "corporate" and a "enterprise". The corporate farm contains four web servers and a central administration servers with publishing services. The enterprise farm contains two servers running User Profile Services, Search
    Services and some others. Our main version is the SP1 with June/2011 Cumulative Update with a few more hotfixes applied.
    This behavior on analytics is affecting all web applications (we have more than 20) installed on this farm and my company Support team said that no change were made on SharePoint on the weekend the problem started.
    Does anyone have any tip about what is going on?
    Thanks in advance!

    Hi, Manas!
    First of all thanks for your interest on this issue but I don't think it is related to the User Profile or the Active Directory.
    I checked both records and there was no change on the Display Names. All the users have "full names" as display names (first + middle + last name) and not logins as SharePoint is displaying on this report.
    But I did a test yesterday and checked the results today confirming that just the access been made using a specific server are causing this. Explaining it better:
    I have four web servers on my farm named from P01 to P04. Then I created this test script:
    Step 1: Change local HOSTS file to point the web application on the server P01.
    Step 2: Access site "A"
    Step 3: Access site "B"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P02.
    Step 2: Access site "C"
    Step 3: Access site "D"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P03.
    Step 2: Access site "E"
    Step 3: Access site "F"
    Step 4: Close the browser.
    Step 1: Change local HOSTS file to point the web application on the server P04.
    Step 2: Access site "G"
    Step 3: Access site "H"
    Step 4: Close the browser.
    I asked three users to execute that script. The results: All access to the sites "C" and "D" were registered on Web Analytics with the user account name such as "nt\cmazevedo". All the other sites registered the user Display Name correctly such as "Cinthia
    XXXXXXXXXX".
    With this test we could isolate the problem just on the server P02. It doesn't occur on the others. Now my support team is trying to find any configuration difference between this server and the other three that could point for the root cause.
    I am also looking for some information regarding the service responsible for this task ("transform the account name into a display name") to understand why it doesn't work on one server and works on the others.
    Thanks!

  • Get server date and user account to display them in two display items.

    Hello,
    I would like to get the server date and the curent Oracle user account to display them in two "display items" in my form. So, If someone can help me, I will appreciate it.
    Thanks!

    There's nothing to fetch. You assign the value from the function GET_APPLICATION_PROPERTY(USERNAME); as you would any value returned from a function.
    DECLARE
       myVar    VARCHAR2(50);
    BEGIN
       myVar := GET_APPLICATION_PROPERTY(USERNAME);
    END;Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question please mark the response accordingly. Thanks!

  • Lion: user account not displayed on login screen

    I´m using Lion and have 4 user accounts (my wife, me, one imported from my old mac, guest). After booting I get only 3 diplayed for login: Me, the old one and guest. I disabled the guest but it stills pop up for login.
    I changed the view on the login screen to name and password and typed in the name and password of my wifes user account. I logged in, but in the user acount of the old mac...
    Any ideas? Be very thankful for any help!

    Log in with an admin account, delete the bad one, saving its data (stored in /Users/Deleted Users/ as a disk image, recreate the account, using the same username/password combo, log into the new one, mount the disk image, and transfer everything from it to the new account. Also, see the items in http://docs.info.apple.com/article.html?artnum=307005

  • How to display user profile information in master page header

    I am trying to display user profile info like following in custom master page.
    I have just added a html code for displaying this info.
    Now, please tell me how could i achieve this
    I am doing this in sharepoint 2013 on-premise.

    see below is example for javascript and userprofile information
    <script type="text/javascript">//<![CDATA[
    $(document).ready(function
    var currentUser;
    // Ensure that the SP.js is loaded
    if (SP.ClientContext
    != null)
    SP.SOD.executeOrDelayUntilScriptLoaded(getCurrentUser,
    'SP.js');
    else
    SP.SOD.executeFunc('sp.js',
    null, getCurrentUser);
    function getCurrentUser()
    var context = new SP.ClientContext.get_current();
    var web = context.get_web();
    currentUser = web.get_currentUser();
    context.load(currentUser);
    context.executeQueryAsync(onSuccessMethod, onRequestFail);
    function onSuccessMethod(sender, args)
    var account = currentUser.get_title();
    var currentUserAccount = account.substring(account.indexOf("|")
    + 1);
    var currentUserAccountUnderScore = currentUserAccount.toLowerCase().replace(/\s/g,
    //alert(currentUserAccount);
    $("#username").text(currentUserAccount);
    $("#ProfileImage").attr("src",
    "https://mydomain-my.sharepoint.com/User%20Photos/Profile%20Pictures/"
    + currentUserAccountUnderScore +
    "_mydomain_onmicrosoft_com_MThumb.jpg");
    $("#ProfileImage").attr("alt", currentUserAccount
    + " User Profile Image");
    $("#ProfileImage").attr("class",
    "ss-profile-image");
    //This function runs if the executeQueryAsync call fails.
    function onRequestFail(sender, args)
    alert('request failed' + args.get_message()
    + '\n' + args.get_stackTrace());
    $("#ProfileImage").attr("src",
    "https://mydomain.sharepoint.com/SiteAssets/userImageDefault.jpg");
    //]]>
    </script>
    -Nilesh

  • How to hide an iView from a User w

    Hello Experts.
    Is there any way to hide an iView from some group of people?
    Fox example, we have a role (Role A) containing a page containing the iView (Role->Page->iView) and we want to hide this iView for users that don't have some another role or group. Is it possible to hide this iView even for users who have Role A?
    Best regards,
    Timur Semenchuk.

    Hello Timur,
    that sounds... complicated. This is probably one of those cases, where a nice drawing or screenshot would help a lot to understand.
    Is this homepage already there? Do I understand that correct, that it will contain links in the detailed navigation, that are iviews and those link to documents (in the KM for example) that have infos like pictures etc in them?
    And you just want to show those iviews on this start page, if the user has the roles, that are needed to show the content that is displayed AFTER you click on a link in the document in the iview on the start page?
    If I understood correctly, why don't you put those start iviews (let's call them like this for now) into the roles, that they should display? This way, only a user that can use the content after the jump can see the start point.
    So every iview in the start page is part of one of the roles, that the user has. Or can an iview have content, that leads to different displays, depending on which link/banner he click in the iview content?
    Like I said, I wouldn't do this via the PCD permissions. It's not very practical and later on hard to maintain.
    Regards,
    Steffi.

  • How to always hide the SQL statements for users when they run User Queries?

    Hi,
    from the IT dept. position, I don't want users to see and be so curious about the SQL commands.
    How can I always hide the textbox of  Display Query Structure?
    thanks.

    Hi,
    Unfortunately system design has short of this function. If users are allowed to run those queries, you can not hide the query structure.
    You may post a DRQ here: /community [original link is broken]
    Thanks,
    Gordon

  • When I try to migrate from imac to macbook pro my user account says this user needs attention before migrating. My e-mail does not migrate in the process. this never happened before i updated to Maverick

    When I try to migrate from imac to macbook pro my user account says "this user needs attention before migrating". My e-mail does not migrate in the process. This never happened before I updated to Maverick. I have repaired user permissions but this not make any difference

    Just a Follow-up - the migration went fine. The migration did not import Little Snitch, Flip4Mac and DivX, stating they were incompatible.  It also reported that Intego Back up Assistant has improper security setting (which I have not yet investigated).
    I am encountering small problems.  Safari would not open embedded pdf documents and instead showed a black screen.  This was fixed with instructions found at http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html and it now works fine.
    Importing 17 years of old mail from Eudora to Apple Mail was time consuming. mostly because of the pre-migration preening i did, but using Eudora file cleaner before the migrtaion helped a lot.
    I amy find some more glitches, but so far everything seems to be working.

  • Displaying User information

    Hi!
    When i use any iview to display user information, i get in the user name fiel de id user instead of the user name.
    It is the same for all the place where the portal use the user infomation display (CLP, search user, roles search, etc).
    Is anybody knows how to change this?
    I thank you in advance.

    Customizing Users' Display Name
    Use
    A user’s display name is the friendly name that is displayed for a user in most user interfaces, for example in list of results when you search for a user in the UME administration console. Programmatically, it is the name that is returned by the method IUser.getDisplayName().
    By default the display name is the user’s last name followed by the first name. It is possible to customize it, to display a different friendly name, for example the users salutation followed by first name and then last name.
    Procedure
    The name returned by the method IUser.getDisplayName() is calculated by the user attributes specified in the user management property ume.users.displayname_template.
    The default value is ume.users.displayname_template=,
    To change the display name, change the value of this property. It can be a combination of:
    u00B7        User attributes: The available user attributes are: , , , , , , , , , , , , , , , , , , ,
    u00B7        Characters: Most characters whose unicode lies between \u0020 and \u007E can be written as they are. These are characters such as A-Z, a-z, commas, semicolons, and so on.
    u00B7        Unicode characters: Characters whose unicode does not lie between \u0020 and \u007E, must be written in the form \uXXXX
    Example
    You change the value to:
    ume.users.displayname_template=
    For a user whose first name is ‘Peter’, second name is ‘Miller’ and salutation is ‘Mr’, the display name would be ‘Mr Peter Miller’.
    This display name would appear on all user interfaces that use the method IUser.getDisplayName().
    attributeMapping>
    If you are using an LDAP directory as a data source for your user-related data, the ‘logical’ attribute names used by the Java application programming interface (API) of SAP User Management Engine (UME) must be mapped to the ‘physical’ attribute names used in the schema of your corporate LDAP directory.
    In the preconfigured files shipped with UME, the logical attributes of the Java user management API are mapped to the physical attributes used for the object class inetOrgPerson in the X.500 standard. If you use this standard without any modifications, you will not need to change the attribute mapping data. If you have extended this object class in your LDAP directory, or use a different object class, you can flexibly add additional attributes to the attribute mapping data or change the attribute mapping data as required. By providing you with the means to map attributes, UME allows you to use any schema that suits your company’s requirements.  
    The following examples illustrate scenarios where you need to change the attribute mapping data:
    The logical attribute for a user’s e-mail address used by the user management component is named email, but the physical attribute in the schema for your corporate LDAP directory is named mail. You must map email to mail in the configuration file.
    In your company, you wish users to log on with their e-mail address and password instead of with their user ID and password. In a user account, the logical attribute j_user defines the logon ID. By default this attribute is mapped to the unique ID (uid) of a user. By mapping j_user to the physical attribute for the user’s e-mail address, for example mail, users can in future log on with their e-mail address.
    For a list of the set of fixed logical attribute names used in the API, see Logical Attributes.
    Example
    <dataSources>
    <dataSource id="CORP_LDAP"
        className="com.sap.security.core.persistence.datasource.imp.LDAPPersistence"
        isReadonly="false"
        isPrimary="true">
      <responsibleFor>
        <principal type="account">
        </principal>
        <principal type="user">
          <nameSpaces>
            <nameSpace name="com.sap.security.core.usermanagement">
              <attributes>
                <attribute name="firstname" populateInitially="true"/>
                <attribute name="displayname" populateInitially="true"/>
                <attribute name="lastname" populateInitially="true"/>
                <attribute name="fax"/>
                <attribute name="email"/>
                <attribute name="title"/>
                <attribute name="department"/>
                <attribute name="description"/>
                <attribute name="mobile"/>
                <attribute name="telephone"/>
                <attribute name="streetaddress"/>
                <attribute name="uniquename" populateInitially="true"/>
              </attributes>
            </nameSpace>
          </nameSpaces>
        </principal>
          <principal type="group">
          </principal>
      </responsibleFor>
      <attributeMapping>
        <principals>
          <principal type="account">
          </principal>
          <principal type="user">
            <nameSpaces>
              <nameSpace name="com.sap.security.core.usermanagement">
                <attributes>
                  <attribute name="firstname">
                    <physicalAttribute name="givenname"/>
                  </attribute>
                  <attribute name="displayname">
                    <physicalAttribute name="displayname"/>
                  </attribute>
                  <attribute name="lastname">
                    <physicalAttribute name="sn"/>
                  </attribute>
                  <attribute name="fax">
                    <physicalAttribute name="facsimiletelephonenumber"/>
                  </attribute>
                  <attribute name="uniquename">
                    <physicalAttribute name="uid"/>
                  </attribute>
                  <attribute name="loginid">
                    <physicalAttribute name="null"/>
                  </attribute>
                  <attribute name="email">
                    <physicalAttribute name="mail"/>
                  </attribute>
                  <attribute name="mobile">
                    <physicalAttribute name="mobile"/>
                  </attribute>
                  <attribute name="telephone">
                    <physicalAttribute name="telephonenumber"/>
                  </attribute>
                  <attribute name="department">
                    <physicalAttribute name="ou"/>
                  </attribute>
                  <attribute name="description">
                    <physicalAttribute name="description"/>
                  </attribute>
                  <attribute name="streetadress">
                    <physicalAttribute name="postaladdress"/>
                  </attribute>
                  <attribute name="pobox">
                    <physicalAttribute name="postofficebox"/>
                  </attribute>
                  <attribute name="preferredlanguage">
                    <physicalAttribute name="preferredlanguage"/>
                  </attribute>
                </attributes>
              </nameSpace>
            </nameSpaces>
          </principal>
          <principal type="group">
          </principal>
        </principals>
      </attributeMapping>
    </dataSources>
    In the above example, the section on the data source CORP_LDAP contains all the configuration data for the LDAP directory.
    The section on <responsibleFor> defines which data is stored in the LDAP directory and in particular the logical attributes that are stored in the directory. For each attribute listed here, there must be an entry in the attribute mapping section.
    By default the section on <attributeMapping> contains attribute mapping data for the object class inetOrgPerson in the X.500 standard. Here you can modify the physicalAttribute name (the attribute name in the LDAP directory) or you can add an additional attribute mapping for attributes outside of inetOrgPerson that you have added to your LDAP schema. 
        <attribute name="firstname">
            <physicalAttribute name="givenname"/>
        </attribute>
    Even if the physical and logical attribute name are identical, you should map them. For example, in the above example, displayname maps to displayname.
    If an attribute is not mapped, the API will not have access to this data.
    Some logical attributes are mapped to "null". This means that the API uses this logical attribute, but the logical attribute does not map to a physical attribute. Instead it maps to a computed value.
    Ensure that all inetOrgPersons in your LDAP directory contain a valid value for the attribute uid. In the default configuration, this attribute is used to search for users for display in user-management applications such as the role assignment tool.
    Alternatively, change the attribute mapping so that uniquename is mapped to cn instead of uid.
        <attribute name="uniquename">
            <physicalAttribute name="cn"/>
        </attribute>
    In this way, cn is used to search for users for display in user-management applications.
    Namespaces
    Another useful feature is that you can map logical attributes to different physical attributes depending on the namespace. For example, an application in the namespace com.mycompany.app1 might use the physical attribute uid as displayname, whereas another application com.mycompany.app2might use the physical attribute sn as displayname. This would be mapped as follows:
      <attributeMapping>
        <principals>
          <principal type="user">
            <nameSpaces>
              <nameSpace name="com.mycompany.app1">
                <attributes>
                  <attribute name="displayname">
                    <physicalAttribute name="uid"/>
                  </attribute>
                </attributes>
              </nameSpace>
              <nameSpace name="com.mycompany.app2">
                <attributes>
                  <attribute name="displayname">
                    <physicalAttribute name="sn"/>
                  </attribute>
                </attributes>
              </nameSpace>
            </nameSpaces>
          </principal>
        </principals>
      </attributeMapping>
    You need to meintain this property in the sapup.properties file.
    Therefore in the portal you select: System Administration ->
    System Configuration -> UM Cinfiguration -> Direct editing.
    Then you add the property in the textfield, save and restart the
    J2EE Engine in order to activate this value.
    Best regards,
    Patricio.

  • HT204053 i RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    I RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    Welcome to the Apple community.
    iTunes and iCloud and different accounts, you will need to delete both accounts from your device before adding the new details in their place.
    For iCloud go to settings > iCloud, scroll down and hit the delete button. You can then sign back in using your correct details. For iTunes go to settings >store, tap your account ID and then sign out, you can then sign back in using your correct Apple ID.

  • Can I use one itunes account for multiple users and multiple devices

    Can I use one itunes account for multiple users and multiple devices?

    The iTunes EULA, as I understand it (I'm not an attorney )for Apps is basically that one person can use an App multiple devices, or multiple people can use an App one device..so one to many or many to one, but not many to many....

  • How do I share one itunes account between two users on the same computer

    How do I share one itunes account between two users on the same computer without taking up twice as much space on my hard drive?

    You would need to move the itunes folder to a location that both users have permissions to access such as the Shared folder or any folder on the root level of the macintosh HD.
    You can find instructions here http://support.apple.com/kb/HT1203 This method allows you to share the content without sharing the same library.

  • How do I move my iTunes account to another user name on the SAME computer?

    Hi,
    My kid was the first in my family to get an iPod. When we created her account, since she is young, I put it on my laptop under my user name. Months later, I decided to get an iPod and when I went to set up an account, it wouldn't let me. My neice told me that I had to set up a new user name account on my computer for the new itunes account. I did this, but now I find that this is TOTALLY inconvenient. My computing is done under one user name and, yet, to sync my iPod I have to log out of all of that and go into the other user name. I HATE this -- had I realised this would be such a pain in the neck, I never would have set up my daughter's account under my user name. Is there a way that I can move my itunes account to MY user name and move my daughter's to the other? Can I have them both under one user name? Thanks for any help/advice

    Welcome to AD!
    Each windows user has an itunes database file that has ratings, playcounts, etc.
    It is named iTunesLibrary.itl
    So in addition to putting the music in a shared location as Neil suggests, you need to swap your ITL files from each account.
    Here is a good background article on that, you are using method 1. My advice is to stay far away from method 3, it's too easy to forget which ITL file itunes last used.
    You could also switch to method 2. I used that for several years until my husband started using iTunes and I did not want his play counts in my library.
    http://support.apple.com/kb/HT1495

  • I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    Agile,
    Any of the above will work, depending how you would like to set it up.
    Given that kids tend to eventually grow up and be independent, the best long term answer for most people is to let her have her own account and her own library as soon as she can handle it.  Keep in mind that content purchased from the iTunes Store is permanently tied to the account from which it was originally purchased, so separating later is a challenge.
    If you want to sync multiple devices to the same library, that will work.  Or if you want separate libraries (as I would recommend), they can be either on separate computers or on separate Windows user accounts on the same PC.
    For the name change:  Connect the device.  When the name appears in the left sidebar of iTunes, highlight it and change it.

  • I have one home computer and our household has 2 iphones. I am signed up on itunes and now my husband would like to have an account with itunes as well. Can there be two accounts for 2 users for itunes on one home computer? How do I add another account ?

    I have one home computer and our household has 2 iphones. I am signed up on itunes and now my husband would like to have an account with itunes as well. Can there be two accounts for 2 users for itunes on one home computer? How do I add another account ?

    Have a read here...
    https://discussions.apple.com/message/18409815?ac_cid=ha
    And See Here...
    How to Use Multiple iDevices with One Computer

Maybe you are looking for

  • NULL index table key value

    ORA-06502: PL/SQL: numeric or value error: NULL index table key value in Package OE_Order_PVT Procedure Lines Where is the problem? thanks Edited by: huak on Feb 5, 2009 5:08 PM

  • Foriegn key concept not working with check table

    Consider, there are two tables like emp_personal and emp_official. In emp_personal table , the fields are empid, empname, dob for example. In this table, empid is the primary key field. In emp_official table, the fields are empid, dept, designation f

  • CLD Exam Tips..

    Hi folks, At first, My CLD exam is on 9.1.13. I done all 4 practice exams with a 4 hour time limit and hope did well as from review, repeated all the exams and completed with 3 hrs to 3.5 hrs. So , What should i do next ? I want to learn something mo

  • Telstra's Third Party Purchases SCAM

    On my 03Dec-02Jan bill, I have been charged $65.25 for "Third party purchases"from "Openmarket Pty. Ltd." These charges were for me receiving 14 text messages from a company I did not know or request any service from. I have complained at my local Te

  • Not Buying until I know ...

    What's up with the single mouse mover thing / right click / left click pad? How unecessarily sleek .... are the left and right in the same place they would be, just on the bottom of the pad ? Do you just click where it should be?