We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe, should use after_persisting callback in user_session.rb model instead of before_save :set_current_user_for_model_security in user model?
In your case, can't manage user object by other( admin privilege ).
see "persisting?" in Authlogic::Session::Persistence::InstanceMethods
The text was updated successfully, but these errors were encountered:
I forget about reset_perishable_token! :-(
Sorry, something went wrong.
No branches or pull requests
Maybe, should use after_persisting callback in user_session.rb model instead of before_save :set_current_user_for_model_security in user model?
In your case, can't manage user object by other( admin privilege ).
see "persisting?" in Authlogic::Session::Persistence::InstanceMethods
The text was updated successfully, but these errors were encountered: