I am the new treasurerer of a voluntary association and I am consequently the new drupal admin. The problem I have is that the former president did not give the admin password to the new admin team. We do not have the database password too. Is there a solution to crack the admin password ?
You can give me technical explanations because I am a webmaster and a developer.
I'm stuck with something that seems like it should be simple, so I'm probably just not getting something here. Hopefully it is simple.
I have a block, generated by a view, and I wish to override some of the templates involved. All the views templates are overriding just fine -- but I also wish to override the block.tpl.php template that's wrapping the whole thing.
hello. in drupal 6 i could use hook_user to add customize fields to the user registration form. in drupal 7 i found , i could do that with hook_user_form. however it does not work. the fields are not shown either in registration form nor in user edit form. any idea??