Drupal
Change Drupal admin password using Drush
Today I wanted to share very handy tip, on how can I change a user's Drupal password from the command-line with Drush?
Very easy using drush upwd command:
drush upwd USERNAME --password="SOMEPASSWORD"
This should work for all versions of Drupal.
Drupal translate custom module
If you created your custom Drupal module and you wonder how to translate it in other language then you came to the right place!
In few simple steps I ll show you how to export translatable strings from your custom module and import them in Drupal translation interface.
Submit Drupal user registration form to Hubspot
Today I am going to show you how to create a small module that submits results of Drupal user registration form to Hubspot. For those who doesn't know, HubSpot provides advanced targeting marketing and lead nurturing features. You can read more about it at their website: http://www.hubspot.com/
We will call our module hubspot_user.module. First of all we need to create admin configuration form where you can enter three things: