Hi you all and thanks for that wonderful module.
Being so interesting I haven't being able to use because it offers just one inconsistency that I couldn't allow on my registration process. I need being able to login using name or email, and I need redirection after validation but the "inmediate login" function changes the drupal dinamic. I want users to choose their password at registration time, and drupal allows me that both when I allow for no-admin-approval and for free-registration. Having the option to determine my password at login with loggin toboggan always implies inmediate login, which means that login toboggan doesn't allow to have an admin approval process and deciding the password at registering, and the site I'm preparing requires that process. Or maybe I'm wrong...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | loginTobogganTest.png | 49.21 KB | jtrant |
Comments
Comment #1
hunmonk commentedi believe you're wrong. although the person does get logged in immediately, they still only have the permissions of the pre-auth user until they are validated. if you have 'users may register but admin approval is required' set, then it's the admin who gets the validation email, not the user.
if you want the option of enabling/disabling just the immediate login feature, you can upgrade to the 6.x version of the module -- i will not backport that feature to 5.x.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
jtrant commentedit seems that the 'Visitors can create accounts but administrator approval is required' choice in User Settings conflicts with login toboggan's password choice and immediate login option.
i was hoping i would get users assigned to a new 'pre-authorized' role, and then have them become 'authorised users' when the account was approved [unblocked]
but that's not what's happening.
on the account creation screen i'm seeing the duplicate email field, but no option to choose a password [see screenshot].
when the acount is created the user is not logged in, remains blocked and isn't assigned the 'pre-authorized' role.
maybe i'm mis-understanding how this is supposed to work? thanks for any clarification.
Comment #4
hunmonk commentedyou probably don't have the immediate login feature enabled.
you need to have that enabled, and the "Visitors can create accounts but administrator approval is required" set in user settings. users will then be given the chance to create a password at registration, they will be automatically logged in and given the pre-auth role, and the admin will get the validation email.
that's a slightly different workflow than core, i realize, but the smoothest way to do it for integratiing w/ logintoboggan.