Skip to content

History / Brute force protection

Revisions

  • Fixed a redundant conditional branch.

    @willnet willnet committed Apr 24, 2024
  • `register_failed_login!` and `UserMailer.unlock_token_email` are duplicated because they automatically executed after failed login

    @willnet willnet committed Apr 24, 2024
  • Make create method less bloated

    @dandeto dandeto committed Jan 14, 2022
  • Remove user's email in from line. Add unlock_accounts_url to mailer.

    @dandeto dandeto committed Jan 14, 2022
  • Add comments to updated `create` method

    @dandeto dandeto committed Jan 14, 2022
  • UserMailer.activation_needed_email(user.id).deliver_later => UserMailer.send_unlock_token_email(user.id).deliver_later

    @dandeto dandeto committed Jan 13, 2022
  • fix bugs

    @benkoshy benkoshy committed Feb 4, 2021
  • Updated Brute force protection (markdown)

    @benkoshy benkoshy committed Feb 4, 2021
  • fix bug

    @benkoshy benkoshy committed Feb 4, 2021
  • fix formatting

    @benkoshy benkoshy committed Feb 4, 2021
  • update brute force documentation

    @benkoshy benkoshy committed Feb 4, 2021
  • Updated Brute force protection (markdown)

    @benkoshy benkoshy committed Feb 4, 2021
  • WIP: add detailed brute force instructions

    @benkoshy benkoshy committed Feb 4, 2021
  • Updated Brute force protection (markdown)

    @benkoshy benkoshy committed Feb 4, 2021
  • add further details on how to add brute force protection

    @benkoshy benkoshy committed Feb 4, 2021
  • Updated Brute force protection (markdown)

    @benkoshy benkoshy committed Feb 4, 2021
  • add instructions on where to configure brute force protection

    @benkoshy benkoshy committed Feb 2, 2021
  • Using '--only-submodules' instead of deprecated '--migrations'

    @kbyn kbyn committed Sep 22, 2015
  • add documentation for inclusion of :unlock_token colum to migration

    jwilsjustin committed Nov 2, 2012
  • updated the migration creation instructions

    @nachbar nachbar committed Dec 29, 2011
  • Fixing formatting of code blocks.

    @sepastian sepastian committed Sep 12, 2011
  • Updated Brute force protection (markdown)

    @NoamB NoamB committed Apr 21, 2011
  • Updated Brute force protection (markdown)

    @NoamB NoamB committed Apr 6, 2011
  • Updated Brute force protection (markdown)

    @NoamB NoamB committed Mar 12, 2011
  • Created Brute-force-protection (markdown)

    @NoamB NoamB committed Mar 12, 2011