devise
devise copied to clipboard
`confirmation_sent_at` is set regardless `skip_confirmation_notification!` method call
Related to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138501#note_1686234692
User's confirmation_sent_at is set regardless skip_confirmation_notification! when creating new user.
I found the reason why confirmation_sent_at is always set https://github.com/heartcombo/devise/issues/4536#issuecomment-312870410. I think we should add a new column to track when confirmation token was generated instead of using confirmation_sent_at.