I have LoginToboggan enabled on a clean Drupal 5.12 install; no other modules or themes. When I uncheck the 'set password & immediate login' box on the configuration page, the password fields on the registration page disappear. This, I understand, is a feature. However, if when i disable and even uninstall the module, the password fields are still hidden. To get the password fields back, I must re-enable the module and check the 'set password & immediate login' to get the password fields back. So it appears to me that disabling/uninstalling this module when the 'set password & immediate login' box is unchecked keeps the password fields hidden, which is certainly not desirable.
Comments
Comment #1
hunmonk commentedthis is directly from the description for the 'set password & immediate login' checkbox:
"(note that this setting is merely a mirror of the 'Require e-mail verification when a visitor creates an account' setting, and is merely here for convenience)."
so if you disabled the module, then you need to use the underlying user module setting which it controls to re-enable the set password option in core.
Comment #2
pathfinderelite commentedgotcha ty for the response