Questions tagged [user-accounts]

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

768 questions
0
votes
2 answers

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 user account > Security > Advanced > Effective…
0
votes
2 answers

Can someone explain how users accounts works on webpage?

Can someone explain how users accounts works on webpage? www.website.com/profile?uid=15636373282 or www.website.com/profile/15636373282 As I know each user gets unique uid. Does website creates for each user profile folder on server to store user…
Eveler
  • 177
  • 2
  • 9
0
votes
1 answer

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 while). Is there anyway that I can list the…
Zerone
  • 566
  • 4
  • 10
  • 24
0
votes
2 answers

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 authenticator or sync adapter or via accountmanager…
user1375399
  • 223
  • 1
  • 2
  • 7
0
votes
3 answers

user data database structure

I'm running a basic website with some user accounts (no cookies, php session system.). I'd like to store some data generated by the user only visible for themselves. For the moment I store the data from all users in one table, with an extra column…
Mikey.
  • 37
  • 6
-1
votes
3 answers

How should I register at facebook to use facebook api for my app without giving my real name?

I wish to use Facebook api in my iphone app. and I know I have to register my app in facebook for key and secret. I have my own facebook account with my real name and all other info. However, I don't want to use my personal real account for…
Jackson Tale
  • 25,428
  • 34
  • 149
  • 271
-1
votes
0 answers

User database that is shared between (wordpress) website and an app

I'm a Unity developer and want to create an app where some content is restricted behind a paywall. The users should be able to create an account on the website, subscribe and then log-in on the app. How is something like this usually done? I'm not…
-1
votes
2 answers

How do I generate unique usernames for users when they create an account?

I am using Python to interact with a MySQL database. I have a function that allows a user to create an account. The parameters of this function are their full name, email, and password. These parameters are the input fields required to create an…
-1
votes
3 answers

how to add 'postgres' - operating system user account? (Installation by source - suse 15.3/ postgres 15.2)

I'm on my way installing postgres 15.2 under Suse Linux Enterprise 15.3 by source, following the instructions from www.postgresql.org: I'm stuck at chapter "19.2. Creating Database Cluster"…
jui
  • 19
  • 4
-1
votes
1 answer

Code to automatically remove users that have numbers from 1-500 at the end

I recently ran a program that automatically generates 500 users on a virtual machine, and it is making it lag on the lockscreen. Basically, it generates 500 users in the format of: "userX (user1, user2, user3 etc.). I was wondering if there could be…
user123
  • 31
  • 5
-1
votes
1 answer

WordPress: adding or enabling user/customer registration? And making content only visible when logged in?

I currently have a very basic WordPress site with a few pages. There are no user accounts, only my own admin account. What I'm looking for: A possibility for visitors to sign up i.e. register their own customer account. I don't need detailed…
RocketNuts
  • 9,958
  • 11
  • 47
  • 88
-1
votes
2 answers

Jenkins - how to configure restricted but useful user account

In Jenkins - how to configure restricted but useful user account that can to: view, cancel and replay runs for selected jobs only?
mirekphd
  • 4,799
  • 3
  • 38
  • 59
-1
votes
1 answer

Nodejs with database for user accounts

This is not really a question but more a request for a recommendation. So, I learned some front end (html, css and vanilla js) and some back end (nodejs + express) but now I would like to develop my own web app as I think i'll learn a lot while im…
user9227001
-1
votes
1 answer

Automatically assign different static IP address for each standard user on one home/office windows 7 PC

I have a PC on my office that i have windows 7 ultimate installed on it, Me and my colleague wanted to use this PC with different user accounts and each of us have a static IP that must be set on its Ethernet adapter, so we connect to the network…
Qubit
  • 69
  • 1
  • 1
  • 8
-1
votes
1 answer

How can I save accounts made at my website?

How can I save accounts created at my website?