1

Do You have any idea how to easily add a menu link "Change Your password" that would lead to Edit Profile page?

I can programmatically add it, but I hoped that in the Admin Panel I could add a link, like [drupal]/user/edit that would redirect me to [drupal]/user/[id]/edit.

The best solution that comes to my mind is to create a site i.e.[drupal]/password that would contain a code adding user id and redirecting to its profile edit page.

But maybe You know a solution that would work out of the box?

PS It seems that often Drupal makes complex things easy, but sometimes it does the other way round. ;-)

apaderno
  • 28,547
  • 16
  • 75
  • 90
Michał Pękała
  • 2,359
  • 5
  • 22
  • 32

1 Answers1

1

The me module solves this.

googletorp
  • 33,075
  • 15
  • 67
  • 82