[openstreetmap/openstreetmap-website] Remove legacy OpenID login (PR #6038)

Tom Hughes notifications at github.com
Sun May 25 18:22:42 UTC 2025


@tomhughes commented on this pull request.



>    $("input#user_avatar").on("change", function () {
     $("#user_avatar_action_new").prop("checked", true);
   });
 
-  function enableAuth() {
-    $("#auth_prompt").hide();
-    $("#auth_field").show();
-    $("#user_auth_uid").prop("disabled", false);
-  }
-
-  function disableAuth() {
-    $("#auth_prompt").show();
-    $("#auth_field").hide();
-    $("#user_auth_uid").prop("disabled", true);
-  }
-
-  $("#auth_enable").click(enableAuth);

Yes I suspect that has been redundant since the redesign of the login last year...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6038#discussion_r2106272695
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6038/review/2866914066 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250525/3bc2358e/attachment.htm>


More information about the rails-dev mailing list