You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of prepopulating a GET request that could generate a session,
createa a form with different submit buttons and use that. In the brave
new world of AI bots, nobody cares about robots.txt anymore, so we'd get
hit by a lot of requests specifically for these logins that were then
thrown away because they couldn't log in on the third party site.
<p><ahref="/account/login/{{p}}/?next={{next}}"><imgsrc="/media/img/misc/btn_login_{{p}}.png" alt="Sign in with {{p|capfirst}}"/></a></p>
52
+
<p><buttontype="submit" name="submit" value="{{p}}" class="imagebutton"><imgsrc="/media/img/misc/btn_login_{{p}}.png" alt="Sign in with {{p|capfirst}}"></button></p>
0 commit comments