Git Product home page Git Product logo

Comments (9)

StevenJL avatar StevenJL commented on July 20, 2024 5

I'm facing the same issue as well. Our hacky fix was just to double the maximum_attempts to what we really want. (ie. we want to lock after 10 failed attempts, so we set maximum_attempts to 20)

from devise-two-factor.

Mikewa33 avatar Mikewa33 commented on July 20, 2024 3

Any progress? Been hitting a wall and was wondering if it was me or devise or devise-two-factor

from devise-two-factor.

mmustala avatar mmustala commented on July 20, 2024

When using lockable devise increments the failed_attempts counter by one right in the beginning of the authentication even though the authentication has not yet failed nor succeed.
It happens in lib/devise/models/lockable.rb method valid_for_authentication?

from devise-two-factor.

mmustala avatar mmustala commented on July 20, 2024

To be more accurate it is the current_user and user_signed_in? helpers that are trying to authenticate the user from the request data. If none of those helpers are called during the authentication action then the failed_attempts counter is not increased.

from devise-two-factor.

olivierlacan avatar olivierlacan commented on July 20, 2024

@ShaneWilton could you look at this when you get a chance? This is a rather tricky bug.

from devise-two-factor.

marcelamiach avatar marcelamiach commented on July 20, 2024

@mwalsher, @mmustala, @ShaneWilton
guys, any update on that?

from devise-two-factor.

FX-HAO avatar FX-HAO commented on July 20, 2024

Two years elapsed, any progress?

from devise-two-factor.

SimonVillage avatar SimonVillage commented on July 20, 2024

another issue #127 still not fixed :(

from devise-two-factor.

canberkvarli avatar canberkvarli commented on July 20, 2024

Any update on this issue? I've been doubling the maximum_attempts to hack my way in as @StevenJL.

from devise-two-factor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.