Project

General

Profile

Actions

Defect #14590

closed

migrate_from_trac.rake does not import Trac users, uses too short password

Added by Craig Rodrigues over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Importers
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I was testing migrate_from_trac.rake and found that it was not importing the user database from trac.
I substituted ".save" with ".save!" in a few places in the script and found this error:

Validation failed: Password is too short (minimum is 8 characters)
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/validations.rb:56:in `save!'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/attribute_methods/dirty.rb:33:in `save!'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `block in save!'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/transactions.rb:313:in `block in with_transaction_returning_status'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/database_statements.rb:192:in `transaction'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/transactions.rb:208:in `transaction'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/transactions.rb:311:in `with_transaction_returning_status'
/usr/local/lib/ruby/gems/1.9/gems/activerecord-3.2.13/lib/active_record/transactions.rb:264:in `save!'
/usr/local/www/redmine/lib/tasks/migrate_from_trac.rake:280:in `find_or_create_user'
/usr/local/www/redmine/lib/tasks/migrate_from_trac.rake:435:in `block in migrate'
/usr/local/www/redmine/lib/tasks/migrate_from_trac.rake:428:in `each'
/usr/local/www/redmine/lib/tasks/migrate_from_trac.rake:428:in `migrate'

Changing the default password for created users from 'trac'
to 'tracmigratetoredmine' fixed the problem.

See attached patch.

Related to: #14567


Files

migrate_from_trac.rake.txt (672 Bytes) migrate_from_trac.rake.txt Craig Rodrigues, 2013-08-01 07:40

Related issues

Related to Redmine - Patch #14567: migrate_from_trac.rake does not convert timestamps in Trac database version 23New

Actions
Related to Redmine - Defect #14960: migrate_from_mantis.rake does not import Mantis users, uses too short passwordClosedJean-Philippe Lang

Actions
Has duplicate Redmine - Defect #14646: Migrating from Trac, users are not importedClosed

Actions
Actions

Also available in: Atom PDF