Tips, Tricks and Information for the Modern Technologist

Category: Drupal


Secure Drupal Admin Login Page

Posted 26th August in Configurations, Drupal, PHP, Security. 3 Comments

Drupal’s administration login area is not secure by default. Usually there is an option in the configuration area of content management systems to set a secure area for logins, otherwise your username and password are sent in plain text over the internet. Luckily, there is a module which enforces secure login on a Drupal install. [...]