Hello,
I'm autocreating users using ConnectionSignUp.execute(Connection<?> connection) and everything works fine, but I need to store also the ip of the request.
How may I access the request from that method?
Maybe it would be useful to pass it to the execute() method but that would break compatibility.
Thanks for any help,
Alex
I'm autocreating users using ConnectionSignUp.execute(Connection<?> connection) and everything works fine, but I need to store also the ip of the request.
How may I access the request from that method?
Maybe it would be useful to pass it to the execute() method but that would break compatibility.
Thanks for any help,
Alex