A user account is a data object that represents a physical user of a computer system. Commonly, user accounts are represented as database objects.

learn more… | top users | synonyms

0
votes
0answers
9 views

What does this error stating to?

In my Web application, I need the system name for that am using the following statement. SysName = System.DirectoryServices.AccountManagement.UserPrincipal.Current.Name.ToString(); This ...
0
votes
0answers
23 views

Service for user accounts in iOS apps

I'm looking for a service that takes care of user accounts for iOS apps. Specifically I'm looking for a service that: lets users register accounts with an email address lets users specify usernames ...
0
votes
3answers
47 views

Redirecting logged in users

I have created profiles for users so that when a user logs in they are redirected to their own profile page. login.php (relevant code only) $MemberID = user_id_from_username($username); ...
0
votes
0answers
16 views

restrict windows administrator access right [migrated]

i have an administrator login to a windows 7 PC, i want to make a folder for a non-administrator user, and make this folder not viewable by me (administrator), is it possible? if so, how to achieve ...
0
votes
0answers
19 views

Userena remove profile property

I'm beginning Django and want to disable mugshots (and maybe emails) in a project with usarena because they aren't needed for the user profiles. Do I only need to remove the parts like: ...
0
votes
1answer
32 views

How to input data to custom column in userprofile table when creating a new user

I have added a custom column to my user profile table that is called CoID (int). When I want to create a new user I want to send the value 1 to CoID, but I am experiencing some trouble and cant get it ...
0
votes
1answer
35 views

How to make database entries stick to a User's account if those entries were created before the User account was

I'm trying to think of the best way to allow users to create database objects without creating an account but then associating those objects with a user's account when they decide to sign up. I will ...
2
votes
2answers
64 views

Create Local User with Custom User Folder in Powershell

I am trying to create a new Win 2008 server local user and assign the user a different profile path. I don't want Windows to generate all the files under C:\Users\newUser, instead, I'd like to have ...
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
0answers
7 views

Accounts/users but admin users without an account (Rails 4+ app)

I have accounts as a logical grouping of users, so it uses a very typical :account has_many :users. However, as I've been working on the project, I've run into a few situations that I'm not sure ...
-2
votes
0answers
33 views

Check for Java updates from user account [closed]

How to set Java, so it can check for updates and install updates from non-administrators account? Is it posible?
-1
votes
2answers
36 views

Manage local user accounts

Assuming node is running as root, how do I: Add a new local (OS) user account and get its uid? Delete an account by name? The accounts will be used for daemon processes, so they needn't be ...
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
2answers
16 views

get ios Accounts information

I am trying to get Account information in my app on iOS. For example, if I have google account saved in Accounts I would like to get informations about it in my app. Is this posible and how if it is. ...
0
votes
1answer
38 views

MVC 3 add more fields then provided to account controler

Can somebody please help me? I want to add more fields to account controller than is provided. I want to see these fields in a table as well. I add fields in a Register class. And I am not sure about ...
0
votes
0answers
332 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 , ...
0
votes
1answer
53 views

Magento User Sub-Accounts for Impersonation

I have a requirement for a Magento project that accounts are hierarchical. That is one account can "own" multiple other accounts. If one account owns another account it is allowed to impersonate that ...
0
votes
0answers
18 views

Allow user to delete account with all details

I need an script code for members of my site, which allow to delete own account with all the details saved, if do not want anymore to be members on this site. Thank you in advance for your help!
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 ...
2
votes
1answer
98 views

User profile image not updating

On member.php I want the users uploaded profile picture to display. //$profile_data grabs the users data within the database <h1><?php echo $profile_data['Name']; ?>'s ...
0
votes
2answers
864 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 thedbname.* TO ...
-2
votes
1answer
22 views

I created one account but now showing 2 accounts [closed]

My email address is rayrleblanc@msn.com. When I created my account it created a new one ray leblanc and reactivated a passed account that I closed ray r leblanc. I want the ray r leblanc account but ...
1
vote
0answers
171 views

How store user ID as session in login.php

I have the following functions in a file called user.php: function user_id_from_username($username) { $username = sanitize($username); return ...
-2
votes
1answer
53 views

How do I add a new user on a mac to an ec2 amazon linux instance to connect through ssh [closed]

Basically I have an EC2 instance setup using amazons linux, and I want to add a new user account and give them ssh access. For windows users using putty, I was able to set this up no problem following ...
0
votes
0answers
21 views

Automation needs log in log off for different users on Windows. Can this be achieved using python?

I need to run script on different users of a Windows machine. Writing scripts in python. How can this be achieved? Any input will be appreciated.
0
votes
1answer
128 views

give access to windows remote desktop dynamically [duplicate]

Here is my setup: I have a "server"-computer (Win7Pro) that is connected to X other "client" computers (Win7Home) via ethernet. Is there a solution to create dynamically (C#?) users on that ...
0
votes
1answer
18 views

android: authorize.net api for creating account [closed]

I want to use authorize.net in my app for online payments. I want to know if there are any apis to create an account in authorize.net from my mobile app. I want the user to create the authorize.net ...
3
votes
2answers
378 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 ...
6
votes
3answers
909 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 ...
1
vote
1answer
45 views

Checking user account settings in C#

Is it possible from within a c# / .Net program to see the state of the User Account Control Settings. Specifically I want to know if it is set to one of Always Notify Never Notify I do not want to ...
1
vote
1answer
244 views

How to setup the developer account in Beanstream payment gateway?

How to setup the developer account in Beanstream payment gateway? I tried their documentation and also the Google. I filled up a form to apply for a account in their site. But there is no reply from ...
0
votes
2answers
30 views

Local User Profile creation and storage in Python [closed]

I'm trying to set up my program so that it can create and maintain local user accounts within itself. This is so that those who are being trained can have their progress tracked. What is the best ...
-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 ...
0
votes
2answers
85 views

Creating a Unix user from an application

I'm working on a home-grown user database tied to a larger sustainment application. The idea has been floated around to tie our users to system users, creating matching /etc/passwd entries each time ...
0
votes
1answer
96 views

How do I set the base url for a django app?

I'm using the app django-userena to manage user accounts. I have it working, and can enable users to sign up, and they then receive an email to verify their account. However, I'm having difficulty ...
0
votes
1answer
59 views

Win32_Account class strange behaviour

Im doing a little Computer-Information tool. Right now I am doing the user accounts. I fill a combobox with the available users. ManagementObjectSearcher mosAccounts = new ...
-1
votes
1answer
21 views

How are accounts created on websites [closed]

It's not something I really need to focus on since I'm still kind of in a low stage of learning, I was just curious what language is used to store accounts to a database. Like if I was to make a ...
1
vote
3answers
51 views

Should each end user account get their own table in mysql?

n00b mysql question: If i have a table with all end-user names and Id's and I want to keep track of each users's connections, should each end-user get their own table? e.g. end user A is ...
0
votes
0answers
64 views

Force a scheduled task to run Interactively on a limited User account

AccountA is a limited user, AccountB is a full administrator account. I need to remotely deploy utilities that I create to these machines while they are logged in as AccountA. They get sent Via VNC ...
0
votes
1answer
164 views

How to find the privileges and roles granted to a user in Oracle?

I am using Linux, Oracle10g. I have created one user called test. and granted create session and select any dictionary permission to the same user. i also granted sysdba and sysoper roles to the same ...
0
votes
2answers
78 views

How to create a server accessible by an iphone app

I a thinking of creating an iPhone/iOS app that would include a feature where one user could create a list of words and then save them to their account on a server. Also (and this is very important), ...
0
votes
1answer
81 views

creating temporary user accounts for a web application in php

I'm building a PHP application where users can design products and then check out to a shopping cart if they want to. To let the user create a design, I need to assign a user ID and design ID to ...
0
votes
1answer
110 views

altering the asp.net mvc default user account

I've been trying to use the default accounting feature of MVC and it keeps failing. I would like to change a couple of things in it but it doesn't seem to work. I want to make the username to be ...
0
votes
3answers
439 views

SQL server 2008, issue with attaching a database

everybody. My question is about SQL Server 2008(i run Win 7). Whenever I try to attach a Norhtwind database(locally), it gives me an error. I think that it is something to do with my account and ...
0
votes
1answer
135 views

How to detect if iCloud account on a device changed?

How to detect if iCloud account being used on a device changed? A user signs out from Settings > iCloud and another user signs in his/her account. How to detect this change when the app is opened?
1
vote
1answer
355 views

Handle ACAccountStoreDidChangeNotification for Facebook & Twitter in iOS 6+

I am using Social framework for Facebook & Twitter integration. For this I followed this link Everything is working fine except when I app receives ACAccountStoreDidChangeNotification , it ...
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 ...
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 ...
1
vote
2answers
677 views

How to add Sysadmin login to SQL Server?

I have installed SQL Server 2008 using Windows Authentication in my laptop for my own use. I want to add Sysadmin account/role using SQL Server Login type. I checked this post, but it's not showing ...
2
votes
2answers
96 views

How do I lock and force the user to re-enter one's windows password?

I want to lock the accessing of current operating user, as if the user clicked on Start → pointed to shutdown → click on LOCK How to do that in C#?

1 2 3 4 5 7