You are here

constant USER_LIMIT_DEFAULT_MESSAGE in User Limit 7

Same name and namespace in other branches
  1. 6 user_limit.module \USER_LIMIT_DEFAULT_MESSAGE
3 uses of USER_LIMIT_DEFAULT_MESSAGE
UserLimitUserTestCase::testProtectRegisterUserNormal in ./user_limit.test
Test user registration (anonymous users) and message on register page.
user_limit_form_user_admin_settings_alter in ./user_limit.module
Implements hook_FORM_ID_alter().
user_limit_form_user_register_form_alter in ./user_limit.module
Implements hook_FORM_ID_alter().

File

./user_limit.module, line 13
The User Limit module limits the number of users that can be registered on a Drupal site.

Code

define('USER_LIMIT_DEFAULT_MESSAGE', "This site's user limit has been reached. Please contact the site administrator.");