Feature #8007
Request for registration form hook
Status: | New | Start date: | 2011-03-28 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Plugin API | |||
Target version: | - | |||
Resolution: |
Description
Redmine has:
view_my_account
hook - for account pageview_users_form
hook - for user edit pageview_account_left_bottom
hook - for user profile page
But it misses a hook for registration form!
That is if I need to add some new fields (let's skip why I can't use custom fields) I won't be able to add them to registration form (custom fields are supported for it). That's I believe another hook should be added to registration form.
P.S. I attached patch for adding such hook.
History
#1
Updated by Etienne Massip almost 12 years ago
- Category set to Plugin API