@ -5,8 +5,8 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController
yieldresourceifblock_given?
yieldresourceifblock_given?
ifresource.errors.empty?
ifresource.errors.empty?
# previously we reset sign in count to indicate that a user was deactivated and so needs to reset their password on confirming their email post reactivation.
# previously we reset sign_in_count to indicate that a user was deactivated and so needs to reset their password on confirming their email post reactivation.
# now we have a specific flag for this.
# now we have a specific flag for this as resetting sign in count was difficult for auditing.
# though for backwards compatability we need to ensure previous users with a reset sign in count still will see the password reset screen
# though for backwards compatability we need to ensure previous users with a reset sign in count still will see the password reset screen