enable_tokens in welcome

This commit is contained in:
mdipierro
2015-06-30 02:32:44 -05:00
parent 00608e4f04
commit 7543c54bdb
+1 -1
View File
@@ -58,7 +58,7 @@ service = Service()
plugins = PluginManager()
## create all tables needed by auth if not custom tables
auth.define_tables(username=False, signature=False, api_tokens=False)
auth.define_tables(username=False, signature=False, enable_tokens=False)
## configure email
mail = auth.settings.mailer