The admin user can not change or update the user's password

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
mah2563
User
Posts: 5

The admin user can not change or update the user's password

Post by mah2563 »

if
Tools -> Advanced Settings -> "Use password hash" AND "hashed password" (in ASP.NET Maker v2018) are Checked
OR
Only "hashed password" is Checked
===>
The user can change his password.
But
The administrator user can not update/change the user's password.


motfs
User
Posts: 258

Post by motfs »

The administrator user can not update/change the user's password.

Any error message? Is it a hard code Administrator or not? Try to enable debug mode (click Tools -> Advanced Settings -> Debug) to see more.


mah2563
User
Posts: 5

Post by mah2563 »

-No
-hard code Administrator and User with administrator roles
-No error


kirondedshem
User
Posts: 642

Post by kirondedshem »

If you mean that when you enabled "change password" option in Login options of advanced security.

Someone Correct me if am wrong, but i think

  1. This enabled any NON hard coded user to change thier own password when they log in.
  2. Since this works only for users who belong to the users table. The hardcoded Admin user should not be able to change thier password as it cant be store anywhere.
  1. This option DOES NOT automatically create options in users list for any admin to reset passwords for other users.

So if option 3 is what you are looking for then you can easily impliment it by making an editable that allows only to change the password of a specific account ad add it as a list option linking to the edit page of this view passing the user id for those who have permission to it.


Post Reply