Enable password validation on all the views and API endpoints that change password.

This commit is contained in:
Roberto Rosario
2017-01-14 17:13:03 -04:00
parent da27edf981
commit 6d54ecc10a
5 changed files with 25 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ on production install to debug errors live.
using libtesseract. If libtesseract is not available the backend fallsback to
calling the Tesseract executable.
- Language list moved from document model to document form.
- Enable password validation for the user password change view, user password change API endpoint, current user view and current user API endpoint.
Removals
--------