You are here

constant PERSISTENT_LOGIN_SECURE_PATHS in Persistent Login 7

Same name and namespace in other branches
  1. 5 persistent_login.module \PERSISTENT_LOGIN_SECURE_PATHS
  2. 6 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
Check the page passsed and see if it should be secure or insecure.

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/config/system/persistent_login\n");