Same name and namespace in other branches
  1. 7.x modules/user/user.module \user_register_access()
1 string reference to 'user_register_access'
user_menu in modules/user/user.module
Implementation of hook_menu().

File

modules/user/user.module, line 894
Enables the user registration and login system.

Code

function user_register_access() {
  return user_is_anonymous() && variable_get('user_register', 1);
}