How to programmatically create and log in drupal users
Creating a new user is very easy in Drupal 6. Here’s how.
<p>><p>$new_user = array(</p><p>'name' => $username,<br /> 'mail' [...]
Creating a new user is very easy in Drupal 6. Here’s how.
<p>><p>$new_user = array(</p><p>'name' => $username,<br /> 'mail' [...]
If you’ve been using Wordpress you probably know about Gravatar. Gravatar is an abbreviation for “Globally Recognized Avatar”. It’s a service which provides an avatar across sites. While Gravatar support is built-in in Wordpress, it requires an external module to be installed in Drupal. Recently I had to use the module in a Drupal 5 [...]