Top "Passwords" questions

Passwords are primarily used as a way of accessing information and also limiting the number of users who can get access to a machine.

Mapping a network drive and having trouble saving password

I'm running a batch: "net use j: \\192.168.1.241\sausb /user:srvfeskar\administrator Ratata12 /persistent:yes /p:yes" After restarting the windows 8 …

batch-file windows-8 passwords net-use
How to manually change password in asp.net membership?

I would like to change password in database manually, but I am not sure what exactly I need to change …

asp.net passwords membership
How to disable MySQL root logins when no password is supplied?

MySQL is installed on my laptop and it works fine, except that I am allowed to log in without supplying …

mysql login passwords root
Enforcing password strength requirements with django.contrib.auth.views.password_change

We have a Django application that requires a specific level of password complexity. We currently enforce this via client-side JavaScript …

django passwords django-authentication
android lock password combinations

I just came across with this interesting question from my colleague. I'm trying now, but meanwhile I thought I could …

passwords combinations combinatorics
Recover admin password and email Odoo server

Months ago, I installed an Odoo server and it worked perfectly ! Problem is that I forgot the identification (email/pass) …

email passwords openerp odoo recover
MariaDB installed without password prompt

I've installed mariadb from Ubuntu 15.04 repositories using the Ubuntu software center or at the command prompt (apt-get install maraidb-server), but …

mysql ubuntu passwords mariadb root
getpasswd functionality in Go?

Situation: I want to get a password entry from the stdin console - without echoing what the user types. Is …

passwords stdin go getpasswd
Masking user input in python with asterisks

I am trying to mask what the user types into IDLE with asterisks so people around them can't see what …

python passwords masking raw-input
Using QLineEdit for passwords

How can I make a QLineEdit suitable for entering passwords (i.e. it doesn't show what's entered), something like the …

c++ qt passwords qlineedit