Skip to content

Commit

Permalink
Change default login-confirm to email-confirm
Browse files Browse the repository at this point in the history
This makes it consistent with default `login` param that was changed to
`email`.
  • Loading branch information
janko committed Oct 22, 2023
1 parent 991a0d1 commit 3deb84f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class RodauthMain < Rodauth::Rails::Auth

# Change some default param keys.
login_param "email"
login_confirm_param "email-confirm"
# password_confirm_param "confirm_password"

# Redirect back to originally requested location after authentication.
Expand Down

0 comments on commit 3deb84f

Please sign in to comment.