-1
votes
0answers
29 views
XP accounts - why does this happen?
Hi all,
Quick question regarding my computer accounts. Recently revisted one of my old comps and forgot the admin password :)
When I boot up I get screen showing John Doe account …
1
vote
7answers
117 views
MSSQL - How many users do I *really* need?
I'm setting up an application, and I'm looking into purchasing a license for MSSQL. My question is pretty simple (though may have a complicated answer...)
How many users accounts …
0
votes
1answer
33 views
MySQL Users and All Privileges
Ok, I'm trying to add a user to a MySQL database. This user should be able to add other users to the database it has privileges for. So I did this:
GRANT ALL privileges ON thedbna …
3
votes
4answers
148 views
How to always set a value for account-scope in Rails?
Hi,
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 …
3
votes
8answers
176 views
Howto avoid people from having multiple accounts in a free to play multiplayer game? [closed]
Possible Duplicate:
Prevent users from starting multiple accounts?
Imagine you develop a free to play multiplayer game. It is free to create an account. Now, having multip …
3
votes
6answers
101 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 c …
0
votes
1answer
70 views
Getting the Current Logged On User from a different User Session
Hi Guys,
I'm running a .Net application as a service under a special application user. From this service, i would like to get the User Name running the currently logged in session …
0
votes
3answers
129 views
Secure authentication in PHP
Let me rephrase my last question, what PHP library or framework can I use for professional and secure authentication? Extra points if your idea helps implement account Control Pane …
0
votes
4answers
100 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 …
2
votes
2answers
574 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 _isAdministra …
0
votes
1answer
77 views
How to enable sharing of web site on localhost?
I tried to enable my site on loclhost to be accessed from other computers but i can't find a way to do this. I have tried to add shareing to "Internet Guest Account" but that doesn …
0
votes
3answers
53 views
Are there other methods than emailing a verification link to verify account info?
At the moment, we are sending an email address verification email each time someone signs up. This email has been causing a number of problems: people don't get it, they just don't …
2
votes
4answers
91 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 sho …
0
votes
4answers
162 views
User authentication in HTML, with no PHP, ASP or JSP
Can I create user accounts automatically using HTML, VBScript or JavaScript?
By 'account' I mean being able to limit access to pages to authorised users only.
2
votes
7answers
185 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?
