You are here

constant FRIENDLY_REGISTER_MAX_HITS in Friendly Register 7

@file Primary logic for the friendly_register module that allows for checking of username and email.

1 use of FRIENDLY_REGISTER_MAX_HITS
_friendly_register_check_flood in ./friendly_register.module
Checks to see if the user has too many requests (flood).

File

./friendly_register.module, line 8
Primary logic for the friendly_register module that allows for checking of username and email.

Code

define('FRIENDLY_REGISTER_MAX_HITS', 300);