born05 / craft-twofactorauthentication

Craft plugin for two-factor or two-step login using Time Based OTP.
MIT License
36 stars 26 forks source link

Increase time before 2FA lockout #94

Closed webdnaltd closed 5 months ago

webdnaltd commented 5 months ago

Hello,

We are looking into whether it is possible to increase the time before getting locked out when using the 2FA plugin. When looking in the plugin documentation we couldn't find a way to do this.

Is there currently an option available for increasing this time? If not is it possible to add this functionality?

Many Thanks Harry at webdna

roelvanhintum commented 5 months ago

@webdnaltd, this is handled by Craft's sessions. If this is too short, there can be a number of reasons. This is discussed before, which may help. For example: #42