Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: An Unnofficial Patch to CGI::Session::Auth::DBI...

by monsieur_champs (Curate)
on Oct 07, 2004 at 17:37 UTC ( [id://397387]=note: print w/replies, xml ) Need Help??


in reply to Re: An Unnofficial Patch to CGI::Session::Auth::DBI...
in thread An Unnofficial Patch to CGI::Session::Auth::DBI...

Ops! That's my fault! Here it is:

  1. sprintf() is not used anymore in query building. String interpolation is faster and cleaner.
  2. Instead of just parameters for database connection, the constructor now accepts a single parameter holding a DBI Object. Usually I share a DBI connection throught all mya pplication source code.
  3. Introduced a new parameter into the constructor to tell CGI::Session::Auth::DBI how to update and compare password values (I protect my database-stored passwords with MD5 Digest armoring).
  • Comment on Re^2: An Unnofficial Patch to CGI::Session::Auth::DBI...

Replies are listed 'Best First'.
Re^3: An Unnofficial Patch to CGI::Session::Auth::DBI...
by Anonymous Monk on Dec 23, 2005 at 23:29 UTC
    Does anyone know how to determine the current logged in username after a user has been authenticated? Thanks, Andrew

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://397387]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found