add last_login user and staff only field in user_api (#26087)

* add last_login user and staff only field in user_api
This commit is contained in:
Syed Muhammad Dawoud Sheraz Ali
2021-01-18 19:36:01 +05:00
committed by GitHub
parent 07e60855b6
commit 985229fb7a
5 changed files with 12 additions and 5 deletions

View File

@@ -3510,6 +3510,7 @@ ACCOUNT_VISIBILITY_CONFIGURATION["admin_fields"] = (
"state",
"goals",
"is_active",
"last_login",
"mailing_address",
"requires_parental_consent",
"secondary_email",