|
I, like most in here, use a password manager for keeping all kinds of login/pass informations inside. And over time, the heap of passwords started to grow, and grow, and now it's on about 350 (give or take) entries.
The problem is, most of these have ...
Started by ldigas on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
That said, a couple of password managers do present some functionality that may facilitate this task for you:
KeePass 2 supports expiration....
As you can.
None of the password managers I know allow for online checking of password expiration.
|
|
In our application, we would like to make a link to an online help site built using Drupal.
The problem is that this site is password protected. We would like to put the username and password in the url, so that the login is automatically made when the...
Started by madewulf on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There are a number of existing Single Sign.
Directly to the login page and hoping for the best.
|
|
How to remove one time login system in Druapl ? I don't want to do this system when I click forget password. I want to generate new password and send to user.
Started by saturngod on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Simply adjust the entries for the 3 mails concerning login (welcome mail, password reset mail....
Check the notification mail text , !password and others.
Options (one time login and new password) are available by default.
|
Ask your Facebook Friends
|
Is there a way to configure a password for a stored session in PUTTY?
I know there is the capability to specify an "auto-login username" (under Connection/Data) but is there a way to do the same with the 'password'?
Started by jldupont on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
I use.
If command history is a security concern, go the public key route (as your plaintext password specified in the -pw option is stored in command history).
There's no way in the settings to store a password .
|
|
I'm working in C# with SQL and I have a Windows Form.
In my application I have to login. When I first enter my id and password and login successfully my id and correct password should be saved. After this, whenever I open that application again, I only...
Started by Huma Satti on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Hi, i don't think this as login is very good thing but the easy way to do it by adding a bit field on login from just fill the textbox with passowrd Best Regards, Iordan
Is this not completely bypassing the idea of login security....
|
|
Background:
We are running a web application where each user has a login to the system. The application login is mapped to an actual SQL Server 2005 login (which we needed to create). Our development and disaster recovery sites are simply copies of this...
Started by caseyboardman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Script the logins with the password hashed and then drop and re-create them on your target server it:
I run the following against the production database:
SELECT 'ALTER LOGIN ' + CAST(name AS VARCHAR) + ' WITH PASSWORD = ',....
|
|
Please can you send source code
Started by vasanth on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Should not be able to retrieve passwords, only check a hashed password against a persisted salted').type="password"; } </script> </head> <body> <input type="text" value="password.
|
|
I downloaded util-linux-2.12b package and and built it. I need to use the login utility in the login-utils folder.
But after running it, it gives a "Login incorrect" for every user even with correct username/password.
Now it seems the utility is not working...
Started by Mohit Nanda on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If you do it with a source RPM you should .
That you might have compiled it by hand (the tar.gz) without shadow password supprt, which will explain the fact that when disabling shadow password it works.
|
|
I am very new to web application (ASP.NET). I have source code and database for a complete project.
ASP.NET (Authentication) control is used for login. I don't know the password right now but i can get the login name and password in encrypt format from...
Started by LittleBoy on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Because SHA1 always results to the same thing if the input... .
Basically what you have to do is SHA1 encrypt the password the user gives you and compare that to the password in your database.
The password is probably SHA1 encrypted.
|
|
I'm trying to test this out on my site but it doesn't quite work because I have to be logged in to go to this page.
Is there a configuration setting that I haven't set or set incorrectly?
EDIT: rm's answer led me to this link from Microsoft .
Started by Austin Salonen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Adding.
So when trying to reach that page, you're being redirected to the login page again...
|