Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From a more practical point of view Drupal is <em>secure</em> out of the box but being a CMS means that the settings may not be suitable for your personal site. For example the default account settings are to let people visiting your site create accounts by themselves, so you might want to disable that.</p> <p>Here are some configuration settings that you might want to check (These are for Drupal 7):</p> <p>Select if visitors can create accounts etc. /admin/config/people/accounts</p> <p>Check all the permissions that relate to you. Sensible defaults are set like anonymous users can view comments, and published content. /admin/people/permissions</p> <p>Text Formats. These have sensible defaults but check to make sure roles are not setup to use php input format (this should really never be set in my opinion). /admin/config/content/formats</p> <p>Error logging. /admin/config/development/logging</p> <p>Also check your file permissions to make sure they are in line with the suggestions on drupal.org - <a href="http://drupal.org/node/244924" rel="nofollow">http://drupal.org/node/244924</a></p> <p>It's worth remembering to look at your site as an anonymous user - I know that sounds obvious but a lot of people stay logged in as user 1 and don't realise how the site might look to someone who is of another role or not logged in at all. Use another browser to view the site so you can keep logged in as one user and anonymous in the other browser.</p> <p>If you are going to be writing modules look into the api functions like filter_xss() and checkplain() - <a href="http://drupal.org/writing-secure-code" rel="nofollow">http://drupal.org/writing-secure-code</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload