Me Redirect
91 sites
No security coverage
This module redirects all paths starting with `/me/` to the appropriate user profile page using a 302 redirect. This allows for flexible handling of user-related URLs.
Description
A simple alternative to Me Aliases for Drupal 8, this module redirects all /me/* paths to the appropriate /user/%user/* page.
It does this as a 302 redirect in case you ever wish to change how this works.
Similar Modules
- me aliases - Use me aliases if you want aliases instead of redirects. (At the time of this writing, not yet available for D8)
- User current paths - Similar functionality to this module, but includes an "Edit my account" link in the user menu.