A user account is a data object that represents a physical user of a computer system. Commonly, user accounts are represented as database objects.
0
votes
0answers
572 views
Simplest, smallest PHP account system [duplicate]
Possible Duplicate:
Simplest, smallest PHP account system
Can anyone recommend any robust and well-tested small PHP scripts which could handle user account systems. I'm thinking each ...
0
votes
1answer
992 views
Simplest, smallest PHP account system
There's an interesting example of someone managing to create a PHP script for a forum which only takes up 1kb: http://www.nerdparadise.com/blogs/blake/6034/
I wonder if there a similar tiny script(s) ...
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 ...
0
votes
2answers
553 views
User uploading images to specific directories
So basically I have a site in which certain members are allowed to upload images (comic pages) to their own image galleries (to a specific comic). I have a successful image uploading script that I ...
0
votes
1answer
409 views
loginhook for guest account mac
I need to make a login hook for the guest user in mac. This script simply copies an app in application folder to the desktop of Guest user. I have the following script and it works perfectly for any ...
0
votes
1answer
1k views
Can't get my account to show in Android's accounts… can anyone have a look?
Lot of code... I got this from Android's official sample code, SampleSyncAdapter
Anyways here is the code. I did not include the syncing classes, I just want to get the account to show up and be able ...
0
votes
1answer
163 views
How to invisibly identify user account type of user at login?
I have started building a web app that has different user types - including Admins and Customers, and I want each account type to have its own users db table (sessions system etc), but with the same ...
0
votes
2answers
327 views
Can an application running under a less privileged account start a process executing another application under an administrative account?
I am logged in as the administrator when I installed an application named pdflatex.exe on my server. This application works as a converter from LaTeX input file to Pdf file.
I host an Asp.net MVC 3 ...
3
votes
4answers
952 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 ...
0
votes
2answers
322 views
Question regarding account creation and sync on Android
I've been reading the sample code from the dev docs on Android's site, specifically this:
...
1
vote
2answers
289 views
Contructing membership site with joomla
Hi i run Joomla site on htpp://www.deeptechtons.net and wanted to contruct a membeship based subscription where people pay to get premium articles.
Exactly the same as tutsplus site network.[ i think ...
1
vote
1answer
2k views
Powershells script to Re-name Local Guest & Administrator Account?
Does anyone have a PowerShell script that will rename a local user account (Guest & Administrator)?
I am looking for something along the lines of what i have below or something close enough.
...
1
vote
2answers
330 views
Check user account settings in Facebook
I am developing a facebook application for phototagging. I need to send e-mail notifications to users who has been tagged. For that I need to check the user account ...
1
vote
1answer
16 views
Employee Accounts For Hosted SCM
My team is moving our code to a hosted service like github or bitbucket. We have been back and forth on these two scenarios:
we grant access to the developer's personal accounts
we have everyone ...
12
votes
12answers
886 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 ...
1
vote
3answers
84 views
New Web app with accounts
I'm working on a new web application in ASP.NET 2.0 using C#, and in this application there are two key things I need. The first is basic user accounts on the website, and the second is a profile page ...
0
votes
2answers
308 views
When deploying SQL Server Express with your business application, what user should be used for the SQL Server Agent service?
We are deploying SQL Server Express with our .NET application, i.e., our own SQL Server Express instance is automatically installed during the setup process of our application.
During unattended ...
1
vote
0answers
318 views
hack into virtualbox (VM) account [closed]
My query is related to the thread :
http://superuser.com/questions/191551/if-someone-can-access-my-ubuntu-virtualbox-files-can-they-hack-into-it
The thread mentions that the hacking can be done. But ...
5
votes
2answers
646 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.
...
0
votes
2answers
122 views
how can i ensure only one user account per UK resident is created on my website?
Does anyone have any ideas as how I could limit a user account on my website to one account per UK citizen?
I have approached the uk Eectoral Roll (http://www.theukelectoralroll.co.uk/) and several ...
3
votes
2answers
216 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#, ...
0
votes
0answers
132 views
User management
I am planning to build a website. Not sure what technology going to use, but most likely ruby or php. We are not going to use any CMS, so everything can be customized easily.
The only question is: If ...
1
vote
2answers
424 views
Handling user account usage with PHP and MySQL
I'm building an application that'll let users have a basic account with the ability to buy more usage for their account. For example, a user can only have 50mb of data after which they can buy more ...
2
votes
2answers
353 views
How to create an account system like 37Signals?
How can I create an account system like 37signals, which is:
Each user gets an independent URL. user.domain.com
Each user gets to add a certain amount of users:
And when they allocate resources for ...
0
votes
1answer
84 views
I have three different websites and I want to create a single entry point for all of them but how?
We are creating three different websites using asp.net but for the user part we want to implement an approach so that each user only need to create an account in any of these three sites but use the ...
1
vote
3answers
53 views
Alternatives to requiring users to register for an account?
I'm working on a side project to build a new web app idea of mine. For the sake of discussion, let's say this app displays a random photograph of a famous work of art. On a scale of 1 to 5, users ...
2
votes
1answer
461 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 ...
0
votes
2answers
323 views
Ways to retrieve user accounts' last signed in date with provisioning API
There are currently 90,000 user accounts under my domain, and I have been manually deleting inactive accounts but it seems unproductive and a waste of time. I want to make use of provisioning API to ...
1
vote
0answers
94 views
How can I all the privileges a user account has on Windows (and not just the privileges directly assigned to the user)?
I need to get all the privileges of a user, I don't have the passsword for the user.
The function LSAEnumerateAccountRights( ) returns only the privileges directly assigned to the user. It does not ...
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 ...
5
votes
1answer
455 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), ...
1
vote
1answer
298 views
Expiration of Active Directory accounts
Requesting their support if I can guide in order to obtain a list of users that is soon to expire your account on my active directory.
0
votes
2answers
214 views
How can I get an account ID from a username on Mac OS X?
I'm using MacFUSE to create a cool filesystem. I'd like to set the NSFileOwnerAccountID and NSFileGroupOwnerAccountID attributes for the files on it, but the underlying framework I use only gives me ...
1
vote
2answers
279 views
Subdomains in Asp.Net MVC Application
Helo Guys!
I'll start to develop a website of marketing and the users will be able to create accounts in this website. I'd like to separete the area of users using Subdomains, just like ...
0
votes
1answer
52 views
Manager user accounts with NHibernate
I'm searching for a functionality in NHibernate to add or remove user accounts of the current database. Is there a built-in function? Or do I have to make it manually for each database?
Thank you ...
2
votes
3answers
2k views
PHP Count Logged-In Users
I'm having trouble figuring out how I can count the number of logged-in users in my application.
What I have: When a user logs in, they get a session (which is used when the user wants to visit a ...
2
votes
1answer
570 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
67 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 ...
0
votes
0answers
121 views
How to get form to appear for all user accounts
I am editing a c# WinForm solution that shows a user-customized form for each separate user account. The solution includes two projects where one project runs in the background with a timer that ...
0
votes
3answers
607 views
User account name not updating in c# WinForm Application
I am editing a c# WinForm solution and I do not understand the code that gets the user account name. The code is shown below.
The application shows a customized form for each user account and the ...
1
vote
1answer
1k views
Creating a user account in AD with JNDI and minimum password age
So I want to create a user account in Windows 2003 with Active Directory utilizing JNDI. I am following the following example: http://forums.sun.com/thread.jspa?threadID=582103 (first post). The ...
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 ...
1
vote
1answer
128 views
Creating a new user account during the installation process
I need to install a windows service running under a given user. It is working with an existing user (ServiceProcessInstaller = User) but when the user does not exist then it should be created before ...
1
vote
4answers
1k views
When you auto-create subdomains on user signup does it create a new website or gives appearance of a website?
I am wondering if subdomains that are created upon signup become websites or do they just give the illusion that they are websites sort of like example.com/username?
I am trying to create something ...
0
votes
2answers
655 views
How to create sub.domain for user opon sign up
I am using php/mysql on linux servers. I want to create a user sub domain for each user upon sign up. For instance, john doe --> johndoe.example.com
The issue is, we are going to allow ...
1
vote
2answers
330 views
How to know which user account runs a specific windows service?
How can I know, by using C++ code, which user runs a specific service? The program I need to write might run under a local administrator account, so I guess there won't be permissions problems.
Is it ...
1
vote
1answer
295 views
GAE + Google Accounts API (or OpenId) - Unique Username
Anyone have any ideas on how I could get a unique username (but not the email address) for each user. Ideally, I'd show them a page asking them to specify a username for the site, but the only way I ...
17
votes
9answers
777 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 ...
0
votes
4answers
4k views
Joomla - Determining whether logged-in user is an Admin
I am having tons of fun working on a big project that was, for reasons hard to justify, based on Joomla! (which I don't mean to criticise, Joomla! is great, just not for the task I am faced with ...
8
votes
1answer
995 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 ...



