Browse Source
Merge pull request #12290 from saurabh6790/clear-session-on-password-reset
fix: set logout from all sessions true as default for all users
version-14
mergify[bot]
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
frappe/core/doctype/user/user.json
|
|
@@ -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" |
|
|
@@ -669,7 +669,7 @@ |
|
|
|
} |
|
|
|
], |
|
|
|
"max_attachments": 5, |
|
|
|
"modified": "2021-01-02 11:21:50.507786", |
|
|
|
"modified": "2021-02-01 16:11:06.037543", |
|
|
|
"modified_by": "Administrator", |
|
|
|
"module": "Core", |
|
|
|
"name": "User", |
|
|
|