Ignore:
Timestamp:
10/17/08 16:40:38 (4 years ago)
Author:
hverton
Message:

rewritten the login/logout code, all code is now located in setuser.php
added a security setting "require SSL for logins"
added a security setting "require login before site access"
fixed small date display issue in several rev. upgrade files
added alternative login methods to the full-screen login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1836 r1858  
    10821082        $localestrings['573'] = "News:"; 
    10831083        $localestrings['574'] = "Downloads:"; 
     1084        $localestrings['575'] = "Login requires HTTPS:"; 
     1085        $localestrings['576'] = "Site access requires login:"; 
    10841086        $localestrings['600'] = "Albums"; 
    10851087        $localestrings['601'] = "Thumb size:"; 
     
    30323034        $localestrings['ac04'] = "Installed Modules"; 
    30333035        $localestrings['ac05'] = "Webmaster Toolbox"; 
     3036        $localestrings['https'] = "This website allows only logins secured by HTTPS"; 
    30343037        $localestrings['sysusr'] = "Automatic Post"; 
    30353038        $localestrings['user0'] = "Public"; 
     
    37433746if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 
    37443747if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3745 if (!defined('LP_DATE')) define('LP_DATE', "1223543930"); 
     3748if (!defined('LP_DATE')) define('LP_DATE', "1224253694"); 
    37463749$lp_date = LP_DATE; 
    37473750 
Note: See TracChangeset for help on using the changeset viewer.