We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/users/invitation/accept?invitation_token=mNTJW_yyeyQpx6Ncs-17?invitation_token=mNTJW_yyeyQpx6Ncs-17
The text was updated successfully, but these errors were encountered:
Have you changed mailer view? Default mailer view uses accept_invitation_url(@resource, :invitation_token => @token), I don't understand how rails may add token twice. https://github.com/scambra/devise_invitable/blob/master/app/views/devise/mailer/invitation_instructions.html.erb#L5
Sorry, something went wrong.
Yes, I used this in mailer view ...
<a href="<%= accept_invitation_url(@resource, :invitation_token => @token) %>
No branches or pull requests
/users/invitation/accept?invitation_token=mNTJW_yyeyQpx6Ncs-17?invitation_token=mNTJW_yyeyQpx6Ncs-17
The text was updated successfully, but these errors were encountered: