README.txt 845 B

12345678910111213141516171819202122232425
  1. Introduction
  2. ===========
  3. It is a very simple module which provides an integration between widely
  4. used modules "LoginToboggan" and "Rules".
  5. Installation
  6. ============
  7. 1. Enable the module in the module listing page.
  8. 2. In LoginToboggan settings check "Set password" option.
  9. 3. Thats it!!
  10. For best results, you may want to uncheck the "Immediate login" option on
  11. LoginToboggan settings. This is just for cosmetic reasons, as in most use
  12. cases you might want users to click on the verification link first before
  13. actually letting them in the site.
  14. Usage
  15. =====
  16. Create a rule. You will now see "When the user account is validated"
  17. event under LoginToboggan category.
  18. In this event, the validated user's account information is available.
  19. Use this event to implement various automation tasks.
  20. Currently maintained by Sudhir (porwal.lucky@gmail.com)