fixed a problem with extra fields and better validation errors

This commit is contained in:
mdipierro
2014-08-21 17:22:03 -05:00
parent b18dda1f53
commit fa05c01c7d
6 changed files with 17 additions and 12 deletions
@@ -9,9 +9,6 @@
## - api is an example of Hypermedia API support and access control
#########################################################################
def test():
return locals()
def index():
"""
example action using the internationalization operator T and flash
-1
View File
@@ -50,7 +50,6 @@ service = Service()
plugins = PluginManager()
## create all tables needed by auth if not custom tables
auth.settings.extra_fields['auth_user'] = [Field('claims','list:string')]
auth.define_tables(username=False, signature=False)
## configure email