finlayt
2ee268c632
This is essentially the Auth.pm coming from the rel-1-2 branch. It is quite different from the old one, but shouldnt break any existing code.
2002-12-04 04:32:35 +00:00
arensb
5ff7515d5b
Turn off authentication entirely if systempreference "insecure" is set
...
to "yes".
2002-10-12 06:12:39 +00:00
tipaul
ae8bd1dbf8
cleaning code
2002-10-10 14:47:00 +00:00
tipaul
9d31145bf2
merging 1.2 and bugfixes for auth and login
2002-10-10 10:07:34 +00:00
arensb
fa873de1fd
Added whitespace to make the POD work.
...
Simplified references.
2002-10-10 04:29:39 +00:00
arensb
acaffcf53e
Added POD and some comments.
2002-10-07 00:34:24 +00:00
arensb
dbca39823f
Merged with arensb-context branch: use C4::Context->dbh instead of
...
&C4Connect, and generally prefer C4::Context over C4::Database.
2002-10-05 09:44:27 +00:00
tonnesen
1e67687742
Added copyright statement to all .pl and .pm files
2002-08-14 18:12:50 +00:00
tonnesen
17388eccad
Updates to authentications cripts. userpage.pl is the page for authenticated
...
users in the OPAC to set preferences, get personal information, etc.
2002-07-11 05:46:58 +00:00
tonnesen
657685e1ac
Auth.pm now caches form submissions and resubmits them if a user logs back in
...
after being logged out for inactivity. Also switched from crypt passwords to
md5 passwords stored in borrowers table. Used Digest::MD5 module. I ain't
gonna reinvent _that_ wheel. :)
2002-07-09 05:37:53 +00:00
tonnesen
1a43c68fe3
Cookie bug.
2002-07-05 20:33:23 +00:00
tonnesen
259a4873fb
Auth.pm now checks the password againts a new field in the borrowers table
...
(password). There is also a new "userid" field in the borrowers table. When
a user logs in, the userid will be checked against the userid first and the
cardnumber second, so either method will work.
2002-07-05 19:56:35 +00:00
tonnesen
a66bcaa168
Minor changes to authentication routines.
2002-07-05 05:03:36 +00:00
tonnesen
bdee484019
Checks for a basic authentication userid. If found, it skips the cookie stuff.
...
Also now supports scripts that do not _require_ authentication, but might
display differently if they get an authenticated userid (might be useful for
opac pages, where pages could be tailored to meet a patron's preferences).
2002-07-04 21:22:21 +00:00
tonnesen
185adfbfe7
Additions to authentication scheme. Logs to /tmp/sessionlog. Will move this
...
to a db table.
2002-07-04 21:09:43 +00:00
tonnesen
62e0baa92a
Minor changes
2002-07-04 19:42:48 +00:00
tonnesen
60a72c67fe
Beginning of authentication api. Applied to shelves.pl for now as a test case.
2002-07-04 19:21:29 +00:00