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
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
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
21 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
36 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
36 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 ...
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
2answers
71 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
34 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
37 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 ...
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
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
3answers
48 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
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!
2
votes
1answer
99 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
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
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 ...
-2
votes
1answer
59 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
1answer
136 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
19 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 ...
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.
1
vote
1answer
46 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 ...
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 ...
0
votes
2answers
86 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
101 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
66 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
175 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
80 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
84 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
116 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
138 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
366 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 ...
2
votes
2answers
733 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
vote
1answer
156 views
StackMob or Server (MySql) to handle user account
I am developing an application for Android/iOS that have a login and registration form.
Actually I am doing it using JSON to store an email and an encrypted password, and others user information in a ...
1
vote
2answers
105 views
How can I know if a Facebook account is personal account or a Company Type account?
Is there a graph API call to know if a given account is Business accounts or personal account?
When I call the graph API like this,
http://graph.facebook.com/11234545656556 (the number is fake for ...
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 ...
-1
votes
2answers
271 views
How do I set up a test Facebook account? [closed]
We have developed a website that allows users to subscribe to a service using their Facebook credentials.
How do we create test Facebook accounts that can be used to execute end-user test cases for ...
3
votes
1answer
98 views
Connecting to named pipe in Windows, different user accounts
In Windows, is it possible for a program running under a limited user account to connect to a named pipe created by a program running under Administrator account or running as a Windows Service?
Or ...
0
votes
1answer
40 views
Login to my app
I build an app that to each user will have is id and have a profile like (name, age email,location.....).
I thought to do with it the facebook id, but there is the problem that there are users ...
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 ...
2
votes
2answers
240 views
assign role to user at account creation asp.net
I'm still a student and I'm learning C#. I have to make a little application in ASP.NET. The application has to use roles.
So, I "linked" a MemberShip to my database (with the tool asp_regsql). Now I ...
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 ...
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?
0
votes
0answers
35 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
146 views
Using a Standard Windows Account on PixelSense [closed]
I am attempting to log on as a Standard User in Windows Mode on a Microsoft PixelSense. I was able to do this earlier today, but I have somehow messed it up.
I want to run Unity3d programs on the ...






