dimanche 11 septembre 2022

Rails Devise failed attempts unlock customer handling

I currently use devise with config.unlock_strategy = :email But I want to change it to none, so the template email is not sent, and I use my own logic. but my question is - how do I know the number of failed attempts is reached? Do I need to constantly check on my own - or is there some function I can implement that is automatically called upon maximum_attempts reached? Thanks

Aucun commentaire:

Enregistrer un commentaire