
Skip Magic States
Reported by Jared McFarland | March 9th, 2011 @ 12:15 AM
It'd be nice to have a .save_and_skip_magic_states, or to follow the ActiveRecord model, .save(false).
The use case; When a user registers to our site, we'd like them to be automatically logged in on, but subsequent logins we would like to require the email be confirmed.
Is there anyway to do this?
Comments and changes to this ticket
-
CamachoV March 10th, 2022 @ 11:59 PM
This works really well for us, thank you! Facing same issue here. Help is appreciated.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Object based authentication solution that handles all of the non sense for you. It's as easy as ActiveRecord is with a database.