Show
Ignore:
Timestamp:
04/01/05 16:38:25 (8 years ago)
Author:
fproulx
Message:

2005-04-01 Francois Proulx <francois.proulx@…>

  • EVERYTHING IS NOW UTF-8 YOU MUST EDIT YOUR FILES WITH AN UTF-8 COMPLIANT EDITOR
  • The database will be converted to UTF-8 (version 5)
  • Added select boxes ( or hidden ) html form elements to choose the network for signup, lost password, username
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Authenticator.php

    r523 r530  
    2020 \********************************************************************/ 
    2121/**@file Authenticator.php 
    22  * @author Copyright (C) 2005 Benoit Grgoire <bock@step.polymtl.ca>, 
     22 * @author Copyright (C) 2005 Benoit Grégoire <bock@step.polymtl.ca>, 
    2323 * Technologies Coeus inc. 
    2424 */ 
     
    8484                $db->ExecSqlUpdate("UPDATE connections SET "."timestamp_out=NOW(),"."token_status='".TOKEN_USED."' "."WHERE conn_id='{$info['conn_id']}';\n"); 
    8585        } 
     86         
     87        /** 
     88         * Property method that tells if the class allows registration 
     89         */ 
     90        function isRegistrationPermitted() 
     91        { 
     92                return false; 
     93        } 
    8694 
    8795} // End class