[{"model":"users.role","pk":1,"fields":{"name":"Administrator","date_added":"2016-08-20T17:03:42.631Z","created_by":"System","comment":"\u7ba1\u7406\u5458","permissions":[16,17,18,19,20,21,10,11,12,13,14,15,22,23,24,25,26,27,28,29,30,31,32,33,1,2,3,4,5,6,7,8,9]}},{"model":"users.role","pk":2,"fields":{"name":"User","date_added":"2016-08-20T17:03:42.671Z","created_by":"System","comment":"\u7528\u6237","permissions":[]}},{"model":"users.role","pk":3,"fields":{"name":"Auditor","date_added":"2016-08-20T17:03:42.683Z","created_by":"System","comment":"\u5ba1\u8ba1\u5458","permissions":[]}},{"model":"users.usergroup","pk":1,"fields":{"name":"ALL","comment":"Default usergroup for all user","date_added":"2016-08-20T17:03:42.693Z","created_by":"System"}},{"model":"users.user","pk":1,"fields":{"password":"pbkdf2_sha256$30000$xZUhPadgI8rs$n2rm5futcOv7Ww4b4BflN8K90Vk3u7ozfnOS7GQq0ns=","last_login":null,"is_superuser":false,"first_name":"","last_name":"","is_staff":false,"is_active":true,"date_joined":"2016-08-20T17:03:42.752Z","username":"admin","name":"Administrator","email":"admin@jumpserver.org","avatar":"","wechat":"","phone":"","enable_otp":false,"secret_key_otp":"","role":1,"private_key":"","public_key":"","comment":"Administrator is the super user of system","date_expired":"2086-08-03T17:03:42.753Z","created_by":"System","user_permissions":[],"groups":[1]}}]
('is_superuser',models.BooleanField(default=False,help_text='Designates that this user has all permissions without explicitly assigning them.',verbose_name='superuser status')),
('username',models.CharField(error_messages={'unique':'A user with that username already exists.'},help_text='Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.',max_length=150,unique=True,validators=[django.contrib.auth.validators.ASCIIUsernameValidator()],verbose_name='username')),
('is_staff',models.BooleanField(default=False,help_text='Designates whether the user can log into this admin site.',verbose_name='staff status')),
('is_active',models.BooleanField(default=True,help_text='Designates whether this user should be treated as active. Unselect this instead of deleting accounts.',verbose_name='active')),