This also happens to be the error page that's shown when there's an AuthenticityToken error. I'd double-check your settings for protect_from_forgery.
Also note that certain very elderly browsers (IE 5 Mac, for one) aren't able to successfully accept a Rails session cookie (as of 2.2, anyways) and will fail. --Matt Jones On Feb 22, 3:39 pm, salamander <[email protected]> wrote: > Anyone ever get an error message such as this? > > "the change you want was rejected. Maybe you changed something you > didn't have access to."" > > I haven't been able to see this in testing, but I'm getting reports > out on the field from a few users trying to register to one of my > websites. > > -S -- 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.

