when you select to have the login block collapsable, it displays a login/register link, when you click it the login form appears with a second link to register.

personally I would either like to remove the create account link from underneith the login form, and have a seperate collapsible block to register/create new account. Or what would be better is, to have the two fields first email/user name second password, the user can then either select to login with these details, or click register with these details, and if the email/username isnt already taken the account would automatically be created with these details, saving the user having to go through two or three pages.

Would this be possible?
Thanks for any help.

Comments

hunmonk’s picture

Status: Active » Fixed

personally I would either like to remove the create account link from underneith the login form, and have a seperate collapsible block to register/create new account.

you could probably address this with a mini-module that adjusts things via theming and form_alter()'ing.

also you may want to check out this effort: http://drupal.org/node/264332

personally I would either like to remove the create account link from underneith the login form, and have a seperate collapsible block to register/create new account. Or what would be better is, to have the two fields first email/user name second password, the user can then either select to login with these details, or click register with these details, and if the email/username isnt already taken the account would automatically be created with these details, saving the user having to go through two or three pages

way out of scope for this module. sounds like you may want to role your own thing for this.

Status: Fixed » Closed (fixed)

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