A user account is a data object that represents a physical user of a computer system. Commonly, user accounts are represented as database objects.
2
votes
1answer
94 views
WSO2 Identity Server User activation url through email
I need to implement email verification for newly registered user accounts in WSO2 Identity Server but I could not find such functionality yet. Is there any feature in the repository that might help ...
1
vote
1answer
258 views
Django: restrict access to a view, dependent upon referring url
I'm making a school records webapp. I want staff users to be able to view the user data pages for any pupil by going to the correct url, but without allowing pupils access to each others' pages. ...
0
votes
1answer
990 views
NTAccount.Translate Method fails with error Some or all identity references could not be translated
PipeAccessRule par = new PipeAccessRule("Everyone", PipeAccessRights.ReadWrite, System.Security.AccessControl.AccessControlType.Allow);
This code fails with error:
Some or all identity ...
0
votes
1answer
109 views
How to add time based restrictions to prevent a Windows user from logging in?
I am trying to add some modification to the windows login screen that only allows a user to log in if they have time remaining for that day. I also want to allow them to increase the time via a ...
-4
votes
1answer
122 views
Login in to website with php and MySQL [closed]
On my website so far a user can add their username, password and email to a MySQL database through php. I want to now let a user type those same credentials (username and password) into forms and then ...
0
votes
3answers
191 views
CakePHP: How can I route user logins to their account?
I need to be be pointed to the right direction. I am writing a simple application where a user can log in and see their task list. I want the app secure. I can only get as far as authenticating a ...
1
vote
1answer
51 views
How should I architect a site with free and premium memberships?
I'm thinking either a column on the user table with a flag (0 or 1), or a separate table with their userID, date purchased etc. The second option would obviously involve doing joins to determine a ...
-2
votes
4answers
5k views
It's possible to recover folders from a deleted windows 7 user account? [closed]
Sorry for my bad english.
I haven't found the answer to this question in stackoverflow or google or the microsoft website.
Please if you aren't 100% sure about the answer don't post.
This is my ...
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 ...
0
votes
2answers
449 views
Implementing ActiveDirectory account lockout after n tries in WCF
I am developing a WCF service which can be consumed by mobile applications to authenticate users against the corporate extranet ActiveDirectory. I am using a customized version of this implementation ...
0
votes
1answer
98 views
What security measures does Firefox use to prevent malicious add-ons? [closed]
No doubt that many addons enhance Firefox a lot. However, I have a general concern with installing them as I use Firefox to login all kinds of my online accounts, emails, bank accounts, amazon, and so ...
0
votes
2answers
4k views
user account “effective permissions” with powershell
I need to compare AD users permissions (one user can "unset" an attribute and another cannot, both can change it). How can I dump/compare user account "effective permissions" which I find when I go to ...
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 ...
0
votes
2answers
108 views
Can someone explain how users accounts works on webpage?
Can someone explain how users accounts works on webpage?
www.website.com/profile?uid=15636373282
or
www.website.com/profile/15636373282
As I know each user gets unique uid.
Does website creates ...
0
votes
0answers
45 views
Is it possible to check the Funding Source status for an ad account?
Does the API expose the funding source for an ad account user or at least if they have a funding source set yet? A user must have a valid funding source to run ads on Facebook.
Currenty Facebook ...
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?
0
votes
2answers
783 views
PHP Admin Approval For User Registration
I've been hunting forever for a simple php/mysql solution for a user to register an account - which sends a request to the administrator for approval before they can log in.
Is this possible to do, ...
0
votes
1answer
274 views
Listing Windows Server 2008 Enterprise local User Accounts without logging in
I have a Windows Server 2008 Enterprise installation on a server and I cannot remember the local user-accounts or passwords, so I'm unable to log in to the server. (This server was not been used for a ...
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: ...
0
votes
2answers
97 views
how to create non removable account
I want to create a phone only account which will hold phone only contacts and use should not remove this account (except factory reset).
Is there any way,that can be specified either in account ...
0
votes
3answers
95 views
user data database structure
I'm running a basic website with some user accounts (no cookies, php session system.).
I'd like to store some data generated by the user only visible for themselves.
For the moment I store the data ...
2
votes
2answers
4k views
Powershell find users expiring in 7 days
I am trying to run a powershell script that queries for accounts that expire within 7 days, I currently have
$a = (get-date).AddDays(7) ; Search-ADAccount -AccountExpiring
-TimeSpan "7" | ...
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 ...
0
votes
4answers
230 views
Updating relational database in PHP/MySQL
I am teaching myself about web programming. I am trying to create a user account for a website. I have two databases - first one (db_users - userid (auto increment), username, password) to store user ...
1
vote
2answers
182 views
How can I have my installer write to the HKCU registry tree?
My installer requieres admin privileges. During installation some values are written to the HKCU tree of the registry of the currently logged on user. However, when this user account is a so called ...
1
vote
2answers
210 views
Program Permissions
I am creating an application in vb.net that accesses a database on a drive that other students do not have access to. The program will not run correctly if it is run under one of these students ...
1
vote
1answer
636 views
Run under the SQL Server agent service account option is disabled in for snapshot agent
I've created a publication in SQL Server 2005 (Also tested this in 2008). During the "Agent security" step, I selected "Run under the following Windows account" and entered an account.
Now when I ...
0
votes
2answers
61 views
Unique account manager
I've got three different apps, all in GWT, none using Spring. Today, all of them got their own security layer provided by Tomcat. I want to setup a security layer shared by all of them. So that I ...
2
votes
3answers
273 views
Programmatically changing the User's account image in OSX
Is there some way I can programmatically change the users account image on OSX?I know I can retrieve it, but can it be changed like apple does on the account page in the settings app?
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 ...
0
votes
1answer
470 views
How to authenticate that user owns twitter account?
I'm developing a social network. Users may register and share their twitter username (if they want). Wherever the user posts a comment or other content, his username is displayed. I would like to ...
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 ...
0
votes
4answers
878 views
How Do I Create a Account Email Confirmation in Php?
I am trying to send the user an email with a link (like many sites do) and when they click this link, their account will be activated. How exactly would I do this in Php?
2
votes
0answers
57 views
How to allow anonymous users to sign in to Kooboo? [closed]
What do I need to do so that I could allow anonymous users to be able to create an account when I'm using Kooboo CMS?
0
votes
1answer
182 views
Why does my console application freezes when using Win32_UserAccount class
When i add this code to my console application freezes.
List<string> User = new List<string>();
objectSearcher = new ManagementClass("Win32_UserAccount");
foreach (var item in ...
0
votes
1answer
325 views
how to associate an application with a new-style Facebook Page of which I'm admin?
I am trying to connect a new website with a Facebook page. the website is built with Wordpress CMS, and so I am using Facebook plugin Facebook Connect to allow a Facebook Like counter button on the ...
1
vote
2answers
293 views
C2DM - Limitation Gmail Account
It seems the C2DM is just connected to Gmail accounts, and so it cannot be used by people who doesn't have it among the accounts on the phone.
Have you found a solution to bypass this limitation (I ...
0
votes
1answer
143 views
C2DM - TOO_MANY_REGISTRATIONS
I know that one user account registered to C2DM can handle up to 100 apps with C2DM.
My question is this:
Can the registered user handle more than 100apps spread on different devices?
I want to have ...
2
votes
0answers
235 views
Access control and user information in main db
We have one database to carry out our operations. The application is fetching the records from Oracle database and MSSQL is processing those records, tally them with biometric machine data and then ...
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 ...
0
votes
0answers
158 views
.NET exception not appearing for some user accounts
I'm facing an error in my VB.NET application which shows itself with the following information:
System.ArgumentNullException: 'name' argument cannot be null.
Parameter name: name
at ...
0
votes
1answer
125 views
How to recover a brute-force protected user account?
After a user has tried to login more often than the consecutive_failed_logins_limit and brute-force protected got enabled, what is the expected way to recover the account and reset the password? Does ...
2
votes
1answer
506 views
Which IIS Account should I grant directory access privileges to?
I've moved my codebase to a new directory and need to grant the IIS account read/write privileges on a few folders to allow access by the ASP.Net runtime. I believe NETWORKSERVICE is no longer used ...
0
votes
1answer
143 views
How to grant access without setup account in CentOS
I have a sudo account (not root) on several CentOS servers. We would like to share the cluster with other uses who do not have an account for research purpose. (By share I mean users can reserve a ...
1
vote
2answers
175 views
Security Feature: Locking Out A User From the System - Better Alternatives?
I was trying to build a more sophisticated lockout mechanism for a web application. I was thinking that it may be beneficial that when a user enters an invalid user ID and password 3 times, lock out ...
0
votes
3answers
202 views
mod_rewrite with user account in URL best method
I'm in the process of developing a site that handles user accounts in the following manner:
www.mysite.com/username
www.mysite.com/username/user-action
I understand the basics with mod_rewrite and ...
1
vote
3answers
1k views
Can't connect to SQLSERVER 2008 R2 EXPRESS
I'm in SQLSERVER (2008 R2 EXPRESS) administrators list. I'm in administrator role on my machine. And I can manually connect to SQLSERVER (via Management Tools) using ServerName (in my case it's ...
2
votes
2answers
195 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 ...
0
votes
1answer
1k views
How to add content to user profile page in Drupal 7?
I'm trying to add a couple of sections onto the user profile in Drupal 7 under:
<div class="profile" typeof="sioc:UserAccount" about="/drupal/user/1">
I'm adding three new sections, but the ...
0
votes
0answers
331 views
Android Account Manager
I had some queries regarding account manager in android.
1) How SSO is supported in account service.
2) How Sync services use accounts from account service.
3) How account is managed (i.e Add , ...

