Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17177 программистов и 1833 робота. Сейчас ищут 1715 программистов ...

Auth_Container_Array

Вернуться к: Auth

Auth_Container_Array

Auth_Container_Array – Authenticate against an array of usernames and passwords

This storage container provides a simple way to store a limited number of username/password pairs within the source code of the script.

The storage-specific argument for the Auth constructor() is an array of options.

Available Options
Option Data Type Default value Description
"cryptType" string "none" The encryption type the password is stored in.
"users" array array() Named array of usernames and password hashes.
<?php
array(
    
'guest' => '084e0343a0486ff05530df6c705c8bb4'// password guest
    
'georg' => 'fc77dba827fcc88e0243404572c51325' // password georg
)
?>



Вернуться к: Auth

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware