Topic profile page for User information.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: User information.
Topic "User information" was discussed 0 times on 0 sites in last 3 months
Yahoo: "We can increase site speed and efficiency... Yahoo: "We can increase site speed and efficiency for you by copying your user information to one of our servers in the United Kingdom." 7:49 AM Feb 16th, 2008 from web
Started 5 days, 13 hours ago (2009-12-24 15:32:00)
by Bobby-Z
On my site the UserName is entered an email address(Usually easier for people to remember) I recently made a page that allows you to change your username, the update works, then i haveit redirect to the login page, but I get an error that states object not set to reference(The UserID) in the masterpage, even though it is surrounded by if (Context.User.Identity.IsAuthenticated) { ...
Started 5 days, 21 hours ago (2009-12-24 07:13:00)
by purplepint
Hi, I'm just learning all the .net security stuff. What I'm going to do is when I create a user I want to add some extra data to the users table (company, name etc). I've seen how users can be created and referred to, but what advice can people give me on adding this extra data when creating a user and when I need write some conditions for which type of company they belong to etc?...
Started 1 week, 1 day ago (2009-12-22 02:49:00)
by vmachine
I am trying to extract some user information from Active Directory in a trusted domain using Powershell and format it on the same line. Nothing that I'm doing seems to work properly!! My script for extracting user information is: $domain="domain.co.nz" $Searcher = new-object System.DirectoryServices.DirectorySearcher("domain ",$domain) $Searcher.Filter = ("(objectCategory=user)") $users...
Started 1 week, 1 day ago (2009-12-21 17:24:00)
by William. W
I need to obtain the username of the currently logged in user on a machine. For example, if I want login my computer with my AD account and I want to get “distinguished name” of “currently login user”, it should show the information which is “DC=XXX, OU=XXXX, CN=myname” (my disdinguished name). Is there a way to get “name” or “distinguished Name” of currently login user either in c...
Started 1 week, 1 day ago (2009-12-21 12:23:00)
by William. W
I need to obtain the username of the currently logged in user on a machine. For example, if I want login my computer with my AD account and I want to get “distinguished name” of “currently login user”, it should show the information which is “DC=XXX, OU=XXXX, CN=myname” (my disdinguished name). Is there a way to get “name” or “distinguished Name” of currently login user either in c...
Started 1 week, 5 days ago (2009-12-17 07:51:00)
by miro_connect
Some of my services methods needs User information .My application uses spring acegi security , after authentication the acegi puts the user prinicipal in threadLocal so I can access it anywhere in web , in services everywhere. Accessing the userinformation in services is not a problem , suppose in a service method I retrieve it from threadlocal it works fine , but if I unit test ...
Started 4 days, 8 hours ago (2009-12-25 20:37:15)
by dhewlette
Hey, I'm running a highly customized Alkivia user profile template to display all my users and all of their profile information. I've added a lot of extra user info to both their WP user profile and their Alkivia user profile. I'm using a plugin called "Register Plus" to store custom, extra user info in the WP database user_meta table, then displaying that info on my Alkivia user profiles ...
Started 5 days, 11 hours ago (2009-12-24 16:59:00)
by Bobby-Z
Thanks - First One Worked Just fine for what I needed. I knew since I was updating an aspnet table there would be an issue if I did it directly instead of using some other code they programmed, but since I am only changing username I did a regular update. It wasn't logging them off, but it was not updating the new username/userid combo. The log out was what I needed to perform to reset. ...
Started 1 week, 1 day ago (2009-12-22 00:00:00)
by jonsca
Check this out for those functions: http://msdn.microsoft.com/en-us/libr...73(VS.85).a spx (or google any of them with "Win32 functionname" And look up any of the Win32 API tutorials to get an idea about what it can do (goes way beyond just the console). In terms of the placement of the function call, I think it makes the most sense to do it there, that way you get the clean screen ...
Started 1 week ago (2009-12-23 03:45:00)
by Mervyn Zhang
Hi, I would also like to update some information: The "Display information about previous logons during user logon" policy is controlled by the user attributes "msDS-FailedInteractiveLogonCount", "msDS-FailedInteractiveLogonCountAtLastSuccessfulL ogon", "msDS-LastFailedInteractiveLogonTime" and "msDS-LastSuccessfulInteractiveLogonTime". This problem may occur if the attributes "msDS-...