Browse Source

empty

demo-equations
Kat 5 months ago
parent
commit
aa64c4271f
  1. 1
      app/models/user.rb

1
app/models/user.rb

@ -165,6 +165,7 @@ class User < ApplicationRecord
RESET_PASSWORD_TEMPLATE_ID
end
def confirmable_template
if last_sign_in_at.present? && (unconfirmed_email.blank? || unconfirmed_email == email)
USER_REACTIVATED_TEMPLATE_ID

Loading…
Cancel
Save