[Rt-commit] r17760 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 15 23:54:12 EST 2009


Author: sunnavy
Date: Thu Jan 15 23:54:11 2009
New Revision: 17760

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/sbin/rt-migrate-db-from-3.8

Log:
 r18796 at sunnavys-mb:  sunnavy | 2009-01-16 12:52:57 +0800
 o need to handle password field in db migration script


Modified: rt/3.999/trunk/sbin/rt-migrate-db-from-3.8
==============================================================================
--- rt/3.999/trunk/sbin/rt-migrate-db-from-3.8	(original)
+++ rt/3.999/trunk/sbin/rt-migrate-db-from-3.8	Thu Jan 15 23:54:11 2009
@@ -180,14 +180,5 @@
     my $name = $user->name;
     $user->__set( column => 'email_confirmed', value => 1 )
       unless $name eq 'RT_System';
-
-# generate auth_token column
-    $user->regenerate_auth_token;
-
-#   this is for attribute, no idea why to add this to attribute
-#    $user->generate_auth_token;
-
-    # TODO what's the best way to (re)set password?
-    $user->__set( column => 'password', value => 'password' )
-      if $name eq 'root';
 }
+


More information about the Rt-commit mailing list