Hi
I'm, not sure if I'm not using this correctly, if there's a bug, or if the module doesn't do what I'm trying to achieve.
I don't think it's a bug...
I am following the documentation, as I understand it. Some of the instructions are a little incomprehensible, especially the 'Set passowrd' instructions.
Here's what I want:
- User registration form has only these fields:
- Email
- First Name
- Last Name
- When they register, their email, or a combination of their first and last name, becomes their username.
- A password is automatically generated.
- They are automatically logged in and redirected to a specific page.
- They have the temporary role for a time which is then deleted if they've not confirmed (I'm assuming this was designed to achieve what I want to use it for, prevent bot registrations).
I've tried all the different combinations of settings in Login Tobbogan and Drupal core and can't achieve this.
Thanks
Glenn
Comments
Comment #1
hunmonk commentedthe module doesn't do what you're trying to acheive. it does have:
- They are automatically logged in and redirected to a specific page.
- They have the temporary role for a time which is then deleted if they've not confirmed (I'm assuming this was designed to achieve what I want to use it for, prevent bot registrations).
but i'm pretty sure that you can't be automatically logged in by LT without also being able to set their own password.
you'll most likely need to build a custom module ot achieve a lot of the other stuff.