Update# add throttle to validateEmail route
This commit is contained in:
parent
3434dc4dce
commit
68d1b39bb1
|
|
@ -69,6 +69,7 @@ class RegisterController extends Controller {
|
||||||
/**
|
/**
|
||||||
* User POST email, if email is valid and not duplicate, we send token by mail
|
* User POST email, if email is valid and not duplicate, we send token by mail
|
||||||
* @PublicPage
|
* @PublicPage
|
||||||
|
* @AnonRateThrottle(limit=5, period=1)
|
||||||
*
|
*
|
||||||
* @param string $email
|
* @param string $email
|
||||||
* @return TemplateResponse
|
* @return TemplateResponse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue