v1.5.0 –– 04-21-2016
- redesigned login window
- improved error handling on password reset
- updating client side libraries:
- jQuery –– v2.2.3
- jQuery.form –– v3.51.0
- Twitter Bootstrap –– v3.3.6
v1.4.1 –– 02-27-2016
- calls to logout now route to /logout instead of /home
- accounts are now looked up by session.id instead of username
- reset-password modal window fixes
- updating emailjs to v1.0.4
- switching to environment variables for email settings
-- v1.4.0 –– 06-14-2015
- updating to Express v4.12.4
- adding connect-mongo for db session store
-- v1.3.2 –– 03-11-2013
- fixed bug on password reset
-- v1.3.1 –– 03-07-2013
- adding MIT license
-- v1.3.0 –– 01-10-2013
- updating to Express v3.0.6
-- v1.2.1 –– 01-03-2013
- moving vendor libs to /public/vendor
-- v1.2.0 –– 12-27-2012
- updating MongoDB driver to 1.2.7
- replacing bcrypt module with native crypto
-- v1.1.0 –– 08-12-2012
- adding /print & /reset methods
-- v1.0.0 –– 08-07-2012
- initial release
--