Skip to content

Commit

Permalink
Remove rate limit from api generator
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Oct 8, 2024
1 parent d086330 commit 1fe9d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## New version

* Remove rate limit from api generator

## Authentication Zero 4.0.0 ##

* Remove system tests
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
class Identity::PasswordResetsController < ApplicationController
skip_before_action :authenticate

<%- if options.lockable? -%>
rate_limit to: 10, within: 1.hour, only: :create
<%- end -%>
before_action :set_user, only: :update

def edit
Expand Down

0 comments on commit 1fe9d05

Please sign in to comment.