You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Believe this affects firesphere/silverstripe-bootstrapmfa as well. The authenticator takes the label of "E-mail & Password" which is inherited from MemberAuthenticator
On the login screen you are given the BootstrapMFA login form, which uses its own authenticator name (see PR above). If you overload LoginForm in TOTPLoginHandler to return a TOTPForm instead of a BootstrapMFALoginForm then it will return the authenticator name from this module, but I don't think that's the correct flow. Anyway, I've made a PR above to differentiate the bootstrap module's authenticator from the default.
I'm not entirely sure what the follow up here but @Firesphere indicated there are changes to make on this module although it might be addressed in #18 . Can @Firesphere verify?
Believe this affects
firesphere/silverstripe-bootstrapmfa
as well. The authenticator takes the label of "E-mail & Password" which is inherited from MemberAuthenticatorPull requests
The text was updated successfully, but these errors were encountered: