allow updating auth type

This commit is contained in:
chrisw
2017-10-31 10:36:53 +00:00
parent 8cb74f5f90
commit a95d6e8b2e
2 changed files with 13 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ class UserSchema(BaseSchema):
class UserUpdateAttributeSchema(BaseSchema):
auth_type = field_for(models.User, 'auth_type')
class Meta:
model = models.User