I noticed that Google bot is triggering password resets for users.
Access Log excerpt:
I checked the IP addresses and it looks like it really _is_ Google.
What would be the best way to prevent these?
Access Log excerpt:
Code:
"GET /resetpass/?action=reset&user=[I]username[/I]&confirm=[I]code[/I] HTTP/1.1" 200 0 "" "AdsBot-Google (+http://www.google.com/adsbot.html)" "-"
"GET /resetpass/?user=[I]username[/I]&action=reset&confirm=[I]code[/I] HTTP/1.1" 200 0 "" "AdsBot-Google (+http://www.google.com/adsbot.html)" "-
What would be the best way to prevent these?