Pakket: libuser-simple-perl (1.45-2)
Verwijzigingen voor libuser-simple-perl
Trisquel bronnen:
Het bronpakket libuser-simple-perl downloaden:
- [libuser-simple-perl_1.45-2.dsc]
- [libuser-simple-perl_1.45.orig.tar.gz]
- [libuser-simple-perl_1.45-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Perl Group (Mailarchief)
- gregor herrmann
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
module for simple user sessions management
User::Simple provides a very simple framework for validating users, managing their sessions and storing a minimal set of information (this is, a meaningful user login/password pair and the user's name) via a database. The sessions can be used as identifiers for i.e. cookies on a Web system. The passwords are stored as MD5 hashes (this means, the password is not stored in clear text).
User::Simple was originally developed with a PostgreSQL database in mind, but should work with any DBI handle, be it from a real database (i.e. PostgreSQL, Firebird, MySQL) or from a file-based one (DBD::CSV, DBD::XBase, DBD::DBM, etc.)
Andere aan libuser-simple-perl gerelateerde pakketten
|
|
|
-
- dep: libdate-calc-perl
- Perl library for accessing dates
-
- dep: libdbi-perl
- Perl Database Interface (DBI)
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language