gerrit/gerrit-httpd
Hugo Arès 66a0c4a343 Prevent concurrent login by disabling form submission
Double-clickers are logging in twice because the form is submitted twice
and the server will handle both requests concurrently. This is not a big
issue but it becomes one when a user login in for the first time is a
double-clicker. Server will handle both requests concurrently resulting
in creating 2 accounts for the same user.

This change disables the form submission after the first submit.

Change-Id: Ida55e632618c72ab11e536854c654ed423a0f195
2018-01-05 13:43:11 +00:00
..
src Prevent concurrent login by disabling form submission 2018-01-05 13:43:11 +00:00
BUILD Serve PolyGerrit index.html from a Soy template 2017-04-03 18:12:54 +00:00