Top "Change-password" questions

This tag refers to the process of setting a new password on a system, thereby making the old password obsolete and no longer usable.

Change user password in samba server with the pdbedit tool

I am trying to change user password with script but I'm having trouble using the -t option. Here's what I …

bash samba change-password
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 …

spring-security change-password
How to separate change password from devise form

I am trying to do two things: 1) Change the default "edit user form" - provided with devise - to remove "…

ruby-on-rails forms devise change-password
autocomplete=new-password and making them confirm it via entering the password again

html5 now has some new attribute values for the autocomplete attribute to assist user-agents when autofilling forms. One of the …

html autocomplete passwords autofill change-password
Change Derby DB password

I have already set a Derby DB password in Glassfish/Netbeans. I also checked the remember me checkbox. Now I …

derby change-password
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 …

c# active-directory directoryservices change-password
Devise: change password

I've been stuck on this for over 24hrs trying to follow other solutions posted here, but I can't get this …

devise change-password ruby-on-rails-3.2
modify password with expressjs mongoose passport-local

First of all, I'm french, and my english is not really good, I do my best :) I created a local …

node.js express mongoose change-password passport-local
Django password change view form

I'm still new to Django and have a few questions on how using built in views work. I noticed that …

django change-password