Devise - Confirming after the user edits email

后端 未结 3 2142
别跟我提以往
别跟我提以往 2021-02-07 14:17

I\'ve been trying to figure this out for 2 days. I\'m confirming user accounts with email confirmations (via Devise). I finally got all that working, but the whole point was to

3条回答
  •  不知归路
    2021-02-07 14:58

    You could wait it out until the reconfirmable module is released (they're working on it).

    For now it's in a pull request:

    https://github.com/plataformatec/devise/pull/1120

提交回复
热议问题