This repository has been archived by the owner on Aug 4, 2018. It is now read-only.
Changes
- Salt passwords.
- Added
user.salted
field. - Updated auth view to salt passwords when signing up.
- Updated auth view to replace old passwords in the database when logging in.
- Updated auth view to properly check for password validity.
- Updated user update view to salt password when changing it.
- Added
- Configured logging in
development.ini
. - Increased the maximum length of short description to 300 characters.
- Forbade using uppercase characters in package names.