-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Line 16 in b2e0ebd
@user = User.find_signed(params[:confirmation_token], purpose: :confirm_email) |
The user will receive a confirmation token, with this token he can validate any further email. I solved it by setting the email as purpose, so that token is valid only for that email.
@user = User.find_signed(params[:confirmation_token], purpose: "verify_#{params[:email]}")
Metadata
Metadata
Assignees
Labels
No labels