fix: set logout from all sessions true as default for all users
This commit is contained in:
parent
9656ef3940
commit
215588fcc7
1 changed files with 2 additions and 7 deletions
|
|
@ -302,7 +302,7 @@
|
|||
"no_copy": 1
|
||||
},
|
||||
{
|
||||
"default": "0",
|
||||
"default": "1",
|
||||
"fieldname": "logout_all_sessions",
|
||||
"fieldtype": "Check",
|
||||
"label": "Logout From All Devices After Changing Password"
|
||||
|
|
@ -629,11 +629,6 @@
|
|||
"link_doctype": "User Permission",
|
||||
"link_fieldname": "user"
|
||||
},
|
||||
{
|
||||
"group": "Settings",
|
||||
"link_doctype": "Assignment Rule",
|
||||
"link_fieldname": "user"
|
||||
},
|
||||
{
|
||||
"group": "Settings",
|
||||
"link_doctype": "Document Follow",
|
||||
|
|
@ -656,7 +651,7 @@
|
|||
}
|
||||
],
|
||||
"max_attachments": 5,
|
||||
"modified": "2020-10-18 15:18:53.126800",
|
||||
"modified": "2021-02-01 16:11:06.037543",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "User",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue