Hi, I created a new Rails app with authlogic to handle authentication and what have you. In my admin section I'd like to change only the state of users. The problem is that when I submit the form, I get the following error: Password can't be blank
How to tell authlogic to not care about this error? Is it possible to provide te à-la restful_auth option :allow_blank => true ? Regards -- 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 -~----------~----~----~----~------~----~------~--~---

