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

mmd notifications at github.com
Sun May 25 17:39:04 UTC 2025


@mmd-osm 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);

I removed auth_enable, auth_prompt and auth_field because I couldn't find them anywhere else and they seem to be stale. 

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

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


More information about the rails-dev mailing list