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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | user_import-453580-3.patch | 3.41 KB | tim.plunkett |
| #1 | user_import-453580-1.patch | 3.28 KB | cedarm |
Comments
Comment #1
cedarm commentedHere'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).
Comment #2
cedarm commentedforgot to set needs review..
Comment #3
tim.plunkettRerolled for 6.x-2.x