Project

General

Profile

Changeset -> user_id association

Added by Thomas Jahns almost 15 years ago

Hi,

I have migrated some user from previous ordinary login to LDAP, which unfortunately means that I had to recreate the user with another user account (changed from something like FirstnameLastname to unixname).

Now the changesets the user submits to the repository get associated with the old user although I changed the email address for the old account to something different and gave the correct email address which also appears in the git commits to the new account.

If this was only about old changesets, I'd probably update the database table "changesets" column user_id and be done, but since it also affects new commits, I wanted to ask what would be the best way to proceed.

Greetings, Thomas Jahns


Replies (2)

RE: Changeset -> user_id association - Added by Thomas Jahns almost 15 years ago

And since this is probably nicer for others:

I'm using redmine 0.8.4 on
- Linux i386/debian lenny with
- lighttpd 1.4.19-5, using
- ruby package version 1.8.7.72-3
- rails 2.3.2

RE: Changeset -> user_id association - Added by Thomas Jahns almost 15 years ago

also: database in sqlite3 3.5.9-6, libsqlite3-ruby 1.2.2-1 bindings

    (1-2/2)