From 87a4c038501f7a5de45b2fb7f07c9fcacdc32e96 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Tue, 31 Dec 2024 19:35:55 +0530 Subject: [PATCH] fix: don't copy over API Key * anyways wasn't useful since password isn't copied --- frappe/core/doctype/user/user.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index 540a122d86..940d083482 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -593,6 +593,7 @@ "fieldname": "api_key", "fieldtype": "Data", "label": "API Key", + "no_copy": 1, "permlevel": 1, "read_only": 1, "unique": 1 @@ -887,7 +888,7 @@ "link_fieldname": "user" } ], - "modified": "2024-09-27 11:41:13.336662", + "modified": "2024-12-31 19:35:17.052698", "modified_by": "Administrator", "module": "Core", "name": "User",