I recently did a site where, for each user I registered by hand, I had to go into their user profile and edit some stuff. This was tedious because I had to keep jumping between the List and Add tabs on the user admin page.

Here's a very simple patch that just links the words "Created new user account" over to the user account that was just created.

I'm missing the link on the "notify user of new account" option, so marking code needs work. Gotta catch a ride. ;)

Comments

webchick’s picture

Status: Needs work » Needs review
StatusFileSize
new1.72 KB

There we go.

webchick’s picture

StatusFileSize
new1.5 KB

How about one that's cruft-free?

bdragon’s picture

Status: Needs review » Reviewed & tested by the community

Autopatch Results:
patching file modules/user/user.module
Hunk #1 succeeded at 1409 (offset 64 lines).
Hunk #2 succeeded at 1359 with fuzz 2 (offset -4 lines).

I think this is a good idea.

webchick’s picture

Status: Reviewed & tested by the community » Needs work

Actually, I have a better idea; I want to mention the username in the message and use that as the link instead.

webchick’s picture

Status: Needs work » Needs review
StatusFileSize
new1.69 KB

Try this on for size...

webernet’s picture

Status: Needs review » Reviewed & tested by the community

Looks good. Works as advertised.

forngren’s picture

I tested the patch and can verify the RTBC.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)