Assembla home | Assembla project page
 

Ticket #80 (closed Enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Improve is_user() check

Reported by: aprice30 Assigned to:
Priority: normal Milestone: Version 0.5
Component: General Code Version: 0.4
Severity: normal Keywords:
Cc:

Description

Currently the is_user method only checks if an email and group are in the session. It would be good to perform a more details check and verify the details are valid.

Change History

02/27/09 21:35:35 changed by aprice30

  • status changed from new to closed.
  • resolution set to fixed.

(In [219]) Updated the is_user() method so if sess_use_database is set to FALSE then it will query the database to check the user is real. Closes #80