Questions tagged [login]

Process of acquiring access to a system's (advanced) functions by proving identity, frequently by supplying a password.

Usually access is acquired by providing the system with authentication details such as a user account's password. A login procedure can also include authentication by means of keys, smart cards, fingerprints or any other digital authentication method.

1412 questions
371
votes
12 answers

How can I give my wife emergency access to logins, passwords, etc.?

I'm the digital guru in my household. My wife is good with email and forum websites, but she trusts me with all our important digital stuff — online banking and other things that require passwords; also family photos and the plethora of other…
Torben Gundtofte-Bruun
  • 18,100
  • 39
  • 108
  • 145
180
votes
13 answers

How do I ensure Git doesn't ask me for my GitHub username and password?

I am working with a repo on GitHub and everytime I try to push something, it asks for my GitHub username and password. I don't want it doing that. I tried the instructions on setting your email in Git, namely set up the Git variables github.user and…
picardo
  • 2,527
  • 7
  • 26
  • 25
151
votes
7 answers

mysql how to fix Access denied for user 'root'@'localhost'

Before I screw up something, when I login using $ mysql -u root -p, and show databases: +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | game_data …
Vogelsire
  • 1,613
  • 2
  • 11
  • 6
138
votes
24 answers

Why is my SSH login slow?

I'm seeing delays in SSH Logins. Specifically, there are 2 spots where I see a range from instantaneous to multi-second delays. Between issuing the ssh command and getting a login prompt and between entering the passphrase and having the shell…
Peter Lyons
  • 1,822
  • 2
  • 12
  • 16
81
votes
4 answers

How do I enable Automatic Logon in Windows 7 when I'm on a domain?

When Windows 7 is joined to a domain the option to automatically login is no longer available in the advanced User Management console. Since I am running a small home domain because of SharePoint and TFS, how would I go about enabling this…
BinaryMisfit
  • 20,643
  • 10
  • 67
  • 76
77
votes
20 answers

Sharing the same `ssh-agent` among multiple login sessions

Is there a convenient way to ensure that all logins from a given user (ie me) use the same ssh-agent? I hacked out a script to make this work most of the time, but I suspected all along that there was some way to do it that I had just missed. …
intuited
  • 3,291
  • 7
  • 30
  • 40
74
votes
3 answers

What is the default username and password for SonarQube?

What is the default username and password for a fresh installation of SonarQube? Or how do you create a user?
MikeFHay
  • 2,634
  • 4
  • 19
  • 23
70
votes
3 answers

Force logout a user

I When I logged into the machine as root and typed who to see which users are logged in, I found somebody else too logged in as root devuser pts/0 2011-11-18 09:55 (xxx.xxx.xxx.xxx) root pts/1 2011-11-18 09:56…
Mithun Sreedharan
  • 1,655
  • 4
  • 17
  • 20
62
votes
9 answers

Show Windows 7 logon time?

On Windows 7 Ultimate, is there a way to see when I logged on into the current session? I want to find out how long I have been at the PC / when I started it up.
magnattic
  • 1,246
  • 4
  • 13
  • 20
56
votes
5 answers

How to automount SMB shared network drives in Mac OS X Lion

In Mac OS X 10.7 (Lion) Apple has replaced good old SMB support. Now I can't auto connect to my shared (SMB) network drives. Workarounds? Or is this impossible? In OS X Snow Leopard, I could automatically connect my Ubuntu (SMB) shared network…
cyppher
  • 661
  • 1
  • 6
  • 4
45
votes
1 answer

How can I block the “Sign in with Google” prompt on websites?

On many websites that require login, those annoying Google login prompts appear: There are several tutorials on the Internet on how to avoid this, for example, this one on How-To Geek, which suggest disabling an option in the Google account.…
jay.sf
  • 581
  • 1
  • 4
  • 10
44
votes
4 answers

how do I see which user I am logged in as in MySQL?

I have multiple text console session open and log in as different users into different consoles. I forget after while which consoles belong to which user, it would be nice to not have to quit and log back in. How do I see which user I am logged in…
nelaaro
  • 13,149
  • 30
  • 84
  • 111
37
votes
4 answers

How to have num lock enabled by default on log on screen?

I'm using a PIN code to log on my computer. However, Num ⇩ is always turned off, even if on before shutting down my computer. This is quite annoying as I always have to retype my PIN. I've tried the suggestions here (same as here). But with no…
Matsemann
  • 2,407
  • 4
  • 23
  • 36
37
votes
5 answers

Login with Linux FTP username and password

What's the command for logging in with FTP all with one line? ftp username:password@my.domain.com says: Password required for username:password
Daniel Course
37
votes
6 answers

Automatically run a script when I log on to Windows

How can I automatically run a script when I log on to Windows? I'd like to run something like this whenever I log into my computer: echo %USERNAME% logged on at %DATE% %TIME% >> log.txt A bonus would be to be able to run the same script whenever I…
Hallgrim
  • 495
  • 2
  • 7
  • 11
1
2 3
94 95