Hello All,

I have question once a user comes to edit his profile he changes something and save we can catch that with a hook.
But what is someone do not change anything and just click on save how we can identify that.

Any help is highly appreciated.

Thanks,
Prateek

Comments

prateek_drupal’s picture

Assigned: prateek_drupal » Unassigned
prateek_drupal’s picture

Issue summary: View changes

We can use hook_user_update for drupal 7
and hook_user($op = update) for drupal 6.