From 3204815d1929558f9fb6c0ec6faf53f36f5adecb Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 17 Dec 2025 17:36:41 +0000 Subject: [PATCH] Fix page name for OAuth app configuration This was changed in the UI in #5681 but not in the documentation --- CONFIGURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONFIGURE.md b/CONFIGURE.md index 025b41132..24bb096f7 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -118,7 +118,7 @@ Alternatively you can register the applications manually, as described in the ne ### Setting up OAuth for iD 1. **Navigate to OAuth applications:** - - Go to "[OAuth 2 applications](http://localhost:3000/oauth2/applications)" on the My settings page + - Go to "[OAuth 2 applications](http://localhost:3000/oauth2/applications)" on the My Account page 2. **Register new application:** - Click on "Register new application" @@ -154,7 +154,7 @@ Alternatively you can register the applications manually, as described in the ne To allow [Notes](https://wiki.openstreetmap.org/wiki/Notes) and changeset discussions to work: 1. **Register OAuth application for the website:** - - Go to "[OAuth 2 applications](http://localhost:3000/oauth2/applications)" on the My settings page + - Go to "[OAuth 2 applications](http://localhost:3000/oauth2/applications)" on the My Account page - Click on "Register new application" - **Name:** "OpenStreetMap Web Site" - **Redirect URIs:** "http://localhost:3000" -- 2.39.5