Skip to content
OpenCode edited this page May 7, 2011 · 2 revisions

All pages within the dashboard are protected by a recognition system based on the introduction of a username-password.

This allows you to make it impossible to edit their own data and their property from intruders. The first source is distributed with a username and password by default. These parameters can be changed quite easily.

  • Download the sources of projects
  • Open with a text editor file scribble/class/password_protect.php
  • Go to line 51 where is this code block:
$LOGIN_INFORMATION = array(
  'admin' => 'admin'
)
  • Change the strings "admin" respectively with your username and password required

Clone this wiki locally