Questions tagged [account]

Account allows a user to authenticate (does not imply authorization) to system services and be granted authorization to access them;. To log into an account, a user is typically required to authenticate oneself with a password or other credentials for the purposes of accounting, security, logging, and resource management.

1288 questions
-2
votes
1 answer

multiple users from multiple home PCs connecting via ssh to their own github

I have multiple PCs at home used by 3 users. Is it possible to access different user github accounts via ssh without creating individual user accounts in each PC ?
-2
votes
1 answer

How do we know the amount of money in each account in blockchain?

I am trying to learn how blockchain works. I know that blockchain is nothing but list of blocks containing transactions, what I cannot understand is how do we then know how much money is contained in each account, since we are only maintaining list…
potato
  • 1
-2
votes
1 answer

Keep localStorage from showing in Developer Tools?

In some places I've read: It's Impossible To Completely Hide localStorage From Developer Tools. But if I don't Figure out a way to hide my array of objects (but still save them somewhere), somebody might just find someone's username and password…
user13622691
-2
votes
1 answer

Creating WordPress account based on email only submit

Is it possible to create a WordPress account for users who submit an email (no password or username) through an email collection form? I am looking at sending the user a link to their email to set a password and setup the account in full. The use…
user3674739
  • 57
  • 1
  • 2
  • 7
-2
votes
2 answers

How can I display specific data from a MySQL database? (fetching user's email)

I have made a registration system with a my account page. I can display name and password in it but cannot display email after login because I have to fetch it from MySQL database as the user doesn't enter his email at login. No error in code but…
-2
votes
1 answer

Why mechanize failed to login website ruby

I'm trying to make an account to website "vpnstaticip.com" using mechanize but I've always got unknown error that ERROR: Email is too long after submiting. The error never happend in the browser I've tried to submit without any input and same…
-2
votes
1 answer

Compare the date column in datagridview with month of datetime c# winform

I want to calculate the asset depreciation by comparing the current date and the date of purchase. I need help because I am doing this quarterly. Compare the date of every quarter with the date of purchase and than calculate the total depreciation…
Hamxa
  • 19
  • 5
-2
votes
1 answer

VSTS account and project creation using powershell

I need to create lots of VSTS account xxxx.visualstudio.com (e.g. 1000 account) so rather than creating manual, i want to use powershell script to create these account automated. is it possible to create VSTS account and give user permission using…
-2
votes
3 answers

An error occurs in demo of HUOBI API

Thank you for viewing. I am an engineer in Japan. I am glad that you can understand that you are not very good at English. Well, it is the main subject. programming language is PHP. I am trying to obtain account information by using HUOBI's…
-2
votes
1 answer

linux separate user profiles on the same home dir

I have appuser01 and appuser02 accounts and home dir /appuser01 as homedir for user appuser01. I'd like to have the same homedir /appuser01 for user appuser02 as well, but user appuser02 should use different profile file. The intention is to have…
-2
votes
1 answer

Creation of Azure Storage account failed with Error message - Subscription was not found

Creation of Azure Storage account failed with Error message - Subscription was not found. Subscription Details: Subscription Type: Free Tier Account Balance: more than $190 Number of Storage Account: Creating First Time. I was able to find the…
vara
  • 1
  • 1
-2
votes
3 answers

Github Change Account

Ok I'm aware this sounds stupid and I'm actually stunned this is such a problem, I changed my account under linux before but in Windows it somehow doesn't work at all. All I want is to use another account. I tried setting new account name etc. git…
meow
  • 2,062
  • 2
  • 17
  • 27
-2
votes
3 answers

Bank Account Program Logic Error

I create a very basic bank account program for homework and I keep getting a logic error. Instead of the program giving the total balance after the depositing, withdrawing, and adding interest it just outputs the amount deposited - withdrawn.I…
DavidGilly
  • 47
  • 8
-2
votes
1 answer

constructor Account in class Account cannot be applied to given types

i keep getting this error in my AccountTest.java here are my Account.java, and AccountTest.java, respectively: https://gyazo.com/6933c02e50e08353087b0dd37d69eb2d https://gyazo.com/8fbd1c514fdc3373d227ab6a34e151b0 I've been trying to figure this…
-2
votes
1 answer

Check Data between website and mysql

Im trying to recall the logged in user's userlevel from mysql for the if function that determines whether to show the admin panel or not. if anyone can help me and tell me what i was missing so i can learn from this experience, that would be…
Snazzie
  • 197
  • 1
  • 3
  • 12
1 2 3
85
86