diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-10-02 23:12:50 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-10-02 23:12:50 +0000 |
commit | 3c8309a7e621ede168cf7f6dfd8c8d55144525ea (patch) | |
tree | 8b13443d84b3eae9ddead399bea404a981b2bc60 /template/default/identification.tpl | |
parent | da836ea95fce9a8b5711366253832d298e3c4a6e (diff) |
- 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
git-svn-id: http://piwigo.org/svn/trunk@541 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/identification.tpl')
-rw-r--r-- | template/default/identification.tpl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/default/identification.tpl b/template/default/identification.tpl index eca0a9b89..412c28ece 100644 --- a/template/default/identification.tpl +++ b/template/default/identification.tpl @@ -30,6 +30,12 @@ <input class="login" type="password" name="password" size="25" maxlength="25" /> </td> </tr> + <tr> + <td align="right"><span class="gentbl">{L_REMEMBER_ME}:</span></td> + <td> + <input type="checkbox" name="remember_me" value="1" /> + </td> + </tr> <tr align="center"> <td colspan="2"><input type="submit" name="login" value="{L_LOGIN}" class="bouton" /></td> </tr> @@ -47,4 +53,4 @@ </td> </tr> </table> -</div>
\ No newline at end of file +</div> |