You are here

README.txt in LoginToboggan 6

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 (admin/user/logintoboggan), 
   check "Set password" option.
3. Thats 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 LoginToboggan 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 (admin/user/logintoboggan),
  9. check "Set password" option.
  10. 3. Thats it!!
  11. For best results, you may want to uncheck the "Immediate login" option on
  12. LoginToboggan settings. This is just for cosmetic reasons, as in most use
  13. cases you might want users to click on the verification link first before
  14. actually letting them in the site.
  15. Usage
  16. =====
  17. Create a rule. You will now see "When the user account is validated"
  18. event under LoginToboggan category.
  19. In this event, the validated user's account information is available.
  20. Use this event to implement various automation tasks.
  21. Currently maintained by Sudhir (porwal.lucky@gmail.com)