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

3
votes
1answer
2k views

Adding Local User to Local Admin Group

I am writing a C# program to be pushed out the labs I work in. The program is to create a local admin account(itadmin), set the password, set the password to never expire, and add the account to the ...
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 ...
2
votes
1answer
46 views

create unique and editable profiles

I am working on a web development project that will require keeping records for around 3-4,000 companies. If possible I want to use a wordpress plugin that enables a user to CREATE a unique user ...
2
votes
1answer
509 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 ...
1
vote
1answer
361 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 ...
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 ...
1
vote
1answer
144 views

Can I configure a roaming user profile on a Windows Xp Pro SP3 system?

For testing purposes I need to see how my code behaves when a Windows user account is set up as "roaming". Can I somehow configure my Windows XP SP3 Professional to do that (if not, what about Vista ...
1
vote
1answer
941 views

Change / Check permissions (Read, Write,…) for the NETWORK SERVICE account with C#

How can I change / check the permissions (Read, Write,...) for a specific folder for the NETWORK SERVICE account with C# porgrammatically ?
0
votes
1answer
34 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
39 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
1answer
61 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
1answer
115 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
1answer
31 views

Inaccessible Facebook application created under 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 won't let me access an app that we had created under our account ...
0
votes
1answer
55 views

Fetching Windows User accounts on a non-english version of Windows

I have developed a commercial WPF .Net 4.0 application which uses various WMI select commands to return Windows User accounts (Logon accounts) on the installed machine. I have never encountered a ...
0
votes
1answer
128 views

How do you set permissions on a network directory for sharepoint access?

I have created a visual web part and placed it in my sharepoint site. This web part accesses and displays data from an excel file on my network, an example directory is \\server1\files\file.xls I ...
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 ...
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
1answer
304 views

-writeToFile:automatically: (NSDictionary) not successful on some user-accounts

I create an NSDictionary (+dictionaryWitContentsOfFile:), change some values with -setValue:ForKey: and then, when the application terminates, write this dictionary back to a file with ...
0
votes
1answer
348 views

Social Network Module for a Java website

I am creating a website using Java. I would like to have users to have their own accounts and not use facebook connect or Open Social. I am wondering if there are any existing modules/frameworks out ...
0
votes
1answer
207 views

Password protected RSS feeds with account verification

We're doing a site with user generated RSS feeds which can be viewed by other users who we accounts and are verified by the source user. Is there an RSS package for php around that has password ...
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 ...
2
votes
0answers
219 views

Handling SLRequest Error 2500 Facebook

There essentially two main things that can cause issues when using SLRequest for making Facebook posts: 1. The user removes permissions for the app on Facebook. This causes an error 2500 that means ...
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 ...
1
vote
0answers
183 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 ...
1
vote
0answers
26 views

Chrome Extension [DEV] - is LocalStorage for a Extension Per Account or System Wide?

I'm developing an exentension that uses localStorage, my question is if there are multiple accounts per PC, does the extension use separate storage per user or is it system/extension wide?
1
vote
0answers
326 views

get windows phone user accounts

I'm trying to get windows phone user accounts (live, facebook, twitter, linkedin...) in c# for windows phone, so i found this: ...
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 ...
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
0answers
20 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
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 ...
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!
0
votes
0answers
22 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
0answers
65 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
0answers
34 views

Framework/Approach to organize and store user accounts?

What is a good way to store users, with roles and stuff. Should I use just a SQL database or something like Active Directory, or something else? What are their pros/cons? Requirements Shall be ...
0
votes
0answers
132 views

Windows 2008 home folder security

I'm currently trying to set up Windows 2008 R2 on my home network with all the home folders stored on a separate NAS device. I've created a DFS on the server, which points to a parent folder ...
0
votes
0answers
42 views

Is Active Directory suitable for these requirements?

I'm about to build a new account management system for my company. The users is external customers accessing some of our web applications. Some users are internal operators accessing the same web ...
0
votes
0answers
265 views

Windows 8 Set User Account Image

I'm trying to write a small CONSOLE (not metro style) app to quickly change the user account image of the current user to a select image for a setup scrip that I'm running on a bunch of laptops. ...
0
votes
0answers
57 views

iPhone account and subscription management with Wordpress API?

There are services such as Parse, UrbanAirship and others which allow you, the developer, to integrate a user account system, perhaps manage things like subscriptions and push notifications using ...
0
votes
0answers
30 views

Getting applications of a Facebook account via Facebook API

My javascript app needs to retrieve applications of a Facebook account. I tried to get them via privacy settings, but there was no use. How can I get the list of applications or at least the number of ...
0
votes
0answers
43 views

Registration User Account Status

I am creating a registration page for people who want to attend a conference. For the conference they can choose to give a lecture but to do so they have to submit a proposal that will be approved or ...
0
votes
0answers
326 views

Create database table for user accounts

I needed to create a custom database to store additional user information when a new user registers with our site. I have created a table called "UserProfile". Here is some code to start with: ...
0
votes
0answers
163 views

Create users and assign them to roles at registration

I have a website I'm developing and need to assign users to a certain role based upon some information collected during the registration process. I have changed the CreateUserWizard steps to include ...
0
votes
0answers
260 views

Unable to create user on windows server 2008 due to access permission

I am getting below error while trying to create user on remote computer. System.UnauthorizedAccessException: General access denied error at ...
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 ...
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
0answers
333 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
0answers
1k views

Users to log in to an Android application with Google account

I want to enable the users to log in to my application via their Google account. I was reading topics on the web, for example this one where you log in with a google account using OAuth and you can ...
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 ...
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 ...

1 2