I’m trying to integrate Google Authenticator into the login for admin process.
Found the login file and could add a field for it, but can’t seem to find the file for the validation / checking of the username and password for login.
Can someone point me towards the file please? Thanks!
Have made some limited progress - integrated the fields and can test validity of secret and otp, but I’m still having difficulties trying to intercept the login process, i.e. before I get into the administrative area, I would like the function to verify that the secret and otp is correct as well.
Or to have “Continue” to redirect to 2FA page for further processing. Can’t find where to edit, unfortunately.
Have integrated PhpGangsta’s Google Authenticator library and basically, this works on its own.
Any news on this topic? It would be great to have 2 Factor Authentification on phpList, we have lots of personal related date inside this system and it deserves a good protection
@rayvolvez Did you implement this as a plugin? There are plugin hooks related to authentication which should provide access to what you need to override the default handling.
Im sure that others would like to use 2FA with phpList as well.