Hi,<br><br>I'm now trying to add two columns to the Login User; homepage, blog. I added the two columns to Model::User::Schema, and Model::User inherits the User model of the Login. Then, when I try to sign up, I got the error below,
<br><br>
  
  

Error in /home/w3pm/perl/lib/site_perl/5.8.8/Jifty/Action/Record.pm line 149

<pre>Can't locate object method &quot;homepage&quot; via package &quot;Jifty::Plugin::Login::Model::User&quot;</pre><br>I think Jifty grabs my User(Model) but not my Signup(Action). I could edit the Login dispatcher, but I don't want to touch the Login. Please show me the recipe if you have.
<br><br><br><br>