Is there any limit or something for the passwordle...
# support-questions-legacy
p
Is there any limit or something for the passwordless login? like if someone knows your email and wants to annoy you what happens?
r
hey @pacorro
by default there is no limit.
but you can always override the createCode function on the backend and add your own limit logic
p
how is this made?
for beginners
r
which recipe are you using/
?
p
I am just looking for future implementation
will be passwordless and nextjs 13
if that's what you wanted
r
see this
p
and how do I override it to do like a limit or something with time?
r
you should see our docs for how to override the apis
the part of adding the limit logic is up to you