Login Generator Error

Back in the old days, you specified a model for a given controller, but that's no longer the custom (because controllers don't map 1:1 to models, necessarily).

Just remove the line that says:

model :user

The fact that it's there suggests that you'll have other issues making the generator 2.0 friendly, though.

Deirdre