constant SESSION_LIMIT_LOGGED_OUT_MESSAGE in Session Limit 6.2
Same name and namespace in other branches
- 7.2 session_limit.module \SESSION_LIMIT_LOGGED_OUT_MESSAGE
Default message displayed when a user is logged out.
2 uses of SESSION_LIMIT_LOGGED_OUT_MESSAGE
- session_limit_session_limit in ./
session_limit.module - Implements hook_session_limit().
- session_limit_settings in ./
session_limit.module - Session Limit settings form.
File
- ./
session_limit.module, line 31 - Limits multiple sessions per user.
Code
define('SESSION_LIMIT_LOGGED_OUT_MESSAGE', 'You have been automatically logged out. Someone else has logged in with your username and password and the maximum number of @number simultaneous sessions was exceeded. This may indicate that your account has been compromised or that account sharing is not allowed on this site. Please contact the site administrator if you suspect your account has been compromised.');