Skip to main content

Home/ Web Programming/ Group items tagged drupal

Rss Feed Group items tagged

webExplorations

Securing Drupal User Accounts | Mad Irish . net - 1 views

  • This helps to limit automated account creation attempts (by bots). This configuration can be accessed via the main Drupal navigation menu following the links for Administer -> User settings.
  • On the 'User settings' page you'll notice that some of the content of the e-mail templates are tokenized, including place holders such as "!username" and "!password." These tokens are replaced with user specific values before e-mails are sent. It is important to remove any occurrence of "!password" token to prevent user passwords being sent via e-mail. Without the password users must utilize a time sensitive link in order to activate their account or change their password.
  • You can install and utilize the Password Strength module (http://drupal.org/project/password_strength) in order to require that users select strong passwords
  • ...1 more annotation...
  • Another great module for protecting user accounts is the Login Security module (http://drupal.org/project/login_security). This module detects brute force, or automated password guessing, attacks and can prevent them by notifying administrators and locking accounts for a time.
  •  
    Several steps you can take to stop bots from spamming your client's site. It is no fun spending an afternoon deleting hundreds of SPAM comments.
webExplorations

The Drupal Cookbook (for beginners) | drupal.org - 1 views

  •  
    A very good overview of working with Drupal. Allows you to also zoom in on the details.
webExplorations

Top Drupal Videos of the Week | Get Drupal Help When You Need it Most | LevelTen | Dall... - 1 views

  •  
    An interesting collection of videos. Color and Theming a Node, Making Your Theme Scale with Your Brand, Applying Systems Thinking to Design the Ideal Experience,
1 - 4 of 4
Showing 20 items per page