fallback to default avatar if email is not set

auth submodules are registered with initialized
check if auth.local is loaded before accessing registration route
check DB_URI before attempt to create db
This commit is contained in:
Matthew Scragg 2015-11-06 17:44:48 -06:00
parent e635be8961
commit 0b1c55f6a5
9 changed files with 24 additions and 11 deletions

View file

@ -86,7 +86,7 @@ DB_URI = 'sqlite:////tmp/wiki.db'
LDAP = {
'URI': 'ldap://localhost:8389',
# This BIND_DN/BIND_PASSORD default to '', this is shown here for demonstrative purposes
# This BIND_DN/BIND_PASSWORD default to '', this is shown here for demonstrative purposes
# The values '' perform an anonymous bind so we may use search/bind method
'BIND_DN': '',
'BIND_AUTH': '',