You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using devise inevitable & confirmable. confirmation email & invite emails are working, but it seems like something goes wrong after accepting the invite token. after accepting, it redirects to NEW Password (ok), then it goes to login (flashing: "You have a pending invitation, accept it to finish creating your account. " ), which is wrong, because session came tru accepting link in invite email.
here is my goal:
normal signup works just fine. but for invite, i want no cornfirmation, just accept invite link / token and get new pwd page, than login. no extra confirmation.
steps?
Thx
The text was updated successfully, but these errors were encountered:
i am using devise inevitable & confirmable. confirmation email & invite emails are working, but it seems like something goes wrong after accepting the invite token. after accepting, it redirects to NEW Password (ok), then it goes to login (flashing: "You have a pending invitation, accept it to finish creating your account. " ), which is wrong, because session came tru accepting link in invite email.
here is my goal:
normal signup works just fine. but for invite, i want no cornfirmation, just accept invite link / token and get new pwd page, than login. no extra confirmation.
steps?
Thx
The text was updated successfully, but these errors were encountered: