Skip to content

Bugfixes

Compare
Choose a tag to compare
@nuxsmin nuxsmin released this 15 Jun 10:25
· 1276 commits to master since this release

Thanks to all contributors!

  • [ADD] Added temp master password counter (max 100 attempts)
  • [FIX] Fixed issue when paging accounts when sort key was set.
  • [FIX] Closes #204. Fixed LDAP group search when ADS is set. Thanks to @vplanas
  • [ADD] Add styles.css minimized version file
  • [FIX] Closes #196. Fixed textarea element name. Thanks to @joeg1484 and @st3reo
  • [FIX] Improved installer when database is located in another host.
  • [FIX] Enforce 32 bytes IV length.
  • [FIX] Minor bugfixes
  • [FIX] removed required field for database password in installer script. So, installation can be done if no password is set for the database user. Thanks to @sgrund