You are here

constant PERSISTENT_LOGIN_SECURE_PATHS in Persistent Login 6

Same name and namespace in other branches
  1. 5 persistent_login.module \PERSISTENT_LOGIN_SECURE_PATHS
  2. 7 persistent_login.module \PERSISTENT_LOGIN_SECURE_PATHS

@file Provide a "Remember Me" checkbox in the login form.

2 uses of PERSISTENT_LOGIN_SECURE_PATHS
persistent_login_admin_settings in ./persistent_login.pages.inc
Module settings form.
_persistent_login_match in ./persistent_login.module
_persistent_login_match()

File

./persistent_login.module, line 8
Provide a "Remember Me" checkbox in the login form.

Code

define('PERSISTENT_LOGIN_SECURE_PATHS', "user/*/*\nuser/*/address\ncart/checkout\nadmin/settings/persistent_login\n");