Skip to content

Change Devise.confirm_within to Devise.allow_unconfirmed_access_for

Created by: athos-ribeiro

According to Devise's changelog (https://github.com/plataformatec/devise/blob/master/CHANGELOG.md), Devise.confirm_within was deprecated in favor of Devise.allow_unconfirmed_access_for in version 2.0.0.

Merge request reports