-
Notifications
You must be signed in to change notification settings - Fork 1
Set password
OpenCode edited this page May 3, 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 string "admin" respectively with your username and password required