Tagged Questions
The change-password tag has no wiki summary.
22
votes
6answers
2k views
Forgot Password: what is the best method of implementing a forgot password function?
I'm wondering what the best method is for creating a forgot password function on a website. I have seen quite a few out there, here are a few or combination of:
passphrase question / answer (1 or ...
3
votes
1answer
263 views
Change Password on next Logon for Forms Login with AdMembership providier
I'm doing asp.net, using FormsAuthentication with the AdMembership proivder.
I'm having to manually write a "change password on next logon" screen because it's not nativley supported in the provider.
...
3
votes
2answers
696 views
asp.net membership change password without knowing old one
Evaluting the method signature, it is required to know old password while changing it.
membershipUser.ChangePassword(userWrapper.OldPassword, userWrapper.Password)
Is there any way to change ...
3
votes
5answers
670 views
What is the best way to change a user-password remotely in Unix?
What is the best way to change a user-password remotely in Unix?
This must be performed by the user, in a Web-app or Windows-App, without using SSH or any direct connection between the user and the ...
2
votes
1answer
66 views
How to set password on first call for command from paramiko?
I have one user test.
I set password change when that user login with chage command.
chage -E 2012-01-25 -M 30 -d 0 -W 10 -I 5 test
So when i try to run command ls
[root@localhost ~]# ssh ...
2
votes
3answers
688 views
Connection refused with a very basic password reset
Novice to django here, currently trying to implement a password recovery using the admin password_reset function but I'm getting an error. From what I've read about other people with similar problems ...
2
votes
2answers
225 views
Grails + Acegi: How to handle password renewal ? Logged vs not logged user
I'm writing a module to force a user whose password has expired to renew its password. This app uses the acegi security plugin. After the expired credentials are detected, the user is redirected to a ...
2
votes
2answers
310 views
Old password still working after password change in asp.net membership
Am using ASP.NET membership authentication in a small website and i just noticed some thing funny during testing. Am trying to enable user to change their login password any time they wish, i dragged ...
2
votes
1answer
2k views
DirectoryEntry to change password: Different behavior between Vista/Server2008
On a Vista dev machine I used this code successfully to change user "Administrator" password:
directoryEntry.Invoke("SetPassword", "new");
When I moved it over to my Server 2008 dev machine that ...
2
votes
3answers
2k views
How do you change a user password in a script with busybox and openssl?
I need to synchronize a user account and password to an external source on a system with busybox and openssl installed. When the external source tells my system to update credentials, how do I change ...
2
votes
7answers
637 views
Optimum tempory password length for SHA hash
When creating a "forgotten password" mechanism, we might want to create a tempory password for the user which is stored using SHA1 (feel free to suggest other C# Cryptography mechanism).
How long ...
1
vote
2answers
90 views
If & AND Statement In PHP Script
I'm trying to put together a form whereby users can update their 'email address' and 'password'.
I'm trying to incorporate the following scenarios:
If the user changes their email address, then I ...
1
vote
1answer
105 views
Forcing user to change expired password in spring security
I am building spring mvc and spring security based web based application.
I have implemented Reset Password functionality.System Administrator will reset password of any user .Random generated ...
1
vote
2answers
107 views
remove saved old password from browser after password change
I'm implementing a password change feature in my web application.
The old password is already saved by the browser for auto login . How can I replace it with the new password when the user
login next ...
1
vote
2answers
518 views
How do I change the root password on a remote machine with Net::OpenSSH?
I want to change the root password on a remote Linux machine with a Perl script. My first try was the following code:
use Net::OpenSSH;
my $ssh = Net::OpenSSH->new(
"linuxpc",
user ...
1
vote
0answers
102 views
ChangePasswordFailure .. ChangePassword control
Every time i try to change a password to any other password. It invalidates my passwords (the new password, and confirmed password).. and then the ChangePasswordFailureText appears.
I dealt with that ...
1
vote
1answer
119 views
How to handle password expiration in WCF service
I have an application with a classic architecture: UI <--> WCF <--> Business layer <--> Data Layer <--> Database. For the WCF service, I use username/password authentication. These ...
1
vote
3answers
558 views
Changing password, python, linux
How can i change password of ubuntu root user by python script? Thanks.
1
vote
0answers
90 views
change password option in crruise control .net not working
I am using cruise control .net version:1.5.0.6268. But i can't use the change password option.
By entering new password and when clicking on change, i got this error message "Request processing has ...
1
vote
1answer
260 views
How to change kerberos passwords in Java
I have to admin kerberos users directly in Java (J2EE web-app).
How can I do the equivalent to kpasswd (or kadmin) command with/without extra lib?
I found a few commercial APIs but they are very ...
1
vote
1answer
238 views
Intercepting Change Password in Windows - Showing our custom interface
I've been trying to synchronize the profile passwords of a third party system with AD. The third party system has its user profiles stored in a database.
I initially tried of writing a password ...
1
vote
1answer
86 views
PHP driven site needs password change
I have inherited a website that needs the password changed that accesses the database. I can see that there are two tables within the database but neither of them have username or password info.
The ...
1
vote
2answers
2k views
ChangePassword control and setting regular expression for new password
This seems like it should have a simple solution but I can't seem to find it.
I'm using the ChangePassword control in an ASP.NET 2.0 application, using both the ChangePasswordTemplate and ...
1
vote
1answer
699 views
In ASP.NET Webforms, ChangePassword: how do I set SuccessTemplate to visible after password's been changed?
It does allow me to change the password but the view is reset to its original state.
OnInit looks like this:
changePassword.ChangingPassword += ChangePasswordButton_Click;
and the method ...
1
vote
2answers
3k views
How to not use ASP.Net Membership Security Question and Answer for custom password recovery?
I don't want to have the security question and answer feature that ASP.Net Membership Provider gives, but I DO want to enable a lost/forgotten password page.
This page would be where a user would ...
0
votes
0answers
9 views
Converting a function based view to a class based view with only a form and no model (object)
Right now, this is how the password is changed within a user profile. What is the best way of converting this to a class based view knowing that there is no model involved?
This is the view for ...
0
votes
1answer
12 views
Django auth_view and generic class-based views
Is it safe to code against django's auth_view for password_change or is there any class-based view that I can use?
I am converting all my function based views to class based views, but I have coded ...
0
votes
1answer
13 views
Receiving error in changing the password using System.DirectoryServices
I've a web service deployed on one of the servers which internally uses System.DirectoryServices to change password using following code :
DirectoryEntry obDirectoryEntry = ...
0
votes
1answer
40 views
Active directory - How to know the error produced when changing password?
When I try to change a password from a web I get the next error:
The password supplied is invalid. Passwords must conform to the password strength requirements configured for the default provider.
...
0
votes
2answers
198 views
DirectoryEntry can not ChangePassword due to Domain Controller. Help?
This is suppose to be a basic password change method using DirectoryServices in ASP.NET.
The code:
String path = ConfigurationManager.AppSettings["LDAPServer"] + myDN;
DirectoryEntry de = new ...
0
votes
1answer
201 views
Asp.net Change Password Control
In my asp.net Web app. I have a change password form that is not working properly. I set the LoginEvent cancel to false when it has changed. It changes ok, but the control thinks that it fails. Is ...
0
votes
0answers
68 views
drupal services user update incorrect password
I'm using Drupal 6.20 with services 6.x-2.4 .
I'm able to register a user without a problem using xmlrpc and it saves the password using MD5, but when I update a user using xmlrpc, it's not saving it ...
0
votes
3answers
206 views
change admin password (need to make form)
i make the admin panel and have a problem.
need some help to make form for change password in ac-config.php file.
need form for change the adminpassword
$adminpass = "adminpassword";
thankyou
...
0
votes
0answers
160 views
How to fire per case Modal popup button click event
Ok, I am calling a modal popup located in the master page called: mdlErrorWindow with a button called: "btnOkErrorWindow" via a function called ShowErrorWindow()
When a user chooses to change their ...
0
votes
1answer
208 views
Membership ChangePassword (hashed) match current password against old password field
I am implementing a system where the user can Reset their password if they have forgotten it.
Once it is reset I want to give them the option of changing the password so that it will be something ...
0
votes
1answer
187 views
Running client-side code after ASP ChangePassword control has finished
I've got a .net ChangePassword control inside a DevExpress ASPxPopupControl. I'd like to automatically close the Popup window after the password has been successfully changed - however, I can't see ...
0
votes
1answer
349 views
asp .net mvc change password issue firefox
//UPDATE : Described problem occurs only in Firefox Browser
I've written small app in mvc 2.0, which uses aspnetdb to manage users and standard Account controllers / views etc.
My problem is when i ...
0
votes
2answers
127 views
In c# how does one set the value of the AD property “pwdLastSet”
In c# how does one set the value of the AD property "pwdLastSet"
This is not working:
DateTime passwordLastSetTarg = System.DateTime.Now.AddHours( -25 );
var adDate = ...
0
votes
2answers
141 views
Ad Asp.Net Changing Passwords
We're using ASP.NET MVC and AdMembership privider for login, and for various reasons had to implement our own "Change Password on next Login" funtionality.
We also have a nist requirement of not ...
0
votes
2answers
109 views
What the script to change the password should be in php?
<form action="final_change_pwd.php" method="post">
<table cellpadding="5" cellspacing="20">
<tr>
<td> Current Password: ...
0
votes
1answer
63 views
Windows password policy
When i try to set a password for windows as
net user usera "a""b&cd"
I could set the password correctly ie(a"b&cd)and could login with user id and password
but when i try to set the ...
0
votes
1answer
415 views
LDAP to change user password
As I know, in PHP, we need to connect LDAP over SSL in order to change user password.
Is there another way, E.G, other language (JAVA / ASP) to change LDAP password without SSL required?
Thanks.
...
0
votes
1answer
495 views
Grails spring security / Acegi. Custom User + Password expired management
I'm working on a grails legacy project. A domain class called User exists. It contains password, username, roles, etc.
This project uses Spring Security for role management. I would like to add ...
0
votes
3answers
224 views
Grails password change: Allow only “new” passwords
I need to improve security in a website built on grails.
The requirement is that when a user changes its password, it shouldn't be able to choose from any of the previous N passwords.
Does anyone ...
0
votes
2answers
758 views
How to Script Automated Root Password Changes?
Currently our process consists of logging into each *nix server and manually changing the password for each. My question is, what is a good way to automate this? I'm thinking of possibly a couple ...
0
votes
1answer
1k views
Set password of an existing sql ce database (per Code)
I am working with SQL Server and I want to set the Database password of a SQL Server CE Database (*.sdf). I found the Command how I can create a new database with password:
CREATE DATABASE ...
0
votes
1answer
34 views
Fields for reseting password
I am upgrading my reset password procedure of my webpage.
What fields should i include in my SQL table?
After searching all over the web i decided to add these goodies
Guid
Expiration date of guid ...
0
votes
1answer
1k views
JQuery Validator Updated Password
I have a form which have three fields
Old Password
New Password
Confirm Password
These fields are optional and only mandatory when user enter some text into New Password
How can i apply jQuery ...