Skip to content
Snippets Groups Projects
  1. Feb 19, 2019
  2. Aug 31, 2018
  3. Jul 16, 2018
  4. Jun 01, 2018
    • Jan Mach's avatar
      Improvements related to account registration process using auth_env pluggable module for Hawat. · 50346ffa
      Jan Mach authored
      The account registration process needed more work to get it into stable and usefull state:
      * Changed validator for user login from email to string containing restricted set of characters.
      * Renamed field 'Login (eppn)' to just 'Login'. It made no sense to be used that was for example with Basic or certificate based authentication service.
      * Implemented sendind of confirmation emails after successfull registration to system admins and to the user that performed the registration. The emails are generated using Jinja2 templates.
      * Implemented sending of confirmation emails after successfull account activation to the user and as BCC to system admins.
      * Added missing rollback() calls to base View implementations to resolve SQLAlchemy errors after unsuccessfull database operation.
      
      (Redmine issue: #3734)
      50346ffa
  5. May 02, 2018
    • Jan Mach's avatar
      Implemented new 'enabled' attribute of user and group objects. · 06c7adb5
      Jan Mach authored
      Instead of deleting them entirelly, in many cases it might be better just to mark user accounts and groups as disabled. This commit contains following relevant changes:
      * Updates in SQL data model for users and groups
      * New base views, base form and form templates for generic changes of items
      * Support for enable and disable actions in item forms and views (show,list)
      * Support for enabled/disabled accounts in authentication controllers (disabled accounts will not permit login)
      
      (Redmine issue: #3752)
      06c7adb5
  6. Oct 27, 2017
  7. Oct 26, 2017
  8. Oct 25, 2017
  9. Oct 20, 2017
  10. Oct 19, 2017
  11. Oct 18, 2017
  12. Oct 16, 2017
    • Jan Mach's avatar
      PostgreSQL migration: Reimplemented DBAL, authentication layer and user... · 7de3ad42
      Jan Mach authored
      PostgreSQL migration: Reimplemented DBAL, authentication layer and user management modules in Hawat.
      
      Base on the previous work the DBAL in Hawat was reimplemented to use the new mentat.services.sqlstorage module and sqlalchemy backend. The authentication layer was rewritten to use the new dabase interface. The user management plugin was rewritten to use new database interface.
      
      (Redmine issue: #3752,#3734)
      7de3ad42
  13. Oct 05, 2017
Loading