| 1 |
$Id: UPGRADING.txt,v 1.1.2.1 2009/03/21 12:55:24 thehunmonkgroup Exp $
|
| 2 |
|
| 3 |
*******************************************************
|
| 4 |
UPGRADING.txt for logintoboggan.module for Drupal
|
| 5 |
*******************************************************
|
| 6 |
|
| 7 |
5.x to 6.x:
|
| 8 |
|
| 9 |
1. The 'Set password & Immediate login' functionality has been split out into
|
| 10 |
separate 'Set password' and 'Immediate login' features.
|
| 11 |
|
| 12 |
2. The behavior of LoginToboggan's 'Redirect path on Confirmation' setting has
|
| 13 |
changed in the case where users are NOT setting their own password on
|
| 14 |
registration. The previous behavior was to automatically redirect the user
|
| 15 |
to 'user/%uid/edit', with a final destination of the 'Redirect path on
|
| 16 |
Confirmation' setting. This behavior has been removed. To replicate it, the
|
| 17 |
path must be explicitly declared now.
|
| 18 |
Ex: to have the user visit their edit page, with a final destination of
|
| 19 |
node/foo, you would use: user/%uid/edit?destination=node/foo
|
| 20 |
|
| 21 |
3. A new 'Delete unvalidated users after' feature has been added. This feature
|
| 22 |
is handy for automatically cleaning up spam registrations.
|