<?php
// Copyright (c) MetaClass, 2003-2008
// Licensed under the Academic Free License version 3.0
includeClass('PntxSessionAuthenticator', 'pntx/auth/login');
/** This class extends PntxSessionAuthenticator for authenticating
* users on the basis of user data from the database
*
* @package pntx/auth/admin
*/
class PntxUserAuthenticator extends PntxSessionAuthenticator {