Difference between revisions of "Admin login"

From TUTOS

m (Reverted edit of Keno, changed back to last version by Gero)
 
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";

Latest revision as of 09:09, 10 April 2007

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.