Show
Ignore:
Timestamp:
09/25/2008 10:47:04 PM (2 months ago)
Author:
Shadowhand
Message:

Updated Auth:

  • Created a "session_key" configuration option to change the name of the session key that auth uses, fixes #844
  • Refactored Auth_Driver into an abstract class
  • Removed auth/driver directory, moving drivers up one level
  • Updated Auth, Auth_ORM, and Auth_File to match changes
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/views/auth/install.php

    r3403 r3488  
    66 
    77<p>After the tables have been installed, you will be able to <?php echo html::anchor('auth/create', 'create a user') ?>.</p> 
     8<p>If you have already created an account, <?php echo html::anchor('auth/login', 'login now') ?>.</p> 
    89 
    910<p><em>This query is MySQL-specific, but should be easy to adapt to an database that supports foreign keys.</em></p>