moving loggedinuser => loggedinusername in includes and Auth.pm :
[koha.git] / C4 / Auth.pm
2003-05-05 tipaulmoving loggedinuser => loggedinusername in includes...
2003-05-02 tipaul*** empty log message ***
2003-03-19 tipaulreindenting & code cleaning
2003-02-06 acliUse the new C4::Boolean module and the new C4::Auth...
2003-02-06 acliPOD elaboration for checkauth() (esp. regarding "$flags...
2003-02-04 tonnesenRemoving +1y expiry time from cookies so that cookies...
2003-02-03 acliUpdated module location
2003-01-20 acliRemoved scoping-related perl warnings
2003-01-19 acliPreliminary fix of the CGI.pm problem of always assumin...
2002-12-10 tipaulauthentification bugfix :
2002-12-04 finlaytThis is essentially the Auth.pm coming from the rel...
2002-10-12 arensbTurn off authentication entirely if systempreference...
2002-10-10 tipaulcleaning code
2002-10-10 tipaulmerging 1.2 and bugfixes for auth and login
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-07 arensbAdded POD and some comments.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-11 tonnesenUpdates to authentications cripts. userpage.pl is...
2002-07-09 tonnesenAuth.pm now caches form submissions and resubmits them...
2002-07-05 tonnesenCookie bug.
2002-07-05 tonnesenAuth.pm now checks the password againts a new field...
2002-07-05 tonnesenMinor changes to authentication routines.
2002-07-04 tonnesenChecks for a basic authentication userid. If found...
2002-07-04 tonnesenAdditions to authentication scheme. Logs to /tmp/sessi...
2002-07-04 tonnesenMinor changes
2002-07-04 tonnesenBeginning of authentication api. Applied to shelves...