Hey hi,

Is it possible for a new user to register through a block immediately instead of having to click "create an account" etc... ...

This saves the user 1 click.

Comments

mikey_p’s picture

Sounds reasonable...I'll take a look at it and see what's involved.

zzelinski’s picture

This would save the user more than one click. In my situation, I have a single page that I want people to be able to append their names to the bottom of. However, I also want to force registration. If there were a registration block that allowed the anonymous user to register with a new username and password, they would never have to leave the info/signup event page I want them to edit. In this case, it would save the user 4 or more clicks and keep people from leaving due to complexity.

Jkello’s picture

So is this being considered for implementation? Thanks!

mikey_p’s picture

Status: Active » Fixed

See:

http://drupal.org/cvs?commit=118694
http://drupal.org/cvs?commit=118691
http://drupal.org/cvs?commit=118687

Please test the -dev version and report here. If everything works fine, please post here, and I'll roll a formal release. Thanks!

Jkello’s picture

Any chance of porting it over to Drupal 5?

Thanks.

mikey_p’s picture

Version: 6.x-1.x-dev » 5.x-1.x-dev

This feature should be present the the 5.x-1.x dev release. Changing the version here, to reflect that.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

gausarts’s picture

Awfully sorry for reopening this, but I have a problem when trying to merge user registration form into my user-login.tpl page, either through a block administration or embedding directly into it. They did both appear in the page. But when I log in as usual, after hitting the submit button, I always have a message, like Username field is required, E-mail address field is required. It seems that it conflicts with the registration submit button. Am I doing wrong?

Ups, forgot to say that I used 6 version. Thanks