A user account is a data object that represents a physical user of a computer system. Commonly, user accounts are represented as database objects.
Questions tagged [user-accounts]
768 questions
-1
votes
1 answer
Adding/Displaying Custom fields in Shopify
We are building a shop on Shopify we are wanting to add custom fields to the "my account" page that a user views once they are logged in. Currently it shows their order history and they can add/edit their billing/shipping addresses.
I wanting to…

Alissa Isenberg
- 3
- 1
- 4
-1
votes
2 answers
Custom fields and global subscriptions for Meteor user accounts
I'm adding custom data to Meteor user accounts for the first time. I've been able to add custom fields without difficulty and I know they're there because I can see them in Mongol. I am publishing via a global subscription so how do I then go about…

Matt Keefe
- 3
- 1
-1
votes
1 answer
What will happen with Windows Scheduled Task after disabling\expiration of the windows account created this task?
I have several scheduled tasks performing different jobs on windows server machine at my current work, but it looks like I'm living this company soon and I have worries about these jobs future after the time when my windows account will be…

Andrey Morozov
- 7,839
- 5
- 53
- 75
-1
votes
1 answer
Is there a Windows C++ API to validate Windows username/domain name is a valid account on the local machine (without the password)?
I am trying to validate whether given username/domain name entered by the user is a valid user on the machine, i.e. If a local user account exists for that user on the given machine.
(I do not require all Active Directory users. I just want the…

Abagga
- 15
- 6
-1
votes
1 answer
in Linux (RedHat) how do I lock an account and display admin message?
I am having trouble with people on my system using the maintenance account logging in and performing stuff that slows my machine down.
How do I lock this account and when someone tried to log in using it, it will display a system message or admin…

Sydalmighty
- 233
- 2
- 15
-1
votes
2 answers
PHP user dasboard with user set options
Im trying to start building a dashboard filled with user set options such is the user profile private/public and adding "Subjects" with their own variables that stay on database.
I already have table for users. All works fine.
With these…

Skege
- 111
- 1
- 12
-1
votes
1 answer
Overdraft method for bank account
I'm trying to apply a method that will check if the account has went over the OVERDRAFT_LIMIT. I have tried several things but haven't succeeded.
This was something I did but did not know how to apply it:
public void testForOverdraft(double…

edward lavaire
- 13
- 2
- 6
-1
votes
1 answer
Actionscript 3- How to create User Accounts, sign-ins, and admin accounts!(possibly with an API)
Hey, How would you, in actionscript 3 make a way to create, log-in, sign-out, etc. of user accounts? I'm mostly looking for an API i can use and if there is, how would I use it?
Alternatively, if there is no way to do it in AS3 as that is a…

Jackson Curtis
- 91
- 1
- 1
- 6
-1
votes
1 answer
Why is the User verification required?
I am very curious to know some of the points regarding registration and login related points as a developer points of view. Please see below the steps for any online account which is publicly open for all,
CREATE USER ACCOUNT : Insert the data…

user1010399
- 2,258
- 5
- 30
- 42
-2
votes
0 answers
Resume Parser in Spring Boot
I've been trying o fins way to parse a resume in my spring boot project and fill out information for an account creation page.
I've tried looking things up in Baeldung but I've only found code to parse txt files. I want to be able to parse JSON and…

RG6463
- 1
- 1
-2
votes
1 answer
GIT Hub using different accounts to push
I am using Visual Studio 2015 with GIT Hub extension. I created an account on GIT hub using my personal email (GITemail@somedomain.com). When I see the push records from Visual Studio, it is using my other email (MyMailAccount@anotherdoamin.com)…

Danish
- 136
- 5
-2
votes
2 answers
How to initialize new user account from command line
I would like to initialize new user account on Windows 10 without login out from admin and login in again to user. Now I create new account with following command:
net user "username" "password" /add
Next I run some program with command that…

user7242858
- 81
- 1
- 9
-2
votes
1 answer
Customer has corp. Facebook acc't I want to login for plugin code, can I have my own login?
What's the rule of thumb for web-masters helping their clients when it comes to getting Facebook code pertinent to the clients account?
E.g. I want to get the code for social plugins for my clients Facebook account so I can put them on their…

Alan
- 170
- 2
- 13
-3
votes
1 answer
Permissions for external drive with different users
Problem:
I need to use an external drive (encrypted ext4) to share files between two different Ubuntu 16.04 machines (home and work).
However, the machines also have different user name account logins ("home", "work").
I cannot figure out how to…

drcatfish
- 39
- 4
-3
votes
3 answers
Inno Setup - How to prevent installation to limited windows user account
I need to prevent installation if Login User account is limited.
PrivilegesRequired key is not what I am looking for. it's value already defined as "admin" by default. so that variable has nothing to do with my question. I don't want to install even…

Zen Of Kursat
- 2,672
- 1
- 31
- 47