Top "User-accounts" questions

A user account is a data object that represents a physical user of a computer system.

Use of /etc/passwd-, /etc/shadow-, /etc/group-

In addition to the files : /etc/group, /etc/passwd and /etc/shadow, I could see three files in my linux …

linux user-accounts passwd
create local user account

i have this code to create a local windows user public static bool CreateLocalWindowsAccount(string username, string password, string displayName, …

c# asp.net windows windows-server-2008 user-accounts
Detect dashboard of WooCommerce "my account" pages

How can I detect if the "myaccount/my-account.php" template is used on the Dashboard. Currently I use: <?php …

php wordpress woocommerce conditional user-accounts
get Primary Email Account of android phone

I am working on a project, and I have to fill the EditText automatically with the user's primary email, I …

android google-play user-accounts accountmanager
PHP Count Logged-In Users

I'm having trouble figuring out how I can count the number of logged-in users in my application. What I have: …

php user-accounts
How can I get a list Local Windows Users (Only the Users that appear in the windows Logon Screen)

How can I get a list of Local Windows Users (Only the Users that appear in the windows Logon Screen) …

c# wmi user-accounts userprincipal
SQL Server - How many users do I *really* need?

I'm setting up an application, and I'm looking into purchasing a license for SQL Server. My question is pretty simple (…

sql-server architecture user-accounts
Creating a webpage with user accounts, what do I need to keep in mind?

I am trying to write a website that has user accounts. There isn't much sensitive information other than the password …

php security mysqli user-accounts
How to create a Chrome profile programmatically?

Development, testing, staging environments are controlled via different proxy servers in my setup. I want to script creation of multiple …

google-chrome command-line automation user-accounts user-profile
Installing PostgreSQL on Windows

I'm in a bit of a mess here. I installed PostgreSQL on my Vista computer a couple of days ago …

windows postgresql user-accounts