Needs review
Project:
Pathauto
Version:
8.x-1.15
Component:
Bulk generation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Jul 2026 at 06:39 UTC
Updated:
29 Jul 2026 at 18:30 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
ruriko commentedComment #3
yusuf_khan commentedFor Drupal 11 + Pathauto:
1. Use pattern:
user/[user:name]
(not `/[user:account-name]`)
2. Enable user aliases:
/admin/config/search/path/settings
3. Check existing aliases:
/admin/config/search/path/list
Delete old `/user/1` aliases if they exist.
4. Run bulk generate with **overwrite existing aliases** enabled.
5. Clear cache:
drush cr
If it still doesn't work, check your Pathauto version supports Drupal 11.
Comment #4
ruriko commentedI thought
[user:account-name]was deprecated cause when I look at the available tokens it says so. Anyway I tried all those steps and still doesn't work. I didn't need to enable the user entity since it's enabled on default. Even if I did enteruser/[user:name]it will still auto add the forward slash after saving. My drupal version is 11.4.2 and Pathauto version 8.x-1.15Comment #7
akashkumar07 commentedPlease review this MR change.