= migrate the Trac DB to respect a user name change = == This hack is up for adoption == == Description == This script allows you to rename users in a Trac project in the database fields. == Bugs/Feature Requests == Existing bugs and feature requests for RenameTracUsersScript are [report:9?COMPONENT=RenameTracUsersScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=RenameTracUsersScript&owner=obs new ticket]. == Download == Download the zipped source from [download:renametracusersscript here]. == Source == You can check out RenameTracUsersScript from [http://trac-hacks.org/svn/renametracusersscript here] using Subversion, or [source:renametracusersscript browse the source] with Trac. == Example == {{{ rename-trac-users -d user_mapping.py projects/GeoTrac/ }}} Here, `user_mapping.py` is a python dictionary of ''(old_login, new_login)'' == Recent Changes == [[ChangeLog(renametracusersscript, 3)]] == Author/Contributors == '''Author:''' [wiki:k0s] [[BR]] '''Maintainer:''' [[BR]] '''Contributors:'''