套件:libuser-simple-perl(1.45-3)
libuser-simple-perl 的相關連結
Debian 的資源:
下載原始碼套件 libuser-simple-perl:
- [libuser-simple-perl_1.45-3.dsc]
- [libuser-simple-perl_1.45.orig.tar.gz]
- [libuser-simple-perl_1.45-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
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.)
其他與 libuser-simple-perl 有關的套件
|
|
|
|
-
- 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