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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to