Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
9answers
490 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 ...
13
votes
1answer
707 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 ...
13
votes
5answers
35k 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 ...
12
votes
12answers
496 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

C#: 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() { ...
11
votes
12answers
364 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
2answers
403 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 ...
7
votes
4answers
6k 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 ...
5
votes
1answer
953 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 ...
5
votes
1answer
534 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 ...
5
votes
1answer
181 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
3answers
1k 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) ...
5
votes
5answers
3k 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 ...
4
votes
2answers
292 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
6answers
155 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 ...
4
votes
4answers
539 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 ...
4
votes
4answers
656 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 ...
3
votes
1answer
93 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
1answer
454 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 ...
3
votes
1answer
459 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 ...
3
votes
1answer
256 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), ...
3
votes
7answers
2k 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
3k 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 ...
2
votes
2answers
63 views

Can we have user accounts on aa android mobile phone as we have for user operating systems

I just want to create a program which runs on start up which0 will ask to login with a username and password . Once he logs in he should be able to access the files only which he is authorised to(for ...
2
votes
5answers
40 views

Is there a reason to activate an account after registration?

my question is about the workflow of a web registration. 1) register with email + basic data 2) activate the account with a special secret link <- is this necessary? 3) allow the user to log ...
2
votes
2answers
44 views

Is it possible to use server side PHP scripts for Specific Linux user accounts

I choose not to post this on SeverFault b/c that site seems to be only for the most experienced server administrators. I started a discussion about it over at MetaStackOverflow A while back I asked a ...
2
votes
1answer
24 views

account(s) management over multiple tenants

i have an app with multiple tenants on GAE. over the 'master' (which is a tenant on its own) i let people register and create a subapp/tenant where the creator is the owner of the app. what is the ...
2
votes
1answer
24 views

Where can I safely store records (i.e. files) that a standard (limited) user cannot modify or delete?

I have a service auditing standard users of the local PC. I would like to get the performance logs uploaded to an SQL server but as a first step, and for simplicity I need to store them, as well as ...
2
votes
3answers
166 views

How can I share an Eclipse workspace between accounts in Mac?

I basically want to create an Eclipse workspace that can be accessed between accounts on my Mac. I'm currently running Mac OS X v10.7.1. The other caveat is that I want to be able to do use Git on ...
2
votes
2answers
20 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 ...
2
votes
3answers
120 views

How can I make sure that a user cannot login twice with the same account in PHP?

I have a PHP application with sessions, and want to make sure that the users don't give their credentials to third persons, which could use the account at the same time. Is there any way to make sure ...
2
votes
2answers
343 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 ...
2
votes
2answers
107 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#, ...
2
votes
1answer
310 views

How can I customize the login screen for Windows Vista & 7?

I need to create a windows login UI for Windows 7 & Vista which logs user name and image from webcam (replacing their login screen). I don't know where to start from. Can I do this in C# or will I ...
2
votes
1answer
227 views

How to Check if an user account exists or not (on local machine) in windows?

I am trying to verify whether a particular user exists on the local computer. The one solution that I can do is parsing the output of command Net user . But is there any better solution than this?
2
votes
1answer
52 views

How should I handle unregistered accounts?

My impression is that, when I hit Stack Overflow for the first time, it records my IP address as a user since I can ask a question without being logged in, in the traditional sense, but I'm still ...
2
votes
5answers
320 views

MySQL Unique Identifier

We are trying to develop a system where a person creates an account where the username is the person's email address. The problem is, the person can have his own unique account (where he is the ...
2
votes
1answer
602 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 ...
2
votes
4answers
327 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 ...
2
votes
3answers
231 views

Checking if app can run without admin rights?

To get Windows users to log on as regular users instead of admin, I need to check that all their applications run OK with limited rights. Is there an application specifically aimed at checking that ...
2
votes
1answer
501 views

which rails 2 authentication plugin for Twitter and/or Facebook and/or “normal” accounts

Using the current rails 2 I want users to be able to create an account from: traditional signup twitter facebook and then allow them to link facebook and/or twitter and/or traditional signup ...
2
votes
3answers
526 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 ...
2
votes
2answers
168 views

What are the best practices to map a client certificate to an user account?

We have a proprietary framework and now we want to integrate the authentication by client side ssl certificates. What are the best practices to map a client certificate to a proprietary user account ...
2
votes
4answers
420 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 ...
2
votes
2answers
676 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 ...
2
votes
2answers
163 views

Webservice that handles 1 million user accounts

Imagine you're writing a web app that will have 1 million users (they all grow that big, right!) How would you handle user accounts? I can imagine a few scenarios: Roll your own (database tables, ...
2
votes
3answers
2k views

Error trying to delete database user account schema

I'm trying to delete a user's schema from a database and I'm getting the following error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Drop failed for Schema ...
2
votes
3answers
195 views

Monitor account activity for SQL Server 2005

I'm looking for the easiest way to view what users are logging into my database. We have some old user accounts that might not be getting used anymore. Instead of just turning them off and seeing who ...
2
votes
4answers
211 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
4answers
184 views

Best Practices for Non-loggable Accounts

I am wondering what the best practices are for creating non-loggable accounts. On StackOverflow, there is a Community Wiki account that I'm assuming can't be logged into. How should I go about ...

1 2 3 4