Skip to content

v0.9.8

Compare
Choose a tag to compare
@nineinchnick nineinchnick released this 24 Nov 10:28
· 160 commits to master since this release
  • Major code refactoring
    • One Time Password and Captcha moved into behaviors
    • Common forms code moved to base class
  • Implemented password history table, model and validation
    • Warning, table names in example migrations are now plural
  • Moved password strength rules as module option so it's configurable
  • Refactored all example migrations and models to use plural table names
  • Other minor improvements