You are here

README.txt in LoginToboggan 7

Introduction
===========

It is a very simple module which provides an integration between widely
used modules "LoginToboggan" and "Rules".

Installation
============
1. Enable the module in the module listing page.
2. In LoginToboggan settings check "Set password" option.
3. That's it!!

For best results, you may want to uncheck the "Immediate login" option on
LoginToboggan settings. This is just for cosmetic reasons, as in most use
cases you might want users to click on the verification link first before
actually letting them in the site.

Usage
=====
Create a rule. You will now see "When the user account is validated"
event under User category.
In this event, the validated user's account information is available.
Use this event to implement various automation tasks.

Currently maintained by Sudhir (porwal.lucky@gmail.com)

File

contrib/logintoboggan_rules/README.txt
View source
  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. That's 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 User 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)