diff --git a/frappe/hooks.py b/frappe/hooks.py index 3c19d67150..e6fdf58b1f 100644 --- a/frappe/hooks.py +++ b/frappe/hooks.py @@ -280,7 +280,7 @@ user_privacy_documents = [ 'doctype': 'User', 'match_field': 'name', 'personal_fields': ['email', 'username', 'first_name', 'middle_name', 'last_name', 'full_name', 'birth_date', - 'user_image', 'phone', 'mobile_no', 'location', 'banner_image', 'interest', 'bio', 'email_signature', 'background_image'], + 'user_image', 'phone', 'mobile_no', 'location', 'banner_image', 'interest', 'bio', 'email_signature'], 'applies_to_website_user': 1 }, diff --git a/frappe/utils/user.py b/frappe/utils/user.py index 50fad3b8d4..a50604819e 100755 --- a/frappe/utils/user.py +++ b/frappe/utils/user.py @@ -178,7 +178,7 @@ class UserPermissions: def load_user(self): d = frappe.db.sql("""select email, first_name, last_name, creation, - email_signature, user_type, language, background_style, background_image, + email_signature, user_type, language, background_style, mute_sounds, send_me_a_copy, document_follow_notify from tabUser where name = %s""", (self.name,), as_dict=1)[0] diff --git a/frappe/www/desk.html b/frappe/www/desk.html index 95598309ba..34c53cd93e 100644 --- a/frappe/www/desk.html +++ b/frappe/www/desk.html @@ -33,11 +33,6 @@ - - {% if background_image %} - - {% endif %} -