Skip to content

Commit

Permalink
fix: set no copy to 1 for password field in Email Account (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
MyuddinKhatri authored Nov 10, 2021
1 parent 0faf12c commit f7774c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frappe/email/doctype/email_account/email_account.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@
{
"fieldname": "password",
"fieldtype": "Password",
"label": "Password"
"label": "Password",
"no_copy": 1
},
{
"default": "0",
Expand Down Expand Up @@ -399,7 +400,7 @@
}
],
"icon": "fa fa-inbox",
"modified": "2020-05-20 15:35:53.851057",
"modified": "2021-11-09 22:42:51.137963",
"modified_by": "Administrator",
"module": "Email",
"name": "Email Account",
Expand Down

0 comments on commit f7774c0

Please sign in to comment.