ipAuthenticator blocks user_registration form overriding ability
CoPut - August 6, 2009 - 13:34
| Project: | ipAuthenticator - authenticates an IP to a role |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
In my situation email_registration module needs to override user registration form but ipAuthenticator call user_register() on form construction directly, so there is no changes for email_registration.

#1
That's my solution.
#2
That looks good--thank you! I will see how it functions and then make an update.