I can select 'update path alias' in the admin/content/node page to auto change path alias for my contents..

But I couldn't find the same function for updating users in admin/user/user ?

Thanks.

Comments

greggles’s picture

Title: Bulk update users alias? » Provide update action for users
Version: 6.x-1.2 » 7.x-1.x-dev
Component: Miscellaneous » Code

Yes, we need a similar thing for users.

dave reid’s picture

Title: Provide update action for users » Impelement hook_user_operations() for updating user aliases

Yeah this is completely reasonable.

alexkessler’s picture

I already implemented this for 6.x-1.2.
Should a make a patch against 6.x.1.x-dev or 6.x.2.x-dev?

dave reid’s picture

7.x-1.x is preferred now for patches of new features. Once they're fixed there, I'll backport them to 6.x-2.x. 6.x-1.x is closed to feature requests.

dave reid’s picture

Assigned: Unassigned » dave reid
dave reid’s picture

Status: Active » Needs review
StatusFileSize
new7.49 KB

Here's the patch to get a basic user operation and kind of unify the node and user operation code. Let's see how the testbot likes it.

dave reid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.