Does Opigno log in a user twice?

kbailey-affini…
Forums
It seems to me that when a user logs in to Opigno the login process is run twice. This means that a failed login actually registers as two failed logins. This can be tested by trying to log in to a standard Opigno and deliberately using the wrong password. The user will be blocked by the standard (hidden) Drupal flood control after three attempts - but the message will show the five attempts were made. (Install the Drupal module flood_control to be able to see the standard underlying default Drupal flood control). This is probably the reason why Opigno will not work with the Drupal tfa module. Can anyone shed any light on this double login issue?
kbailey-affini…

Yes it does

Looks like this is to do with the theme - in the file platon.theme file L251 $form = Drupal::formBuilder()->getForm(Drupal\user\Form\UserLoginForm::class); this processes (eventually) processes the login authenticate function again.
admin

Hi, Thanks for raising this…

Hi,

Thanks for raising this issue.

It will be fixed in Opigno 2.21 (next release)

kbailey-affini…

Do you have a rough release date?

Thanks for the response. Could you provide a very rough idea of when 2.21 will be released? Are we talking in terms of days or weeks? Thanks again.