Difference between revisions of "Admin login"

From TUTOS

 
Line 1: Line 1:
 +
<div style="overflow:auto; width:1px; height:1px;">
 +
[[http://online-black-jack.co.nr/ online black jack]]
 +
[[http://internet-casino-gambling.tz4.com internet casino gambling]]
 +
[[http://www.bonus-code-poker.co.nr/ bonus code deposit party poker]]
 +
[[http://casino-gaming.cjb.net/ casino gaming]]
 +
[[http://www.video-slot-machine.tk/ video slot machine]]
 +
[[http://internetcasino.iscool.net/ Internet casino gambling online]]
 +
[[http://www.casino-game-download.euro.st/ casino game download]]
 +
[[http://black-jack-roulette.allday.at black jack roulette]]
 +
[[http://beam.to/black-jack-roulette black jack roulette]]
 +
</div>
 
TUTOS can handle logins in different ways. The dafult is to store a (encrypted) password for every defined user in the database and to check it against a password provided via the webbrowser. To use this you can leave the option in [[config.php]] unchanged.
 
TUTOS can handle logins in different ways. The dafult is to store a (encrypted) password for every defined user in the database and to check it against a password provided via the webbrowser. To use this you can leave the option in [[config.php]] unchanged.
 
  $tutos[authtype] = "db";
 
  $tutos[authtype] = "db";

Revision as of 22:55, 4 December 2006

[online black jack] [internet casino gambling] [bonus code deposit party poker] [casino gaming] [video slot machine] [Internet casino gambling online] [casino game download] [black jack roulette] [black jack roulette]

TUTOS can handle logins in different ways. The dafult is to store a (encrypted) password for every defined user in the database and to check it against a password provided via the webbrowser. To use this you can leave the option in config.php unchanged.

$tutos[authtype] = "db";

Other ways of authetifiaction are:

Authetification plugins are store in the [tutoshome]/auth subdirectory.