mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Fixed UX issue in change user password by system manager
This commit is contained in:
@@ -416,7 +416,7 @@ MemberProfile = function(parent, uid, member_item) {
|
|||||||
width: 300,
|
width: 300,
|
||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
label: 'Please Enter Your Password',
|
label: 'Please Enter <b style="color: black">Your Password</b>',
|
||||||
description: "Your password is required to update the concerned user's password",
|
description: "Your password is required to update the concerned user's password",
|
||||||
fieldtype: 'Password',
|
fieldtype: 'Password',
|
||||||
fieldname: 'sys_admin_pwd',
|
fieldname: 'sys_admin_pwd',
|
||||||
|
|||||||
Reference in New Issue
Block a user