X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/47362f432a9bd10196b27aa1667e6166b76f4b66..90de7a7b83569210ce5d13596b320453d19d9cea:/CONFIGURE.md diff --git a/CONFIGURE.md b/CONFIGURE.md index 3bf0724fc..dcc8ae2ac 100644 --- a/CONFIGURE.md +++ b/CONFIGURE.md @@ -47,8 +47,6 @@ $ bundle exec rails console => #[ ... ] >> user.roles.create(:role => "moderator", :granter_id => user.id) => #[ ... ] ->> user.save! -=> true >> quit ``` @@ -63,7 +61,7 @@ For iD, do the following: * Go to "[OAuth 2 applications](http://localhost:3000/oauth2/applications)" on the My settings page. * Click on "Register new application". -* Unless you have set up alternatives, use Name: "Local iD" and Main Application URL: "http://localhost:3000" +* Unless you have set up alternatives, use Name: "Local iD" and Redirect URIs: "http://localhost:3000" * Check boxes for the following Permissions * 'Read user preferences' * 'Modify user preferences'