mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1319 from sharelatex/ja-account-deletion-message
Change account deletion message when v1 access is removed GitOrigin-RevId: c81cc85042b30fcff998283cf1ffea0503d0ed40
This commit is contained in:
parent
47ab15c39f
commit
1bddd03335
1 changed files with 14 additions and 7 deletions
|
@ -203,12 +203,19 @@ block content
|
||||||
div.modal-body#delete-account-modal
|
div.modal-body#delete-account-modal
|
||||||
p !{translate("delete_account_warning_message_3")}
|
p !{translate("delete_account_warning_message_3")}
|
||||||
if settings.createV1AccountOnLogin && settings.overleaf
|
if settings.createV1AccountOnLogin && settings.overleaf
|
||||||
p
|
if settings.forceImportToV2
|
||||||
strong
|
p
|
||||||
| This will also delete your user account on #[a(href='/sign_in_to_v1?return_to=/dash%3Fprefer-v1-dash%3D1' target="_blank") Overleaf v1].
|
strong
|
||||||
| If you want to remove your projects from Overleaf v1, you must do this before you
|
| Your Overleaf v2 projects will be deleted if you delete your account.
|
||||||
| delete your account by going to your My Projects page in Overleaf v1, moving your
|
| If you want to remove any remaining Overleaf v1 projects in your account,
|
||||||
| projects to the Trash, and then from there either ‘leaving’ or ‘purging’ them, as appropriate.
|
| please first make sure they are imported to Overleaf v2.
|
||||||
|
else
|
||||||
|
p
|
||||||
|
strong
|
||||||
|
| This will also delete your user account on #[a(href='/sign_in_to_v1?return_to=/dash%3Fprefer-v1-dash%3D1' target="_blank") Overleaf v1].
|
||||||
|
| If you want to remove your projects from Overleaf v1, you must do this before you
|
||||||
|
| delete your account by going to your My Projects page in Overleaf v1, moving your
|
||||||
|
| projects to the Trash, and then from there either ‘leaving’ or ‘purging’ them, as appropriate.
|
||||||
form(novalidate, name="deleteAccountForm")
|
form(novalidate, name="deleteAccountForm")
|
||||||
label #{translate('email')}
|
label #{translate('email')}
|
||||||
input.form-control(
|
input.form-control(
|
||||||
|
@ -235,7 +242,7 @@ block content
|
||||||
ng-model="state.confirmV1Purge"
|
ng-model="state.confirmV1Purge"
|
||||||
ng-change="checkValidation()"
|
ng-change="checkValidation()"
|
||||||
).pull-left
|
).pull-left
|
||||||
label(style="display: inline") I have left or purged my projects on Overleaf v1 (if any)
|
label(style="display: inline") I have left, purged or imported my projects on Overleaf v1 (if any)
|
||||||
|
|
||||||
div.confirmation-checkbox-wrapper
|
div.confirmation-checkbox-wrapper
|
||||||
input(
|
input(
|
||||||
|
|
Loading…
Reference in a new issue