Node Body | Modules Unraveled

The LoginToboggan module enhances Drupal's standard registration and login system. In this series, we'll configure LoginToboggan to allow users to login using their username or their email address. We will allow users to create their password at registration, instead of having to wait for a confirmation email. And we'll configure our site so that users are logged in immediately after account creation, and granted a role with limited permissions until they authenticate their account. We'll also configure redirects after account creation and confirmation, and we'll display the login form on access denied pages. We'll finish up by using Rules to send a welcome email to users once they have authenticated their account.