This class can be used to manage and authenticate users with records stored in a MySQL database.
It can query the MySQL database using the ADODB package to create or delete user records. The user passwords may be stored as MD5 or SHA1 hashes.
In Portuguese:
Script feito para uma simples autenticação usando AdoDB / PHP e MySQL.
Possui funções que permitem:
- Adicionar Usuários;
- Remover Usuários;
- Buscar Informações da Sessão;
Utiliza uma camada de segurança baseada em inclusão e consulta do Session_ID e retorna o usuário autenticado ou rejeita o acesso.
Fácil de se implementar com Smarty;
Todos as colunas e tabelas do MySQL são personalizaveis;
Pode-se optar por não criptografar, ou usar MD5 / Sha1;
|
|
| Name: |
Autenticacao |
| Base name: |
autenticacao |
| Description: |
Manage and authenticate users in a MySQL database |
| Version: |
0.1 |
| PHP version: |
4.0 |
| License: |
BSD License |
| All time users: |
464 users |
| All time rank: |
5125 |
| Week users: |
0 users |
| Week rank: |
2151  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
class_auth.php |
Class |
classe de autenticação / authentication class With Example |