CHANGELOG.txt |
CHANGELOG.txt |
|
6.x-1.x-dev
===========
Features:
- Use variable_del() to remove module variables in hook_uninstall().
- #685082 Add option to change the persistent login cookie prefix. Follow up patch: make sure the PL cookie prefix is not "SESS", which… |
persistent_login.info |
persistent_login.info |
|
name = Persistent Login
description = Provides a 'Remember Me' checkbox in the login form.
core = 6.x |
persistent_login.install |
persistent_login.install |
|
Implementation of installation/uninstallation hooks. |
persistent_login.module |
persistent_login.module |
|
Provide a "Remember Me" checkbox in the login form. |
persistent_login.pages.inc |
persistent_login.pages.inc |
|
Implementation of Persistent Login forms. |
README.txt |
README.txt |
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Persistent Login module for Drupal 6
;;
;; Current Mantainer: markus_petrux (http://drupal.org/user/39593)
;; Original Author : bjaspan… |