Create A Customized Account Registration Page

Hi,

I need a customized page where users can sign up, I have looked at the registration module but it does not offer the capability to customize the page which is essential, any tips?

Ben

Message was edited by: benofsky, Spelling and Grammar Error

Hi Ben,

Currently, the only way to customize the page is to download the url=http://www.jivesoftware.org/source.jspWildifre source[/url] (which also includes the source to all the plugins), make your required changes, and then compile plugin; there’'s a kb article here[/url] on how to compile Wildfire.

What sort of customization were you wanting to do?

Thanks,

Ryan

Well, I kneed a captcha, and for it to fit into my site, it would be perfect If I could put a page on my drupal website with the form in it, although I could just take the css from that and apply it to this, although if I could compile the registration module again, I’‘d be able to edit the page, so that would work. Is there an easier way, If not I’‘ll do it because it’'s not as such hard, just time consuming.

Thanks,

Ben

Hi,

you may code your page with the captcha as a proxy, so the end user enters the information on your page and your server/cgi creates and sends the http request to the registration plugin, after the (un-)successful login the cgi returns the page for the end user.

So you don’'t need to open port 9090 in your firewall for the world.

LG

Ben,

The user service plugin sounds like it’‘s just what you’‘re looking for. It exposes user creation through a REST style web service. That will allow you to do whatever type of user creation form you’'d like, including CATCHPA, etc. The other option is to use your own user system, and create a UserProvider and AuthProvider implementation that talks to your implementation.

Regards,

Matt

Thanks,

The user service plugin is exactly what I need thanks for all your tips.

Ben