Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

0.11.3

Latest
Compare
Choose a tag to compare
@ledsoft ledsoft released this 20 Sep 14:09
· 6 commits to master since this release
  • [Task #487, Task #488] Keep track of unsuccessful login attempts.
  • [Task #487, #488] Lock user account when max login attempt number is reached.
  • Enable portal authentication provider only when portal is configured.
  • Extracted common code from authentication providers into a superclass.
  • [Task #492] Indicate user locked status in the users table in Administration.
  • [Task #493] UI for user account unlocking.
  • [Task #493] Backend for user account unlocking.
  • [Task #493] Finished account unlocking UI.
  • Renamed inbas-audit.css to a more appropriate inbas-rt.css.
  • [UI] Added a constant representing the prefix of the REST API.
  • [Fix] Modified AppAdminBeanTest to prevent interference between concurrent builds.
  • [Feature #499] Started working on user account disabling/enabling UI.
  • [Feature #499] Indicate user account disabled/enabled status in the UI.
  • [Feature #499] User status update UI - used for account disabling/enabling.
  • [Feature #499] Backend for user disabling/enabling.
  • [Feature #499] Prevent user from logging into disabled account.
  • [Feature #499] Finalized account disabling/enabling UI.