Added settings to User schema

This commit is contained in:
Francesco Siddi 2015-11-12 00:34:32 +01:00
parent 88774565ba
commit f329f2ff45

View File

@ -67,6 +67,15 @@ users_schema = {
}
}
}
},
'settings': {
'type': 'dict',
'schema': {
'email_communications': {
'type': 'integer',
'allowed': [0, 1]
}
}
}
}