fix: 不允许用户修改source字段

This commit is contained in:
Orange
2020-12-08 20:54:37 +08:00
committed by Jiangjie.Bai
parent 32fa4f0b11
commit 4a757bb6bc

View File

@@ -29,7 +29,7 @@ export default {
},
fields: [
[this.$t('users.Account'), ['name', 'username', 'email', 'groups']],
[this.$t('users.Authentication'), ['password_strategy', 'update_password', 'password', 'set_public_key', 'public_key', 'mfa_level', 'source']],
[this.$t('users.Authentication'), ['password_strategy', 'update_password', 'password', 'set_public_key', 'public_key', 'mfa_level']],
[this.$t('users.Secure'), ['role', 'org_roles', 'date_expired']],
[this.$t('common.Other'), ['phone', 'wechat', 'comment']]
],