Skip to content

v1.6.4

Compare
Choose a tag to compare
@tferreira tferreira released this 27 Oct 20:18
· 37 commits to master since this release

This release comes with some fixes to the register page.

  • You now have a BLOCK_USER_CREATION boolean option in the config.py file to block users creation.
  • The register page now displays server errors.

py-bcrypt package has also been removed from requirements.txt to be installed seperately at the end of the make install command. This change has been made as a quick fix for lib conflicts issues.

To build the production files, please run within the static directory:

$ yarn run build:production