/[drupal]/contributions/modules/logintoboggan/UPGRADING.txt
ViewVC logotype

Contents of /contributions/modules/logintoboggan/UPGRADING.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Mar 21 12:56:24 2009 UTC (8 months, 1 week ago) by thehunmonkgroup
Branch: MAIN
CVS Tags: DRUPAL-7--1-0-ALPHA2, DRUPAL-7--1-0-ALPHA1, HEAD
Changes since 1.1: +22 -0 lines
File MIME type: text/plain
adding upgrade instructions.
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.

  ViewVC Help
Powered by ViewVC 1.1.2