Hello,
I would to know if if does it possible to have something like this :
acts_as_authentic do |c|
c.login_field = :user_name
c.crypted_password_field = :user_passwd
c.persistence_token = :pertok
end
Using the "pertok" field instead of the "persistence_token" field ?
Or say to Ror to use the "user_passwd" as "persistence_token" field.
How to generate a persistence token ?
Thanks in advance ! :-)
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment