Icinga / icingaweb2-module-nagvis

NagVis integration into Icinga web 2
GNU General Public License v2.0
39 stars 22 forks source link

Incompatible with Nagvis 1.9.42 due to addition of function usesBcrypt($username) in CoreAuthModule #57

Closed adamparker closed 2 months ago

adamparker commented 4 months ago

I received this error when using Nagvis 1.9.42 which has only recently been released (15th July 2024).

As part of some security changes the developers have added the usesBcrypt($username) function to CoreAuthModule which needs implementing in CoreAuthModIcingaweb2.

PHP complains about the CoreAuthModIcingaweb2 not implementing this method.

It is currently working with Nagvis 1.9.41 before this change was made.