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.

Changing the password in MongoDB for existing user

I have production environment where my mongoDB is up and running and DBAs are asking us to change the password …

mongodb authentication change-password
ASP.NET membership password expiration

I am using ASP.NET membership for the authentication of my web app. This worked great for me. I now …

asp.net authentication asp.net-membership change-password
PowerShell - User Must Change Password at Next Logon

Here is what I have, everything works great thus far except the part where I need the user to change …

powershell active-directory change-password
Can I change my own password in Active Directory using Powershell

I am trying to change password for my own account in AD using powershell. My account is just a regular …

powershell active-directory passwords change-password
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 …

authentication passwords forgot-password change-password
SAP HANA - Change password SQL

How do I change my password in SAP HANA via SQL. (or other users if I am an Administrator) I …

sql hana change-password
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 …

linux openssl change-password busybox
How to force the user to change his password after first login?

I want to force the user to change his password after his first login. Now, where should I put the …

c# asp.net redirect login change-password
Create Account, Forgot Password and Change Password

Spring Security is great when the developer wants to secure his web app. However, what about creating the account? and "…

spring authentication registration forgot-password change-password
How to Enforce Change Password on User's initial login using Spring Security

What would be the most elegant way of implementing a force password change upon user's initial login using Spring Security? …

java spring-mvc spring-security change-password