You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some apps, automatically log the user after registration, but can ask to confirm the email to use a certain feature. Is it possible to do the same thing ?
Thanks !
The text was updated successfully, but these errors were encountered:
It logs you in and still sends email
And then for sign_in I override method in my user.rb model:
def confirmed?
true
end
but we could add here an another condition, maybe based on time(few days for conifmation). What if email was wrong ? We should have possibility to change email also....
I have just started working with this gem, so I can be wrong, point me out !
Some apps, automatically log the user after registration, but can ask to confirm the email to use a certain feature. Is it possible to do the same thing ?
Thanks !
The text was updated successfully, but these errors were encountered: