Ignore:
Timestamp:
Oct 3, 2004, 1:12:50 AM (20 years ago)
Author:
z0rglub
Message:
  • deletion of session_time and session_id_size as config parameter
  • new feature : "remember me" creates a long time cookie
  • possibility to set the default authentication method to URI or cookie
  • really technical parameters (session identifier size, session duration) are set in the config file and not in database + configuration.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/category.tpl

    r539 r541  
    4242                {L_PASSWORD}<br />
    4343                <input type="password" name="password" size="15"><br />
     44                <input type="checkbox" name="remember_me" value="1" /> {L_REMEMBER_ME}<br />
    4445                <input type="submit" name="login" value="{L_SUBMIT}" class="bouton" />
    4546                </form>
Note: See TracChangeset for help on using the changeset viewer.