While most people may not see the use of updating usernames, I have a site migration I need this for. The accounts are initially created with an import of data from the old billing system, and the usernames/passwords need to be updated with a second import with data from the old front end system. I'm sure others could come up with a few more use cases.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

cedarm’s picture

FileSize
3.28 KB

Here's a patch against 6.x-1.2 that implements this feature. This would be more difficult to implement as a module because of the duplicate username check code (which had to be modified slightly).

cedarm’s picture

Status: Active » Needs review

forgot to set needs review..

tim.plunkett’s picture

Version: 6.x-1.2 » 6.x-2.x-dev
FileSize
3.41 KB

Rerolled for 6.x-2.x