A user account is a data object that represents a physical user of a computer system. Commonly, user accounts are represented as database objects.
71
votes
1answer
14k views
What are all the user accounts for IIS/ASP.NET and how do they differ?
Under Windows Server 2008 with ASP.NET 4.0 installed there is a whole slew of related user accounts, and I can't understand which one is which, how to they differ, and which one is REALLY the one that ...
25
votes
3answers
9k views
Detect if running with elevated privileges?
I have an application that needs to detect whether or not it is running with elevated privileges or not. I currently have code set up like this:
private static bool _isAdministrator()
{
...
22
votes
5answers
58k views
How do you run CMD.exe under the Local System Account?
I'm currently running Vista and I would like to manually complete the same operations as my Windows Service. Since the Windows Service is running under the Local System Account, I would like to ...
20
votes
5answers
32k views
Start / Stop a Windows Service from a non-Administrator user account
I have a WindowsService named, say, BST. And I need to give a non-Administrator user, UserA, the permissions to Start/Stop this particular service. My service runs on a variety of Windows OS, starting ...
19
votes
1answer
9k views
Creating and managing a Facebook app from a Business Account
Can I create or manage a Facebook app via a 'business' account?
When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my homepage and ...
17
votes
9answers
775 views
Build a Better Access Control System
I'm in the process of a building an access control system as part of a web framework I am developing. I want to make it super flexible and awesome. Can you help me by providing input and insight on my ...
14
votes
8answers
9k views
What's the easiest way to get a user's full name on a Linux/POSIX system?
I could grep through /etc/passwd but that seems onerous. 'finger' isn't installed and I'd like to avoid that dependency. This is for a program so it would be nice if there was some command that let ...
13
votes
2answers
2k views
Problem in installing Windows service developed in .Net
I have developed a windows service using C#,visual studio 2008. I have windows xp sp2 installed on my machine. When I try to install the service using installutil tool, after entering the username and ...
12
votes
12answers
882 views
create account then verify (or verify then create account)
Most of the examples I see on the web create user accounts in this sequence: user comes to the site, they choose a username and password and enter their email. A confirmation email to sent to this ...
12
votes
3answers
4k views
For Twitter , how to create test user accounts?
Facebook allows you to create test user accounts that can only be used for testing purpose.
Does Twitter provide similar functionality ? I don't want to get my application blacklisted for creating ...
11
votes
12answers
766 views
Account verification: Only 1 account per person
In my community, every user should only have one account.
So I need a solution to verify that the specific account is the only one the user owns. For the time being, I use email verification. But I ...
8
votes
1answer
990 views
Facebook Login as supplement to existing login?
I am developing a PHP/MySQL e-commerce site with some social aspects, and am looking to integrate it with Facebook. I already have a native user registration/session handling system. I have managed to ...
7
votes
4answers
931 views
Best practices for data deletion on user account termination
On a site that has a fair share of user-generated content such as forum threads, blog comments, submitted articles, private and public messaging, user profiles, etc; what is the best practice as far ...
7
votes
3answers
2k views
c#: how to know whether a 'user account' exists in windows?
I have two questions.
1) How do I know if a 'user account' is exists on my windows OS (vista)? I need this information of a stand alone machine. I mean, the machine doesn't joined to any domain.
2) ...
7
votes
2answers
1k views
How do I implement an Account on Android without a SyncAdapter
I am implementing a login system for an Android application utilizing the built-in accounts system (with the AccountManager APIs).
All is well and good on Android 2.2+, but on Android 2.1 not ...
6
votes
1answer
3k views
create local user account
i have this code to create a local windows user
public static bool CreateLocalWindowsAccount(string username, string password, string displayName, string description, bool canChangePwd, bool ...
6
votes
3answers
908 views
Revoke account permission for an app
I wrote a code that request an AuthToken from the account manager, using the getAuthToken(). On the first time - the user needs to "Allow" the authentication, but later on there's no need to.
I want ...
6
votes
1answer
1k views
Social Network (Facebook, Twitter, etc) User Account Integration (duplicate scenario)
So there are definitely many tutorials out there regarding how to integrate various individual social network authentication/registration into existing user accounts. But the scenario I can't seem to ...
5
votes
6answers
185 views
What are the implications of deleting a user account?
Most of the websites I've used in the past (including this one) do not offer an option to delete your own account.
I think the main reason is to avoid the orphanage of the items created (or the ...
5
votes
4answers
2k views
Creating a webpage with user accounts, what do I need to keep in mind?
I am trying to write a website that has user accounts. There isn't much sensitive information other than the password and email address. But I don't really understand what I'm doing; I'm kind of ...
5
votes
2answers
350 views
NetUserAdd() successful, but user is “invisible”
I'm creating a user with the NetUserAdd API. It returns successfully, the user has a User folder and I can see the username with wmic useraccount get name. However, the created user is not visible ...
5
votes
1answer
331 views
C# how to identify a guest account?
In my c# winForm application I have to recognize if a guest account is running the application.
Any idea?
5
votes
2answers
32 views
Having a Login ID and a PersonID in SQL
I am creating an application that will require a user to register and create an account.
Should I use the person's Login ID (this is the email address) as the unique record identifier or should I ...
5
votes
4answers
758 views
How to always set a value for account-scope in Rails?
I'm working on a multi-user, multi-account App where 1 account can have n users. It is very important that every user can only access info from its account. My approach is to add an account_id to ...
5
votes
2answers
644 views
Best way to store 'extra' user data in MySQL?
I'm adding a new feature to my user module for my CMS and I've hit a road block... Or I guess, a fork in the road, and I wanted to get some opinions from stackoverflow before I commit to anything.
...
4
votes
2answers
3k views
Getting current user in C#?
Simple enough: How can I get the name of the user account my application is currently running under?
4
votes
4answers
7k views
Installing PostgreSQL on Windows
I'm in a bit of a mess here. I installed PostgreSQL on my Vista computer a couple of days ago but then when asked to enter the password for the postgre user account I couldn't remember it (allegedly I ...
4
votes
1answer
504 views
What is the standard with oAuth for remembering users?
Me and my colleagues developing an application (both web application and mobile app(iPhone & android)), which includes a login process.
Currently, we have our own login mechanism (where users ...
4
votes
1answer
454 views
How do StackExchange sites associate user accounts and OpenID logins?
I love StackExhchange / StackOverflow's approach to integrating OpenID.
As I understand it, the process goes something like this:
If a user signs up with an OpenID provider (i.e. Google), ...
4
votes
1answer
110 views
Approach for providing restricted privilege to application users
I have a desktop application developed in WPF that has several views displayed as MDI child to the Shell. It is not developed in a Composite/Modularized approach. When the application opens, all the ...
4
votes
1answer
107 views
Login into 2 accounts of one website at once?
I need this function in my app because I have accounts in gmail both for home and office work.
I know how to send web-requests and receive answers. So I can login into one account. But what to do if ...
4
votes
1answer
117 views
Any source for commonly restricted keywords for usernames?
I'm working on a web service and need to restrict users from signing up with certain usernames such as admin, root, etc.
I know this is a common problem that everyone goes through when developing a ...
3
votes
7answers
6k views
SQL Server - How many users do I *really* need?
I'm setting up an application, and I'm looking into purchasing a license for SQL Server. My question is pretty simple (though may have a complicated answer...)
How many users accounts do I really ...
3
votes
4answers
950 views
Getting an exception when trying to add an account in Android
I'm attempting to create a means for the user to create an Account on the phone which will eventually sync to their contacts via the app. I'm working in the emulator right now, so I'm going Menu-Dev ...
3
votes
4answers
717 views
How to achieve high availability?
My boss wants to have a system that takes into concern of continent wide catastrophic event. He wants to have two servers in US and two servers in Asia (1 login server and 1 worker server in each ...
3
votes
2answers
3k views
How to grant full permission to a file created by my application for ALL users?
The tool I develop needs to grant access rights "Full Control" to a file created by it. It needs to be read, modified and deleted from all windows accounts and even possible future accounts. Could ...
3
votes
2answers
1k views
generating/ storing account activation code
usually on any website after you register they send you an e-mail with an account activation code,
is there somewhere some information/best-practices about this technique ? like about how do you ...
3
votes
2answers
969 views
CodeIgniter 2 and Ion Auth - edit own user account
I am using the latest Ion Auth files along with the latest version of CodeIgniter 2.
There is a function called edit_user within the auth.php Controller file. This function is restricted to use only ...
3
votes
1answer
95 views
Connecting to named pipe in Windows, different user accounts
In Windows, is it possible for a program running under a limited user account to connect to a named pipe created by a program running under Administrator account or running as a Windows Service?
Or ...
3
votes
3answers
413 views
Using node.js for my server, need to setup user accounts, which database program should I use?
I'm pretty new to the whole node.js thing (as well as servers, javascript and the internet in general). I'm setting up a node.js server and I want to be able to create user accounts.
Assumption 1: ...
3
votes
2answers
215 views
Is it possible to run tests as the `Local System` user?
I'm writing an integration test that requires the method to be run in the Local System security context to achieve the desired behavior. I couldn't achieve this yet. What should I do?
I'm using C#, ...
3
votes
1answer
269 views
How to get an icon associated with specific Account from AccountManager.getAccounts()
There is an icon displayed in account settings for each account. For Google account there is one icon, for Facebook another.
Is there a way of getting this icon from code in application?
3
votes
1answer
329 views
security concerns regarding accessing shadow password file from php
I wrote this function in php to check user/pass against account on linux server. It works fine, but I am concerned a little about security.
/* Need to add www-data to group shadow (and restart ...
3
votes
3answers
759 views
Where does the AccountController in Asp.Net MVC 2 store its data?
I'm creating a website using ASP.NET MVC 2 and I'm thinking of using the default AccountController and Views to take care of the Users.
The only problem is that, for all the rest, I'm using a ...
3
votes
1answer
2k views
Adding Local User to Local Admin Group
I am writing a C# program to be pushed out the labs I work in. The program is to create a local admin account(itadmin), set the password, set the password to never expire, and add the account to the ...
3
votes
2answers
374 views
To merge or not to merge? Facebook account and regular site account
I am building a web service that will allow users to register either by creating a 'regular' account (username / password) or by using their facebook login (facebook connect)
If a user registers with ...
3
votes
1answer
1k views
SharePoint - How to assign a task to a user that's not in the system?
I have to programmatically create a task for a user that was not explicitly added in the site users. He has permissions to contribute to the task list, though, because he belongs to an AD group that ...
2
votes
2answers
2k views
userAccountControl in Active Directory
I want to know the current value of the userAccountControl and determine which stage it is in
Ref: http://support.microsoft.com/kb/305144/en-us
According to the above documentation, it should ...
2
votes
4answers
228 views
user identification with openID
Since I have never used openID befor I have no idea about it.
I want to know when someone want to log into my website using openID do I have to register his information (is there any registration ...
2
votes
6answers
344 views
Password Information
I want to get the various user account passwords which are stored in my computer programatically using Visual C++. Are there any APIs to help me do this?
