Hi,
Is it possible to extend the Drupal login for users, so that they can edit their own profile page? I'd love to know a few steps to implement something like that without too much hassle.

Kind regards,

Marcel.

Comments

nevets’s picture

You can not know which profile to edit till after the user has logged in.

mfgr’s picture

I know, but there must be a way I guess, otherwise the page https://www.drupal.org/u/mfgr wouldn't exist.

nevets’s picture

That is your profile page and you can edit it once you log in. Till you log in, Drupal does not know who you are so it would not know who's data should be edited.

mfgr’s picture

Okay, so I should rephrase my question I guess: how do I create such a profile page on my own site, so that users can make (or edit) it once they've logged in?

nevets’s picture

In many cases simply adding fields to the user object will do the trick, visit Configuration >> Account Settings >> Manage Fields (tab).

For more complex cases there is the profile2 module.

mfgr’s picture

Thank you! This is exactly what I was looking for. I never imagined it would be that simple... !!!