From 7a4ddd1570a9b7dcb28f88aa14e0b6944a39a322 Mon Sep 17 00:00:00 2001 From: Liangjun Song <146005915+adai26@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:51:07 +0100 Subject: [PATCH] Merge pull request #20473 from overleaf/ls-clean-up-password-authentication-removal clean up pw auth deprecation gradual rollout GitOrigin-RevId: 0d74031e4d1381cd9a9a49f7e3cea72ad2aa1fe7 --- services/web/app/src/Features/Project/ProjectController.js | 1 - services/web/frontend/extracted-translations.json | 3 --- services/web/locales/en.json | 3 --- 3 files changed, 7 deletions(-) diff --git a/services/web/app/src/Features/Project/ProjectController.js b/services/web/app/src/Features/Project/ProjectController.js index 6cf917486e..c528c64036 100644 --- a/services/web/app/src/Features/Project/ProjectController.js +++ b/services/web/app/src/Features/Project/ProjectController.js @@ -340,7 +340,6 @@ const _ProjectController = { 'ieee-stylesheet', 'write-and-cite', 'default-visual-for-beginners', - 'password-authentication-removal', ].filter(Boolean) const getUserValues = async userId => diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 709b5f0153..4ddbec93ba 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -526,15 +526,12 @@ "git_authentication_token_create_modal_info_1": "", "git_authentication_token_create_modal_info_2": "", "git_bridge_modal_click_generate": "", - "git_bridge_modal_description": "", "git_bridge_modal_enter_authentication_token": "", "git_bridge_modal_git_authentication_tokens": "", "git_bridge_modal_git_clone_your_project": "", "git_bridge_modal_learn_more_about_authentication_tokens": "", - "git_bridge_modal_need_to_generate_an_authentication_token": "", "git_bridge_modal_read_only": "", "git_bridge_modal_see_once": "", - "git_bridge_modal_the_way_you_clone_projects_has_changed": "", "git_bridge_modal_use_previous_token": "", "git_bridge_modal_you_can_also_git_clone": "", "git_integration": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index ab8dd86ed9..b001ac05d0 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -756,15 +756,12 @@ "git_authentication_token_create_modal_info_1": "This is your Git authentication token. You should enter this when prompted for a password.", "git_authentication_token_create_modal_info_2": "<0>You will only see this authentication token once so please copy it and keep it safe. For full instructions on using authentication tokens, visit our <1>help page.", "git_bridge_modal_click_generate": "Click Generate token to generate your authentication token now. Or do this later in your Account Settings.", - "git_bridge_modal_description": "You can git clone your project using the link displayed below.", "git_bridge_modal_enter_authentication_token": "When prompted for a password, enter your new authentication token:", "git_bridge_modal_git_authentication_tokens": "Git authentication tokens", "git_bridge_modal_git_clone_your_project": "Git clone your project by using the link below and a Git authentication token", "git_bridge_modal_learn_more_about_authentication_tokens": "Learn more about Git integration authentication tokens.", - "git_bridge_modal_need_to_generate_an_authentication_token": "Instead of a password, you’ll need to generate an authentication token.", "git_bridge_modal_read_only": "You have read-only access to this project. This means you can pull from __appName__ but you can’t push any changes you make back to this project.", "git_bridge_modal_see_once": "You’ll only see this token once. To delete it or generate a new one, visit Account Settings. For detailed instructions and troubleshooting, read our <0>help page.", - "git_bridge_modal_the_way_you_clone_projects_has_changed": "The way you git clone projects on Overleaf has changed.", "git_bridge_modal_use_previous_token": "If you’re prompted for a password, you can use a previously generated Git authentication token. Or you can generate a new one in Account Settings. For more support, read our <0>help page.", "git_bridge_modal_you_can_also_git_clone": "You can also git clone your project by using the link below and a Git authentication token.", "git_gitHub_dropbox_mendeley_and_zotero_integrations": "Git, GitHub, Dropbox, Mendeley, and Zotero integrations",