Todo implemented, removing.

This commit is contained in:
Chris 2012-11-28 14:40:40 +00:00
parent 8b4cc1e5f6
commit df83583615

View File

@ -26,10 +26,6 @@
# #
# This class requires an entry in the settings table with the name 'Auth:unique_id', # This class requires an entry in the settings table with the name 'Auth:unique_id',
# and settings as required by SessionHandler. # and settings as required by SessionHandler.
#
# @todo This class could be made into a SystemModule subclass, and inherit its error
# handling methods. Doing so would mean updating AuthMethod and its subclasses,
# AuthMethods, and SessionHandler, but would be more consistent.
package Auth; package Auth;
use strict; use strict;