Skip to content

Commit

Permalink
Back to lowercase fieldnames for settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingthio committed Dec 3, 2016
1 parent 493571d commit 4296cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/porting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Optional: It is now recommended to use the CustomUserManager.customize() method
self.db_adapter = SQLAlchemyAdapter(db, User)

# Customize settings
self.ENABLE_EMAIL = True # Note that it's 'ENABLE_EMAIL' and not 'USER_ENABLE_EMAIL'
self.enable = True # Note that it's 'enable_email' and not 'USER_ENABLE_EMAIL'

0 comments on commit 4296cc0

Please sign in to comment.