Warning: Table 'dhuha_drpl1.cache_page' doesn't exist query: SELECT data, created, headers, expire FROM cache_page WHERE cid = 'https://dhuha.net/en/content/computer/drupal/drupal-tutorial-series-basic-security-configuration' in /home/dhuha/public_html/includes/database.mysql.inc on line 174

Warning: Cannot modify header information - headers already sent by (output started at /home/dhuha/public_html/includes/database.mysql.inc:174) in /home/dhuha/public_html/includes/bootstrap.inc on line 569

Warning: Cannot modify header information - headers already sent by (output started at /home/dhuha/public_html/includes/database.mysql.inc:174) in /home/dhuha/public_html/includes/bootstrap.inc on line 570

Warning: Cannot modify header information - headers already sent by (output started at /home/dhuha/public_html/includes/database.mysql.inc:174) in /home/dhuha/public_html/includes/bootstrap.inc on line 571

Warning: Cannot modify header information - headers already sent by (output started at /home/dhuha/public_html/includes/database.mysql.inc:174) in /home/dhuha/public_html/includes/bootstrap.inc on line 572

Drupal Tutorial Series: Basic Security Configuration

  • warning: Cannot modify header information - headers already sent by (output started at /home/dhuha/public_html/includes/database.mysql.inc:174) in /home/dhuha/public_html/includes/common.inc on line 141.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function ereg() is deprecated in /home/dhuha/public_html/includes/file.inc on line 646.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.
  • : Function split() is deprecated in /home/dhuha/public_html/modules/filter/filter.module on line 1206.

drupal After you have installed Drupal and created first user account (will considered as administrator/super admin by drupal system) then you have to configure few things.

Click on the menu item that says "Administer", its on your left sidebar. That will lead you the the Drupal admin screen. You will find some menus: Administrer, Content management, Site building, Site configuration, User management, Reports and Help.

There are some basic security configuration you should to know before you create content and publish your site to the world.

1. Home -- Administrer -- User management -- User settings

    By default drupal site will choose "Visitors can create accounts and no administrator approval is required." for you. Change

    it to "Only site administrators can create new user accounts."

2. Home -- Administrer -- Site configuration -- Input formats

    Make sure your default input format is not Full HTML.

3. Home -- Administrer -- Administrer

    If you find this message:

   "There are security updates available for one or more of your modules or themes. To ensure the security of your server, you should update immediately! See the available updates page for more information."

    Then you have to update your modules or themes immediately. Click the available updates link to see the report.

4. Home -- Administrer -- Administrer -- By module Tab

    This page shows you all available administration tasks for each module. Click Configure permission in each module and make sure you are controlling what users can do on your site. By default drupal define two users, anonymous user and authenticated user. Control their permission in this section.

5. Do not install modules that not found in drupal.org