Show
Ignore:
Timestamp:
03/30/05 15:05:00 (8 years ago)
Author:
fproulx
Message:

2005-03-30 Fran�ois Proulx <francois.proulx@…>

  • Finished RADIUS authentication and accounting
  • Accounting Unique session ID is now based on the same token we use
  • Fixed all issues with lost_username, lost_password etc...
  • User class has new static function getUsersByEmail and getUsersByUsername
  • Added translations for new features
  • Translated the validation, lost password, username e-mails
  • Tested quite a bit, this version is considered stable
  • A few examples on how set different RADIUS or local authenticators can be found in the config.php
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/include/schema_validate.php

    r513 r517  
    5050          echo _("The database schema is not up to date.  Do you want to try to update it?  This operation is irreversible."); 
    5151          echo "</h1><form name='login_form' method='get'>\n"; 
    52           echo "<input type='submit' name='submit' value='"._("Try too update database schema")."'>\n"; 
     52          echo "<input type='submit' name='submit' value='"._("Try to update database schema")."'>\n"; 
    5353          echo _("Yes, I am sure:")."<input type='checkbox' name='schema_update_confirm'>\n"; 
    5454          echo "</form>\n";