Odd, I've got an extended user form and have normal signup/account/etc
<extend tag="form" for="User">
<old-form merge param="default">
<after-actions:>
<ul>
<li if="lifecycle.can_change_email?(current_user)"><a
action="change_email">Update Email Address</a></li>
<li if="lifecycle.can_deactivate?(current_user)"><a
action="deactivate">Deactivate Account</a></li>
<li if="lifecycle.can_activate?(current_user)"><a
action="activate">Activate Account</a></li>
</ul>
</after-actions:>
</old-form>
</extend>
On Mar 3, 5:41 pm, Michael <[email protected]> wrote:
> I just noticed that my mods also affected the user account page.
> Instead of showing Email Address, Current Password, New Password and
> Confirm New Password it displays my extended form with the location
> fields.
>
> On Mar 3, 7:25 pm, Michael <[email protected]> wrote:
>
> > I just modified my user form to allow the user to enter their location
> > (I've added several location related columns to the user table). I
> > did that by extending the tag in application.dryml. So I got that all
> > working but then I went to try signing up a new user and the signup
> > form was missing. If I remove the extended user form from
> > application.dryml the signup form reappears. Is there a way to do the
> > kind of customization I want without breaking the signup form?
>
>
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" 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/hobousers?hl=en.