passbolt-styleguide 3.5.2 → 3.6.0-alpha2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (495) hide show
  1. package/build/css/help.min.css +3 -3
  2. package/build/css/public.min.css +4 -4
  3. package/build/css/themes/default/api_authentication.min.css +3 -3
  4. package/build/css/themes/default/api_cloud.min.css +3 -3
  5. package/build/css/themes/default/api_main.min.css +4 -4
  6. package/build/css/themes/default/api_reports.min.css +4 -4
  7. package/build/css/themes/default/api_webinstaller.min.css +3 -3
  8. package/build/css/themes/default/ext_app.min.css +4 -4
  9. package/build/css/themes/default/ext_authentication.min.css +3 -3
  10. package/build/css/themes/default/ext_external.min.css +2 -2
  11. package/build/css/themes/default/ext_in_form_cta.min.css +3 -3
  12. package/build/css/themes/default/ext_in_form_menu.min.css +3 -3
  13. package/build/css/themes/default/ext_quickaccess.min.css +3 -3
  14. package/build/css/themes/midgar/api_authentication.min.css +3 -3
  15. package/build/css/themes/midgar/api_main.min.css +4 -4
  16. package/build/css/themes/midgar/api_reports.min.css +4 -4
  17. package/build/css/themes/midgar/ext_app.min.css +4 -4
  18. package/build/css/themes/midgar/ext_authentication.min.css +3 -3
  19. package/build/css/themes/midgar/ext_in_form_cta.min.css +3 -3
  20. package/build/css/themes/midgar/ext_in_form_menu.min.css +3 -3
  21. package/build/css/themes/midgar/ext_quickaccess.min.css +3 -3
  22. package/build/js/dist/api-account-recovery.js +2 -0
  23. package/build/js/dist/api-account-recovery.js.LICENSE.txt +107 -0
  24. package/build/js/dist/api-app.js +1 -1
  25. package/build/js/dist/api-app.js.LICENSE.txt +73 -1
  26. package/build/js/dist/api-recover.js +1 -1
  27. package/build/js/dist/api-setup.js +1 -1
  28. package/build/js/dist/api-triage.js +1 -1
  29. package/build/js/dist/api-vendors.js +1 -1
  30. package/build/js/dist/api-vendors.js.LICENSE.txt +159 -15
  31. package/jest.config.json +13 -0
  32. package/package.json +26 -21
  33. package/src/locales/en-UK/common.json +140 -4
  34. package/src/react-extension/ApiAccountRecovery.entry.js +25 -0
  35. package/src/react-extension/ApiAccountRecovery.js +233 -0
  36. package/src/react-extension/ApiApp.js +50 -43
  37. package/src/react-extension/ExtApp.js +129 -105
  38. package/src/react-extension/ExtAuthenticationAccountRecovery.js +173 -0
  39. package/src/react-extension/ExtAuthenticationLogin.js +35 -33
  40. package/src/react-extension/ExtAuthenticationRecover.js +23 -35
  41. package/src/react-extension/ExtAuthenticationSetup.js +24 -46
  42. package/src/react-extension/ExtBootstrapAccountRecovery.js +75 -0
  43. package/src/react-extension/ExtBootstrapApp.js +4 -0
  44. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.js +114 -0
  45. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.data.js +27 -0
  46. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.js +72 -0
  47. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.page.js +74 -0
  48. package/src/react-extension/components/AccountRecovery/AccountRecoveryInviteUserSettingPreferenceDialog/AccountRecoveryInviteUserSettingPreferenceDialog.test.stories.js +51 -0
  49. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryStatusCheck/HandleAccountRecoveryStatusCheck.js +80 -0
  50. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryStatusCheck/HandleAccountRecoveryStatusCheck.test.data.js +60 -0
  51. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryStatusCheck/HandleAccountRecoveryStatusCheck.test.js +110 -0
  52. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryStatusCheck/HandleAccountRecoveryStatusCheck.test.page.js +40 -0
  53. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.js +96 -0
  54. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.test.data.js +63 -0
  55. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.test.js +88 -0
  56. package/src/react-extension/components/AccountRecovery/HandleAccountRecoveryUserSettingsRoute/HandleAccountRecoveryUserSettingsRoute.test.page.js +37 -0
  57. package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.js +214 -0
  58. package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.test.data.js +49 -0
  59. package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.test.js +98 -0
  60. package/src/react-extension/components/AccountRecovery/HandleReviewAccountRecoveryRequestWorkflow/HandleReviewAccountRecoveryRequestWorkflow.test.page.js +37 -0
  61. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.js +316 -0
  62. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.data.js +55 -0
  63. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.js +132 -0
  64. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.page.js +70 -0
  65. package/src/react-extension/components/AccountRecovery/ManageAccountRecoveryUserSettings/ManageAccountRecoveryUserSettings.test.stories.js +104 -0
  66. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.js +286 -0
  67. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.data.js +51 -0
  68. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.js +77 -0
  69. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.page.js +119 -0
  70. package/src/react-extension/components/AccountRecovery/ReviewAccountRecoveryRequest/ReviewAccountRecoveryRequest.test.stories.js +36 -0
  71. package/src/react-extension/components/Administration/AdministrationWorkspace.js +15 -2
  72. package/src/react-extension/components/Administration/AdministrationWorkspace.test.data.js +5 -1
  73. package/src/react-extension/components/Administration/AdministrationWorkspace.test.js +45 -0
  74. package/src/react-extension/components/Administration/AdministrationWorkspace.test.page.js +23 -3
  75. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.js +254 -0
  76. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.data.js +153 -0
  77. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.js +109 -0
  78. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.page.js +174 -0
  79. package/src/react-extension/components/Administration/ConfirmSaveAccountRecoverySettings/ConfirmSaveAccountRecoverySettings.test.stories.js +43 -0
  80. package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.js +36 -0
  81. package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.test.data.js +2 -1
  82. package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.test.js +9 -0
  83. package/src/react-extension/components/Administration/DisplayAdministrationMenu/DisplayAdministrationMenu.test.page.js +12 -0
  84. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.js +138 -0
  85. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.test.data.js +46 -0
  86. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.test.js +51 -0
  87. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceActions/DisplayAdministrationAccountRecoveryAction/DisplayAdministrationAccountRecoveryActions.test.page.js +93 -0
  88. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.js +2 -0
  89. package/src/react-extension/components/Administration/DisplayAdministrationWorkspaceBreadcrumb/DisplayAdministrationWorkspaceBreadcrumb.test.js +9 -0
  90. package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.js +105 -2
  91. package/src/react-extension/components/Administration/DisplayEmailNotificationsAdministration/DisplayEmailNotificationsAdministration.test.stories.js +104 -0
  92. package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.js +2 -4
  93. package/src/react-extension/components/Administration/EditSubscriptionKey/EditSubscriptionKey.test.js +10 -3
  94. package/src/react-extension/components/Administration/HandleSaveAccountRecoveryOrganizationPolicyWorkflow/HandleSaveAccountRecoveryOrganizationPolicyWorkflow.js +180 -0
  95. package/src/react-extension/components/Administration/HandleSaveAccountRecoveryOrganizationPolicyWorkflow/HandleSaveAccountRecoveryOrganizationPolicyWorkflow.test.data.js +47 -0
  96. package/src/react-extension/components/Administration/HandleSaveAccountRecoveryOrganizationPolicyWorkflow/HandleSaveAccountRecoveryOrganizationPolicyWorkflow.test.js +64 -0
  97. package/src/react-extension/components/Administration/HandleSaveAccountRecoveryOrganizationPolicyWorkflow/HandleSaveAccountRecoveryOrganizationPolicyWorkflow.test.page.js +35 -0
  98. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.js +435 -0
  99. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.data.js +186 -0
  100. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.js +100 -0
  101. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.page.js +159 -0
  102. package/src/react-extension/components/Administration/ManageAccountRecoveryAdministrationSettings/ManageAccountRecoveryAdministrationSettings.test.stories.js +64 -0
  103. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.js +535 -0
  104. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.data.js +31 -0
  105. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.js +155 -0
  106. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.page.js +124 -0
  107. package/src/react-extension/components/Administration/ProvideAccountRecoveryOrganizationKey/ProvideAccountRecoveryOrganizationKey.test.stories.js +41 -0
  108. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.js +108 -0
  109. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.test.js +48 -0
  110. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.test.page.js +82 -0
  111. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/DownloadOrganizationKey.test.stories.js +51 -0
  112. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.js +471 -0
  113. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/GenerateOrganizationKey.test.js +181 -0
  114. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/ImportOrganizationKey.js +289 -0
  115. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/ImportOrganizationKey.test.js +188 -0
  116. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.js +121 -0
  117. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.page.js +262 -0
  118. package/src/react-extension/components/Administration/SelectAccountRecoveryOrganizationKey/SelectAccountRecoveryOrganizationKey.test.stories.js +50 -0
  119. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.js +73 -0
  120. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.data.js +41 -0
  121. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.js +48 -0
  122. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.page.js +64 -0
  123. package/src/react-extension/components/Authentication/AskForAuthenticationHelpCredentialLost/AskForAuthenticationHelpCredentialLost.test.stories.js +40 -0
  124. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.js +36 -0
  125. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.test.js +37 -0
  126. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.test.page.js +55 -0
  127. package/src/react-extension/components/Authentication/CheckAccountRecoveryEmail/CheckAccountRecoveryEmail.test.stories.js +39 -0
  128. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.test.js +3 -3
  129. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailBox.test.page.js +0 -1
  130. package/src/react-extension/components/Authentication/CheckMailBox/CheckMailbox.test.stories.js +21 -15
  131. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.js +33 -23
  132. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.data.js +18 -30
  133. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.js +110 -47
  134. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.page.js +33 -10
  135. package/src/react-extension/components/Authentication/CheckPassphrase/CheckPassphrase.test.stories.js +36 -19
  136. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.js +191 -0
  137. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.data.js +90 -0
  138. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.js +92 -0
  139. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.page.js +109 -0
  140. package/src/react-extension/components/Authentication/ChooseAccountRecoveryPreference/ChooseAccountRecoveryPreference.test.stories.js +60 -0
  141. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.js +5 -29
  142. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.data.js +17 -18
  143. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.js +48 -25
  144. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.page.js +16 -9
  145. package/src/react-extension/components/Authentication/ChooseSecurityToken/ChooseSecurityToken.test.stories.js +20 -16
  146. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.js +40 -36
  147. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.data.js +18 -14
  148. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.js +189 -103
  149. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.page.js +50 -11
  150. package/src/react-extension/components/Authentication/CreateGpgKey/CreateGpgKey.test.stories.js +31 -19
  151. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.js +0 -9
  152. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.js +1 -1
  153. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/{DisplayBrowserNotSupportedPage.js → DisplayBrowserNotSupported.test.page.js} +2 -5
  154. package/src/react-extension/components/Authentication/DisplayBrowserNotSupported/DisplayBrowserNotSupported.test.stories.js +21 -15
  155. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.js +0 -9
  156. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.data.js +36 -0
  157. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.js +34 -0
  158. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.page.js +49 -0
  159. package/src/react-extension/components/Authentication/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +23 -15
  160. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.js +0 -9
  161. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.js +1 -1
  162. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/{DisplayRequireInvitationErrorPage.js → DisplayRequireInvitationError.test.page.js} +0 -3
  163. package/src/react-extension/components/Authentication/DisplayRequireInvitationError/DisplayRequireInvitationError.test.stories.js +21 -15
  164. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.js +91 -10
  165. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.data.js +56 -0
  166. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.js +46 -0
  167. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.page.js +79 -0
  168. package/src/react-extension/components/Authentication/DisplayUnexpectedError/DisplayUnexpectedError.test.stories.js +48 -15
  169. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.js +12 -53
  170. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.data.js +16 -16
  171. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.js +10 -13
  172. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.page.js +16 -6
  173. package/src/react-extension/components/Authentication/DownloadRecoveryKit/DownloadRecoveryKit.test.stories.js +21 -15
  174. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.data.js +17 -3
  175. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.page.js +0 -1
  176. package/src/react-extension/components/Authentication/EnterNameForm/EnterNameForm.test.stories.js +21 -15
  177. package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.data.js +28 -11
  178. package/src/react-extension/components/Authentication/EnterUsernameForm/EnterUsernameForm.test.stories.js +21 -16
  179. package/src/react-extension/components/Authentication/HandleSessionExpired/HandleSessionExpired.test.data.js +17 -3
  180. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.js +56 -19
  181. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.data.js +25 -17
  182. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.js +204 -58
  183. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.page.js +43 -7
  184. package/src/react-extension/components/Authentication/ImportGpgKey/ImportGpgKey.test.stories.js +31 -19
  185. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.js +0 -9
  186. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.data.js +17 -3
  187. package/src/react-extension/components/Authentication/InstallExtension/InstallExtension.test.stories.js +62 -18
  188. package/src/react-extension/components/Authentication/{IntroduceSetupExtension/IntroduceSetupExtension.js → IntroduceExtension/IntroduceExtension.js} +8 -19
  189. package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.test.data.js +24 -0
  190. package/src/react-extension/components/Authentication/{IntroduceSetupExtension/IntroduceSetupExtension.test.js → IntroduceExtension/IntroduceExtension.test.js} +16 -6
  191. package/src/react-extension/components/Authentication/{IntroduceSetupExtension/IntroduceSetupExtension.test.page.js → IntroduceExtension/IntroduceExtension.test.page.js} +3 -4
  192. package/src/react-extension/components/Authentication/IntroduceExtension/IntroduceExtension.test.stories.js +39 -0
  193. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.data.js +27 -9
  194. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.js +2 -8
  195. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.page.js +4 -9
  196. package/src/react-extension/components/Authentication/NotifyExpiredSession/NotifyExpiredSession.test.stories.js +23 -14
  197. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.js +70 -0
  198. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.data.js +25 -0
  199. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.js +49 -0
  200. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.page.js +74 -0
  201. package/src/react-extension/components/Authentication/RequestAccountRecovery/RequestAccountRecovery.test.stories.js +40 -0
  202. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.js +41 -0
  203. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.data.js +36 -0
  204. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.js +35 -0
  205. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.page.js +50 -0
  206. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayExpiredTokenError/DisplayExpiredTokenError.test.stories.js +41 -0
  207. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.js +42 -0
  208. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.test.js +43 -0
  209. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.test.page.js +62 -0
  210. package/src/react-extension/components/AuthenticationAccountRecovery/DisplayRestartFromScratchError/DisplayRestartFromScratchError.test.stories.js +40 -0
  211. package/src/react-extension/components/AuthenticationAccountRecovery/OrchestrateAccountRecovery/InsertAccountRecoveryIframe.js +64 -0
  212. package/src/react-extension/components/AuthenticationAccountRecovery/OrchestrateAccountRecovery/OrchestrateAccountRecovery.js +84 -0
  213. package/src/react-extension/components/AuthenticationAccountRecovery/OrchestrateApiAccountRecovery/OrchestrateApiAccountRecovery.js +66 -0
  214. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.js +8 -22
  215. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.data.js +25 -0
  216. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.js +52 -0
  217. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.page.js +82 -0
  218. package/src/react-extension/components/AuthenticationLogin/AcceptLoginServerKeyChange/AcceptLoginServerKeyChange.test.stories.js +23 -16
  219. package/src/react-extension/components/AuthenticationLogin/Login/Login.js +156 -145
  220. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.data.js +67 -0
  221. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.js +157 -0
  222. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.page.js +155 -0
  223. package/src/react-extension/components/AuthenticationLogin/Login/Login.test.stories.js +32 -27
  224. package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxFooter.js +48 -0
  225. package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLoginBoxMain.js +90 -0
  226. package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.js +12 -3
  227. package/src/react-extension/components/AuthenticationPassphrase/InputPassphrase/InputPassphrase.test.stories.js +1 -1
  228. package/src/react-extension/components/AuthenticationRecover/RecoverAuthentication/RecoverAuthentication.js +90 -82
  229. package/src/react-extension/components/AuthenticationSetup/SetupAuthentication/SetupAuthentication.js +80 -87
  230. package/src/react-extension/components/Common/ActionFeedback/DisplayActionFeedbacks.test.js +8 -3
  231. package/src/react-extension/components/Common/Avatar/UserAvatar.js +6 -1
  232. package/src/react-extension/components/Common/Avatar/UserAvatar.test.data.js +27 -0
  233. package/src/react-extension/components/Common/Avatar/UserAvatar.test.stories.js +47 -0
  234. package/src/react-extension/components/Common/Dialog/ManageDialogs/ManageDialogs.js +7 -2
  235. package/src/react-extension/components/Common/Error/HandleErrorEvents/HandleErrorEvents.js +2 -3
  236. package/src/react-extension/components/Common/Error/NotifyError/NotifyError.js +78 -15
  237. package/src/react-extension/components/Common/Icons/Icon.js +7 -0
  238. package/src/react-extension/components/Common/Internationalisation/TranslationProvider.js +1 -0
  239. package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.js +15 -2
  240. package/src/react-extension/components/Common/Loading/LoadingSpinner/LoadingSpinner.test.stories.js +49 -0
  241. package/src/react-extension/components/Common/Route/HandleApplicationFirstLoadRoute.js +77 -0
  242. package/src/react-extension/components/Common/Route/HandleRouteFallback.js +14 -46
  243. package/src/react-extension/components/Common/Tab/Tabs.js +3 -1
  244. package/src/react-extension/components/Common/Workflow/ManageWorkflows/ManageWorkflows.js +72 -0
  245. package/src/react-extension/components/InsertAppIframe.js +12 -6
  246. package/src/react-extension/components/Resource/CreateResource/CreateResource.js +2 -4
  247. package/src/react-extension/components/Resource/CreateResource/CreateResource.test.data.js +2 -2
  248. package/src/react-extension/components/Resource/CreateResource/CreateResource.test.js +17 -2
  249. package/src/react-extension/components/Resource/CreateResource/CreateResource.test.stories.js +19 -3
  250. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.js +2 -4
  251. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.js +20 -6
  252. package/src/react-extension/components/Resource/DeleteResource/DeleteResource.test.stories.js +12 -0
  253. package/src/react-extension/components/Resource/DisplayResourcesList/DisplayResourcesList.test.stories.js +107 -6
  254. package/src/react-extension/components/Resource/EditResource/EditResource.js +2 -4
  255. package/src/react-extension/components/Resource/EditResource/EditResource.test.data.js +2 -2
  256. package/src/react-extension/components/Resource/EditResource/EditResource.test.js +3 -0
  257. package/src/react-extension/components/Resource/EditResource/EditResource.test.stories.js +18 -4
  258. package/src/react-extension/components/Resource/ExportResources/ExportResources.js +5 -7
  259. package/src/react-extension/components/Resource/ExportResources/ExportResources.test.js +9 -2
  260. package/src/react-extension/components/Resource/ExportResources/ExportResources.test.stories.js +4 -2
  261. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.js +5 -7
  262. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.js +8 -2
  263. package/src/react-extension/components/Resource/ExportResources/ExportResourcesCredentials.test.stories.js +4 -2
  264. package/src/react-extension/components/Resource/FilterResourcesByFolders/FilterResourcesByFolders.test.stories.js +24 -8
  265. package/src/react-extension/components/Resource/FilterResourcesByTags/FilterResourcesByTagsList.js +2 -4
  266. package/src/react-extension/components/Resource/ImportResources/ImportResources.js +2 -4
  267. package/src/react-extension/components/Resource/ImportResources/ImportResources.test.js +10 -2
  268. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.js +4 -6
  269. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.js +9 -2
  270. package/src/react-extension/components/Resource/ImportResources/ImportResourcesKeyUnlock.test.stories.js +9 -1
  271. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.js +4 -2
  272. package/src/react-extension/components/Resource/ImportResources/ImportResourcesResult.test.stories.js +19 -1
  273. package/src/react-extension/components/ResourceComment/AddResourceComment/AddResourceComment.test.stories.js +15 -3
  274. package/src/react-extension/components/ResourceComment/ConfirmResourceCommentDeletion/ConfirmResourceCommentDeletion.test.stories.js +8 -3
  275. package/src/react-extension/components/ResourceComment/DisplayResourceCommentList/DisplayResourceCommentList.test.stories.js +9 -8
  276. package/src/react-extension/components/ResourceDescription/EditResourceDescription/EditResourceDescription.test.stories.js +6 -3
  277. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsActivity.test.stories.js +1 -1
  278. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsDescription.test.stories.js +1 -1
  279. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.test.data.js +11 -0
  280. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsInformation.test.js +11 -4
  281. package/src/react-extension/components/ResourceDetails/DisplayResourceDetails/DisplayResourceDetailsTag.test.stories.js +11 -10
  282. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.js +2 -4
  283. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.js +16 -5
  284. package/src/react-extension/components/ResourceFolder/CreateResourceFolder/CreateResourceFolder.test.stories.js +13 -0
  285. package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.js +8 -10
  286. package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.js +12 -5
  287. package/src/react-extension/components/ResourceFolder/DefineResourceFolderMoveStrategy/DefineResourceFolderMoveStrategy.test.stories.js +4 -1
  288. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.js +2 -4
  289. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.js +2 -5
  290. package/src/react-extension/components/ResourceFolder/DeleteResourceFolder/DeleteResourceFolder.test.stories.js +6 -2
  291. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.js +2 -4
  292. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.js +15 -4
  293. package/src/react-extension/components/ResourceFolder/RenameResourceFolder/RenameResourceFolder.test.stories.js +10 -2
  294. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsActivity.test.stories.js +4 -2
  295. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.js +2 -3
  296. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsInformation.test.stories.js +3 -1
  297. package/src/react-extension/components/ResourceFolderDetails/DisplayResourceFolderDetails/DisplayResourceFolderDetailsPermissions.test.stories.js +3 -1
  298. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePassphraseGenerator.test.stories.js +2 -1
  299. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.js +1 -1
  300. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/ConfigurePasswordGenerator.test.stories.js +2 -3
  301. package/src/react-extension/components/ResourcePassword/GenerateResourcePassword/GenerateResourcePassword.test.stories.js +7 -3
  302. package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.js +2 -4
  303. package/src/react-extension/components/ResourceTag/DeleteResourceTag/DeleteResourceTag.test.stories.js +6 -2
  304. package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.js +2 -4
  305. package/src/react-extension/components/ResourceTag/EditResourceTag/EditResourceTag.test.stories.js +6 -2
  306. package/src/react-extension/components/Share/ShareDialog.js +2 -4
  307. package/src/react-extension/components/Share/ShareDialog.test.js +14 -3
  308. package/src/react-extension/components/Share/ShareDialog.test.stories.js +5 -3
  309. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.js +4 -6
  310. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.js +6 -2
  311. package/src/react-extension/components/User/ConfirmDisableUserMFA/ConfirmDisableUserMFA.test.stories.js +5 -0
  312. package/src/react-extension/components/User/CreateUser/CreateUser.js +2 -4
  313. package/src/react-extension/components/User/CreateUser/CreateUser.test.stories.js +14 -3
  314. package/src/react-extension/components/User/DeleteUser/DeleteUser.js +2 -4
  315. package/src/react-extension/components/User/DeleteUser/DeleteUser.test.stories.js +9 -2
  316. package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.js +2 -4
  317. package/src/react-extension/components/User/DeleteUser/DeleteUserWithConflicts.test.stories.js +7 -1
  318. package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.js +79 -0
  319. package/src/react-extension/components/User/DisplayExpiredAccountRecovery/DisplayExpiredAccountRecovery.test.stories.js +32 -0
  320. package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.js +13 -3
  321. package/src/react-extension/components/User/DisplayUserBadgeMenu/DisplayUserBadgeMenu.test.stories.js +7 -9
  322. package/src/react-extension/components/User/DisplayUserWorkspace/DisplayUserWorkspace.js +5 -1
  323. package/src/react-extension/components/User/DisplayUserWorkspace/DisplayUserWorkspace.test.data.js +18 -9
  324. package/src/react-extension/components/User/DisplayUserWorkspace/DisplayUserWorkspace.test.js +2 -2
  325. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.js +48 -6
  326. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.data.js +16 -1
  327. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.js +14 -0
  328. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.page.js +8 -0
  329. package/src/react-extension/components/User/DisplayUserWorkspaceActions/DisplayUserWorkspaceActions.test.stories.js +55 -0
  330. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.js +35 -0
  331. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.data.js +33 -13
  332. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.js +16 -3
  333. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.page.js +19 -6
  334. package/src/react-extension/components/User/DisplayUsers/DisplayUsers.test.stories.js +38 -0
  335. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.js +46 -10
  336. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.data.js +21 -6
  337. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.js +38 -5
  338. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.page.js +10 -0
  339. package/src/react-extension/components/User/DisplayUsersContextualMenu/DisplayUsersContextualMenu.test.stories.js +53 -0
  340. package/src/react-extension/components/User/EditUser/EditUser.js +2 -4
  341. package/src/react-extension/components/User/EditUser/EditUser.test.stories.js +8 -1
  342. package/src/react-extension/components/User/FilterUsersByGroups/DisplayGroupContextualMenu.js +2 -4
  343. package/src/react-extension/components/User/HandleReviewAccountRecoveryRequestRoute/HandleReviewAccountRecoveryRequestRoute.js +98 -0
  344. package/src/react-extension/components/User/HandleReviewAccountRecoveryRequestRoute/HandleReviewAccountRecoveryRequestRoute.test.data.js +56 -0
  345. package/src/react-extension/components/User/HandleReviewAccountRecoveryRequestRoute/HandleReviewAccountRecoveryRequestRoute.test.js +54 -0
  346. package/src/react-extension/components/User/HandleReviewAccountRecoveryRequestRoute/HandleReviewAccountRecoveryRequestRoute.test.page.js +37 -0
  347. package/src/react-extension/components/UserDetails/DisplayUserDetails/DisplayUserDetails.js +36 -3
  348. package/src/react-extension/components/UserDetails/DisplayUserDetails/DisplayUserDetails.test.data.js +1 -1
  349. package/src/react-extension/components/UserDetails/DisplayUserDetails/DisplayUserDetails.test.js +1 -1
  350. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.js +234 -0
  351. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.data.js +125 -0
  352. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.js +150 -0
  353. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.page.js +113 -0
  354. package/src/react-extension/components/UserDetails/DisplayUserDetailsAccountRecovery/DisplayUserDetailsAccountRecovery.test.stories.js +142 -0
  355. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.js +467 -0
  356. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.data.js +167 -0
  357. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.js +106 -0
  358. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.page.js +101 -0
  359. package/src/react-extension/components/UserDetails/DisplayUserDetailsActivity/DisplayUserDetailsActivity.test.stories.js +143 -0
  360. package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.js +5 -0
  361. package/src/react-extension/components/UserDetails/DisplayUserDetailsGroups/DisplayUserDetailsGroups.test.stories.js +1 -1
  362. package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.data.js +1 -1
  363. package/src/react-extension/components/UserDetails/DisplayUserDetailsInformation/DisplayUserDetailsInformation.test.stories.js +1 -1
  364. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.js +1 -1
  365. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.data.js +1 -1
  366. package/src/react-extension/components/UserDetails/DisplayUserDetailsPublicKey/DisplayUserDetailsPublicKey.test.stories.js +1 -1
  367. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.js +2 -4
  368. package/src/react-extension/components/UserGroup/CreateUserGroup/CreateUserGroup.test.stories.js +5 -1
  369. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.js +2 -4
  370. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroup.test.stories.js +8 -1
  371. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.js +2 -4
  372. package/src/react-extension/components/UserGroup/DeleteUserGroup/DeleteUserGroupWithConflicts.test.stories.js +8 -1
  373. package/src/react-extension/components/UserGroup/DisplayUserGroupDetails/DisplayUserGroupDetails.test.data.js +1 -1
  374. package/src/react-extension/components/UserGroup/DisplayUserGroupDetails/DisplayUserGroupDetails.test.js +1 -1
  375. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsInformation/DisplayUserGroupDetailsInformation.test.data.js +1 -1
  376. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.data.js +1 -1
  377. package/src/react-extension/components/UserGroup/DisplayUserGroupDetailsMembers/DisplayUserGroupDetailsMembers.test.stories.js +2 -1
  378. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.js +2 -4
  379. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.data.js +1 -1
  380. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.js +13 -2
  381. package/src/react-extension/components/UserGroup/EditUserGroup/EditUserGroup.test.stories.js +1 -1
  382. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.js +1 -1
  383. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/ConfirmPassphrase.test.js +5 -2
  384. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.js +1 -1
  385. package/src/react-extension/components/UserSetting/ChangeUserPassphrase/EnterNewPassphrase.test.js +11 -1
  386. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.js +1 -1
  387. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.js +11 -3
  388. package/src/react-extension/components/UserSetting/ChangeUserSecurityToken/ChangeUserSecurityToken.test.stories.js +5 -1
  389. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.js +240 -0
  390. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.data.js +53 -0
  391. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.js +110 -0
  392. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.page.js +85 -0
  393. package/src/react-extension/components/UserSetting/DisplayUserAccountRecovery/DisplayAccountRecoveryUserSettings.test.stories.js +65 -0
  394. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.js +3 -4
  395. package/src/react-extension/components/UserSetting/DisplayUserGpgInformation/DisplayUserGpgInformation.test.stories.js +1 -1
  396. package/src/react-extension/components/UserSetting/DisplayUserProfile/DisplayUserProfile.test.stories.js +1 -1
  397. package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspace/DisplayUserSettingsWorkspace.js +16 -2
  398. package/src/react-extension/components/UserSetting/DisplayUserSettingsWorkspaceBreadcrumb/DisplayUserSettingsWorkspaceBreadcrumb.js +2 -1
  399. package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.js +2 -4
  400. package/src/react-extension/components/UserSetting/DisplayUserTheme/DisplayUserTheme.test.stories.js +18 -12
  401. package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.js +2 -4
  402. package/src/react-extension/components/UserSetting/EditUserProfile/EditUserProfile.test.stories.js +17 -3
  403. package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.js +29 -0
  404. package/src/react-extension/components/UserSetting/NavigateIntoUserSettingsWorkspace/NavigateIntoUserSettingsWorkspace.test.stories.js +5 -0
  405. package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.js +2 -4
  406. package/src/react-extension/components/UserSetting/UploadUserProfileAvatar/UploadUserProfileAvatar.test.stories.js +10 -3
  407. package/src/react-extension/contexts/AccountRecoveryUserContext.js +223 -0
  408. package/src/react-extension/contexts/AccountRecoveryUserContext.test.data.js +55 -0
  409. package/src/react-extension/contexts/AccountRecoveryUserContext.test.js +58 -0
  410. package/src/react-extension/contexts/ActionFeedbackContext.test.data.js +28 -0
  411. package/src/react-extension/contexts/AdminAccountRecoveryContext.js +211 -0
  412. package/src/react-extension/contexts/AdminAccountRecoveryContext.test.data.js +66 -0
  413. package/src/react-extension/contexts/AdminAccountRecoveryContext.test.js +229 -0
  414. package/src/react-extension/contexts/AdministrationWorkspaceContext.js +27 -0
  415. package/src/react-extension/contexts/ApiAccountRecoveryContext.js +148 -0
  416. package/src/react-extension/contexts/ApiRecoverContext.js +14 -15
  417. package/src/react-extension/contexts/ApiSetupContext.js +8 -8
  418. package/src/react-extension/contexts/Authentication/AuthenticationAccountRecoveryContext.js +282 -0
  419. package/src/react-extension/contexts/Authentication/AuthenticationAccountRecoveryContext.test.data.js +51 -0
  420. package/src/react-extension/contexts/Authentication/AuthenticationAccountRecoveryContext.test.js +231 -0
  421. package/src/react-extension/contexts/Authentication/AuthenticationLoginContext.js +264 -0
  422. package/src/react-extension/contexts/Authentication/AuthenticationLoginContext.test.data.js +79 -0
  423. package/src/react-extension/contexts/Authentication/AuthenticationLoginContext.test.js +234 -0
  424. package/src/react-extension/contexts/Authentication/AuthenticationRecoverContext.js +325 -0
  425. package/src/react-extension/contexts/Authentication/AuthenticationRecoverContext.test.data.js +63 -0
  426. package/src/react-extension/contexts/Authentication/AuthenticationRecoverContext.test.js +379 -0
  427. package/src/react-extension/contexts/Authentication/AuthenticationSetupContext.js +339 -0
  428. package/src/react-extension/contexts/Authentication/AuthenticationSetupContext.test.data.js +63 -0
  429. package/src/react-extension/contexts/Authentication/AuthenticationSetupContext.test.js +364 -0
  430. package/src/react-extension/contexts/DialogContext.test.data.js +27 -0
  431. package/src/react-extension/contexts/ExtAppContext.js +0 -6
  432. package/src/react-extension/contexts/ExtAppContext.test.data.js +50 -0
  433. package/src/react-extension/contexts/NavigationContext.js +26 -2
  434. package/src/react-extension/contexts/ResourceWorkspaceContext.js +9 -2
  435. package/src/react-extension/contexts/ResourceWorkspaceContext.test.page.js +10 -1
  436. package/src/react-extension/contexts/UserSettingsContext.js +1 -2
  437. package/src/react-extension/contexts/UserWorkspaceContext.js +35 -10
  438. package/src/react-extension/contexts/UserWorkspaceContext.test.data.js +13 -0
  439. package/src/react-extension/contexts/UserWorkspaceContext.test.page.js +6 -1
  440. package/src/react-extension/contexts/WorkflowContext.js +89 -0
  441. package/src/react-extension/contexts/WorkflowContext.test.data.js +27 -0
  442. package/src/react-extension/lib/Error/GpgKeyError.js +22 -0
  443. package/src/react-extension/lib/Error/InvalidMasterPasswordError.js +23 -0
  444. package/src/react-extension/lib/Error/ServerKeyChangedError.js +22 -0
  445. package/src/react-extension/test/fixture/Settings/siteSettings.js +4 -0
  446. package/src/react-extension/test/fixture/Settings/userSettings.js +1 -1
  447. package/src/react-extension/test/mock/MockPort.js +2 -2
  448. package/src/react-extension/test/mock/MockStorage.js +0 -2
  449. package/src/react-extension/test/mock/components/Internationalisation/MockTranslationProvider.js +2 -1
  450. package/src/react-extension/test/mock/components/React/mockSetState.js +22 -0
  451. package/src/react-quickaccess/ExtQuickAccess.js +10 -1
  452. package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.js +1 -1
  453. package/src/react-quickaccess/components/FilterResourcesByGroupPage/FilterResourcesByGroupPage.test.stories.js +6 -10
  454. package/src/react-quickaccess/components/FilterResourcesByTagPage/FilterResourcesByTagPage.test.stories.js +6 -10
  455. package/src/react-quickaccess/components/LoginPage/LoginPage.js +2 -6
  456. package/src/react-quickaccess/components/LoginPage/LoginPage.test.stories.js +1 -0
  457. package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.js +17 -3
  458. package/src/react-quickaccess/components/PassphraseDialog/PassphraseDialog.test.stories.js +5 -3
  459. package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.js +31 -2
  460. package/src/react-quickaccess/components/ResourceAutoSave/SaveResource.test.data.js +1 -1
  461. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.js +32 -3
  462. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.data.js +6 -3
  463. package/src/react-quickaccess/components/ResourceCreatePage/ResourceCreatePage.test.js +29 -19
  464. package/src/react-quickaccess/components/ResourceViewPage/ResourceViewPage.test.data.js +2 -0
  465. package/src/react-web-integration/components/AskInFormMenuDisplay/AskInFormMenuDisplay.test.stories.js +12 -9
  466. package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.js +1 -1
  467. package/src/react-web-integration/components/DisplayInFormMenu/DisplayInFormMenu.test.stories.js +127 -164
  468. package/src/react-web-integration/lib/Dom/DomUtils.js +23 -1
  469. package/src/react-web-integration/lib/InForm/InFormFieldSelector.js +7 -1
  470. package/src/react-web-integration/lib/InForm/InFormManager.js +24 -14
  471. package/src/react-web-integration/lib/InForm/InformManager.test.data.js +80 -2
  472. package/src/react-web-integration/lib/InForm/InformManager.test.js +147 -7
  473. package/src/react-web-integration/lib/InForm/InformManager.test.page.js +16 -2
  474. package/src/shared/lib/Error/EntityValidationError.js +81 -0
  475. package/src/shared/lib/apiClient/apiClient.test.js +1 -1
  476. package/src/shared/services/accountRecovery/ApiAppAccountRecoveryUserService.js +78 -0
  477. package/src/shared/services/accountRecovery/ExtAppAccountRecoveryUserService.js +24 -0
  478. package/test/jest.setup.js +8 -0
  479. package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.js +0 -97
  480. package/src/react-extension/components/Authentication/AskForAuthenticationHelp/AskForAuthenticationHelp.test.stories.js +0 -33
  481. package/src/react-extension/components/Authentication/CheckPassphrase/GenerateKeyOnPassphraseLostSecondaryAction.js +0 -41
  482. package/src/react-extension/components/Authentication/CheckPassphrase/HelpOnPassphraseLostSecondaryAction.js +0 -41
  483. package/src/react-extension/components/Authentication/CheckPassphrase/HelpOnPrivateKeyLostSecondaryAction.js +0 -41
  484. package/src/react-extension/components/Authentication/ImportGpgKey/GenerateKeySecondaryAction.js +0 -40
  485. package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.data.js +0 -11
  486. package/src/react-extension/components/Authentication/IntroduceSetupExtension/IntroduceSetupExtension.test.stories.js +0 -34
  487. package/src/react-extension/components/AuthenticationLogin/DisplayLoginError/DisplayLoginError.js +0 -87
  488. package/src/react-extension/components/AuthenticationLogin/DisplayLoginError/DisplayLoginError.test.stories.js +0 -33
  489. package/src/react-extension/components/AuthenticationLogin/DisplayLoginInProgress/DisplayLoginInProgress.js +0 -49
  490. package/src/react-extension/components/AuthenticationLogin/DisplayLoginInProgress/DisplayLoginProgress.test.stories.js +0 -33
  491. package/src/react-extension/components/AuthenticationLogin/OrchestrateLogin/OrchestrateLogin.js +0 -102
  492. package/src/react-extension/components/Internationalisation/ChangeLocale/ChangeExtAuthenticationLocale.js +0 -63
  493. package/src/react-extension/contexts/AuthenticationContext.js +0 -467
  494. package/src/react-extension/contexts/AuthenticationContext.test.data.js +0 -15
  495. package/src/react-extension/contexts/AuthenticationContext.test.js +0 -252
@@ -10,16 +10,24 @@
10
10
  "5. And you are done!": "5. And you are done!",
11
11
  "<0>4. Scan the QR codes with your phone.</0>": "<0>4. Scan the QR codes with your phone.</0>",
12
12
  "<0>5. And you are done!</0>": "<0>5. And you are done!</0>",
13
+ "<0><0>{{activityCreatorName}}</0></0> accepted the account recovery request": "<0><0>{{activityCreatorName}}</0></0> accepted the account recovery request",
14
+ "<0><0>{{activityCreatorName}}</0></0> created the user account": "<0><0>{{activityCreatorName}}</0></0> created the user account",
15
+ "<0><0>{{activityCreatorName}}</0></0> rejected the account recovery request": "<0><0>{{activityCreatorName}}</0></0> rejected the account recovery request",
16
+ "<0>{{activityCreatorName}}</0> accepted the account recovery policy": "<0>{{activityCreatorName}}</0> accepted the account recovery policy",
13
17
  "<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> accessed secret of item <2>{{resourceName}}</2>",
14
18
  "<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with": "<0>{{activityCreatorName}}</0> changed permissions of folder <2>{{folderName}}</2> with",
15
19
  "<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with": "<0>{{activityCreatorName}}</0> changed permissions of item <2>{{resourceName}}</2> with",
16
20
  "<0>{{activityCreatorName}}</0> created folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0> created folder <2>{{folderName}}</2>",
17
21
  "<0>{{activityCreatorName}}</0> created item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> created item <2>{{resourceName}}</2>",
22
+ "<0>{{activityCreatorName}}</0> rejected the account recovery policy": "<0>{{activityCreatorName}}</0> rejected the account recovery policy",
23
+ "<0>{{activityCreatorName}}</0> requested an account recovery": "<0>{{activityCreatorName}}</0> requested an account recovery",
18
24
  "<0>{{activityCreatorName}}</0> updated folder <2>{{folderName}}</2>": "<0>{{activityCreatorName}}</0> updated folder <2>{{folderName}}</2>",
19
25
  "<0>{{activityCreatorName}}</0> updated item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> updated item <2>{{resourceName}}</2>",
20
26
  "<0>{{activityCreatorName}}</0> updated secret of item <2>{{resourceName}}</2>": "<0>{{activityCreatorName}}</0> updated secret of item <2>{{resourceName}}</2>",
21
27
  "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported.": "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported.",
28
+ "<0>{{numberFolderSuccess}} out of {{count}}</0> folder has been imported._plural": "<0>{{numberFolderSuccess}} out of {{count}}</0> folders have been imported.",
22
29
  "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported.": "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported.",
30
+ "<0>{{numberResourceSuccess}} out of {{count}}</0> password has been imported._plural": "<0>{{numberResourceSuccess}} out of {{count}}</0> passwords have been imported.",
23
31
  "@your-domain.com": "@your-domain.com",
24
32
  "A Users Directory is configured. The users and groups of passbolt will synchronize with it.": "A Users Directory is configured. The users and groups of passbolt will synchronize with it.",
25
33
  "A client identifier is required.": "A client identifier is required.",
@@ -27,6 +35,7 @@
27
35
  "A comment must be less than 256 characters": "A comment must be less than 256 characters",
28
36
  "A connection could be established. Well done!": "A connection could be established. Well done!",
29
37
  "A domain name is required.": "A domain name is required.",
38
+ "A download of the organization private key has automatically started.": "A download of the organization private key has automatically started.",
30
39
  "A download of your recovery kit, containing your secret key, has automatically started.": "A download of your recovery kit, containing your secret key, has automatically started.",
31
40
  "A file is required.": "A file is required.",
32
41
  "A first name is required.": "A first name is required.",
@@ -35,15 +44,23 @@
35
44
  "A last name is required.": "A last name is required.",
36
45
  "A name can not be more than 64 char in length.": "A name can not be more than 64 char in length.",
37
46
  "A name is required.": "A name is required.",
47
+ "A passphrase is required.": "A passphrase is required.",
38
48
  "A password is required.": "A password is required.",
39
49
  "A port is required.": "A port is required.",
40
50
  "A salt is required.": "A salt is required.",
41
51
  "A secret key is required.": "A secret key is required.",
52
+ "A strong passphrase is required. The minimum complexity must be 'fair'": "A strong passphrase is required. The minimum complexity must be 'fair'",
42
53
  "A subscription key is required.": "A subscription key is required.",
43
54
  "A tag name is required.": "A tag name is required.",
44
55
  "A username is required.": "A username is required.",
56
+ "Accept": "Accept",
45
57
  "Accept new key": "Accept new key",
46
58
  "Access to this service requires an invitation.": "Access to this service requires an invitation.",
59
+ "Account Recovery": "Account Recovery",
60
+ "Account Recovery Policy": "Account Recovery Policy",
61
+ "Account recovery": "Account recovery",
62
+ "Account recovery enrollment": "Account recovery enrollment",
63
+ "Account recovery error": "Account recovery error",
47
64
  "Activated": "Activated",
48
65
  "Activation pending": "Activation pending",
49
66
  "Active Directory": "Active Directory",
@@ -52,18 +69,24 @@
52
69
  "Add a comment": "Add a comment",
53
70
  "Add a description": "Add a description",
54
71
  "Add a unique import tag to passwords": "Add a unique import tag to passwords",
72
+ "Add an Organization Recovery Key": "Add an Organization Recovery Key",
55
73
  "Add people": "Add people",
56
74
  "Add stars to passwords you want to easily find later.": "Add stars to passwords you want to easily find later.",
75
+ "Admin": "Admin",
57
76
  "Administration": "Administration",
58
77
  "Algorithm": "Algorithm",
78
+ "Algorithm and key size cannot be changed at the moment. These are secure default": "Algorithm and key size cannot be changed at the moment. These are secure default",
59
79
  "All groups": "All groups",
60
80
  "All items": "All items",
61
81
  "All tags": "All tags",
62
82
  "All users": "All users",
63
83
  "Also delete items inside this folder.": "Also delete items inside this folder.",
64
84
  "Alternatively you can also get in touch with support on community forum or via the paid support channels.": "Alternatively you can also get in touch with support on community forum or via the paid support channels.",
85
+ "An email is required.": "An email is required.",
65
86
  "An integration key is required.": "An integration key is required.",
87
+ "An organization key is required.": "An organization key is required.",
66
88
  "Apply": "Apply",
89
+ "Approve": "Approve",
67
90
  "Are you sure you want to delete <1>{{user}}</1>?": "Are you sure you want to delete <1>{{user}}</1>?",
68
91
  "Are you sure you want to delete the comment?": "Are you sure you want to delete the comment?",
69
92
  "Are you sure you want to delete the folder <1>{{folderName}}</1>?": "Are you sure you want to delete the folder <1>{{folderName}}</1>?",
@@ -71,11 +94,13 @@
71
94
  "Are you sure you want to delete the password <1>{{resourceName}}</1>?": "Are you sure you want to delete the password <1>{{resourceName}}</1>?",
72
95
  "Are you sure you want to delete the tag <1>{{tagName}}</1>?": "Are you sure you want to delete the tag <1>{{tagName}}</1>?",
73
96
  "Are you sure?": "Are you sure?",
97
+ "As soon as an administrator validates your request you will receive an email link to complete the process.": "As soon as an administrator validates your request you will receive an email link to complete the process.",
74
98
  "Authentication token is missing from server response.": "Authentication token is missing from server response.",
75
99
  "Avatar": "Avatar",
100
+ "Backup of the private key and passphrase will not be stored. This is the safest option.": "Backup of the private key and passphrase will not be stored. This is the safest option.",
76
101
  "Base DN": "Base DN",
77
102
  "Before getting started...": "Before getting started...",
78
- "Both the private key and passphrase are required to perform an account recovery.": "Both the private key and passphrase are required to perform an account recovery.",
103
+ "Both the private key and passphrase are required to recover your account.": "Both the private key and passphrase are required to recover your account.",
79
104
  "Browse": "Browse",
80
105
  "Browse credentials": "Browse credentials",
81
106
  "Build email based on a prefix and suffix?": "Build email based on a prefix and suffix?",
@@ -93,6 +118,7 @@
93
118
  "Check your mailbox!": "Check your mailbox!",
94
119
  "Check your spam folder if you do not hear from us after a while.": "Check your spam folder if you do not hear from us after a while.",
95
120
  "Choose a file": "Choose a file",
121
+ "Choose a new passphrase.": "Choose a new passphrase.",
96
122
  "Choose the export format (csv and kdbx are supported)": "Choose the export format (csv and kdbx are supported)",
97
123
  "Click save to apply your pending changes.": "Click save to apply your pending changes.",
98
124
  "Click start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.": "Click start once the mobile application is installed and opened on your phone and you are ready to scan QR codes.",
@@ -100,12 +126,15 @@
100
126
  "Close": "Close",
101
127
  "Comment content": "Comment content",
102
128
  "Comments": "Comments",
129
+ "Complete recovery": "Complete recovery",
103
130
  "Complexity:": "Complexity:",
104
131
  "Configure another phone": "Configure another phone",
132
+ "Confirm Organization Recovery Key download": "Confirm Organization Recovery Key download",
105
133
  "Congratulation! Passbolt extension has been installed.": "Congratulation! Passbolt extension has been installed.",
106
134
  "Contact Sales": "Contact Sales",
107
135
  "Contact your administrator with details about what went wrong.": "Contact your administrator with details about what went wrong.",
108
136
  "Contact your administrator with the error details.": "Contact your administrator with the error details.",
137
+ "Continue": "Continue",
109
138
  "Continue import": "Continue import",
110
139
  "Contribute": "Contribute",
111
140
  "Copy": "Copy",
@@ -139,6 +168,7 @@
139
168
  "Created by": "Created by",
140
169
  "Credentials": "Credentials",
141
170
  "Credits": "Credits",
171
+ "Current status": "Current status",
142
172
  "Customer id:": "Customer id:",
143
173
  "Decrypting": "Decrypting",
144
174
  "Decryption failed, click here to retry": "Decryption failed, click here to retry",
@@ -159,6 +189,8 @@
159
189
  "Description": "Description",
160
190
  "Directory configuration": "Directory configuration",
161
191
  "Directory type": "Directory type",
192
+ "Disable": "Disable",
193
+ "Disable (Default)": "Disable (Default)",
162
194
  "Disable MFA": "Disable MFA",
163
195
  "Disabled": "Disabled",
164
196
  "Do not store sensitive data or click here to enable encryption for the description field.": "Do not store sensitive data or click here to enable encryption for the description field.",
@@ -166,6 +198,7 @@
166
198
  "Domain": "Domain",
167
199
  "Download Chrome": "Download Chrome",
168
200
  "Download Firefox": "Download Firefox",
201
+ "Download again": "Download again",
169
202
  "Download backup": "Download backup",
170
203
  "Download extension": "Download extension",
171
204
  "Download the kit again!": "Download the kit again!",
@@ -180,6 +213,7 @@
180
213
  "Edit subscription key": "Edit subscription key",
181
214
  "Edit tag": "Edit tag",
182
215
  "Email": "Email",
216
+ "Email Address": "Email Address",
183
217
  "Email Notification": "Email Notification",
184
218
  "Email Notifications": "Email Notifications",
185
219
  "Email content visibility": "Email content visibility",
@@ -192,11 +226,17 @@
192
226
  "Encrypted secret": "Encrypted secret",
193
227
  "Enter a description": "Enter a description",
194
228
  "Enter the password and/or key file": "Enter the password and/or key file",
229
+ "Enter the private key used by your organization for account recovery": "Enter the private key used by your organization for account recovery",
195
230
  "Entropy:": "Entropy:",
196
231
  "Error": "Error",
197
232
  "Error details": "Error details",
233
+ "Error, this is not the current organization recovery key.": "Error, this is not the current organization recovery key.",
198
234
  "Errors:": "Errors",
235
+ "Every user can decide to provide a copy of their private key and passphrase by default during the setup, but they can opt in.": "Every user can decide to provide a copy of their private key and passphrase by default during the setup, but they can opt in.",
236
+ "Every user is required to provide a copy of their private key and passphrase during setup.": "Every user is required to provide a copy of their private key and passphrase during setup.",
237
+ "Every user will be prompted to provide a copy of their private key and passphrase by default during the setup, but they can opt out.": "Every user will be prompted to provide a copy of their private key and passphrase by default during the setup, but they can opt out.",
199
238
  "Exclude look-alike characters": "Exclude look-alike characters",
239
+ "Expected fingerprint:": "Expected fingerprint:",
200
240
  "Expires": "Expires",
201
241
  "Expires on:": "Expires on:",
202
242
  "Export": "Export",
@@ -217,10 +257,13 @@
217
257
  "For Openldap only. Defines which group object to use.": "For Openldap only. Defines which group object to use.",
218
258
  "For Openldap only. Defines which user object to use.": "For Openldap only. Defines which user object to use.",
219
259
  "For any change or question related to your passbolt subscription, kindly contact our sales team.": "For any change or question related to your passbolt subscription, kindly contact our sales team.",
260
+ "For more information about account recovery, checkout the dedicated page on the help website.": "For more information about account recovery, checkout the dedicated page on the help website.",
220
261
  "For more information about email notification, checkout the dedicated page on the help website.": "For more information about email notification, checkout the dedicated page on the help website.",
221
262
  "For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:": "For security reasons please check with your administrator that this is a change that they initiated. The new fingerprint:",
222
263
  "Full report": "Full report",
264
+ "Generate & Apply": "Generate & Apply",
223
265
  "Generate a new password securely": "Generate a new password securely",
266
+ "Generate new key instead": "Generate new key instead",
224
267
  "Generate password": "Generate password",
225
268
  "Get started in 5 easy steps": "Get started in 5 easy steps",
226
269
  "Go back": "Go back",
@@ -246,20 +289,30 @@
246
289
  "I accept the <1>privacy policy</1>": "I accept the <1>privacy policy</1>",
247
290
  "I accept the <1>terms</1>": "I accept the <1>terms</1>",
248
291
  "I accept the <1>terms</1> and the <3>privacy policy</3>": "I accept the <1>terms</1> and the <3>privacy policy</3>",
292
+ "I agree to share securely a copy of my private key & passphrase with my organization recovery contacts.": "I agree to share securely a copy of my private key & passphrase with my organization recovery contacts.",
293
+ "I agree to share this info with my organization recovery contacts": "I agree to share this info with my organization recovery contacts",
249
294
  "I already have an account": "I already have an account",
295
+ "I do not agree to share this info with my organization recovery contacts": "I do not agree to share this info with my organization recovery contacts",
296
+ "I do not want to share a copy of my private key & passphrase with my organization recovery contacts.": "I do not want to share a copy of my private key & passphrase with my organization recovery contacts.",
250
297
  "I lost my passphrase, generate a new private key.": "I lost my passphrase, generate a new private key.",
298
+ "I verified with <1>{{requesterFirstname}}</1> that the request is valid.": "I verified with <1>{{requesterFirstname}}</1> that the request is valid.",
251
299
  "I want to try again.": "I want to try again.",
252
300
  "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.": "If there was an issue during the transfer, either the operation was cancelled on the mobile side, or the authentication token expired.",
253
301
  "If this does not work get in touch with support.": "If this does not work get in touch with support.",
254
302
  "If this is empty then it will be queried from the RootDSE.": "If this is empty then it will be queried from the RootDSE.",
255
- "If you do not have access, you can request a new account from the administrator.": "If you do not have access, you can request a new account from the administrator.",
303
+ "If you changed systems, or reinstalled passbolt web extension in the meantime, you will need to start the account recovery process from scratch.": "If you changed systems, or reinstalled passbolt web extension in the meantime, you will need to start the account recovery process from scratch.",
304
+ "If you do not have access, you can request a new account recovery to an administrator.": "If you do not have access, you can request a new account recovery to an administrator.",
305
+ "If you do not have access, you can request an account recovery to an administrator.": "If you do not have access, you can request an account recovery to an administrator.",
306
+ "If you do not have access, you can request help to an administrator.": "If you do not have access, you can request help to an administrator.",
256
307
  "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.": "If you have multiple browsers configured, the passphrase will need to be changed in all places individually.",
257
308
  "Ignored:": "Ignored",
258
309
  "Import": "Import",
310
+ "Import an OpenPGP Public key": "Import an OpenPGP Public key",
259
311
  "Import folders": "Import folders",
260
312
  "Import passwords": "Import passwords",
261
313
  "Import success!": "Import success!",
262
314
  "In this section you can adjust the composition of the emails, e.g. which information will be included in the notification.": "In this section you can adjust the composition of the emails, e.g. which information will be included in the notification.",
315
+ "In this section you can choose the default behavior of account recovery for all users.": "In this section you can choose the default behavior of account recovery for all users.",
263
316
  "In this section you can choose which email notifications will be sent.": "In this section you can choose which email notifications will be sent.",
264
317
  "Information": "Information",
265
318
  "Information for public and secret key": "Information for public and secret key",
@@ -272,7 +325,12 @@
272
325
  "It contains special characters (like / or * or %)": "It contains special characters (like / or * or %)",
273
326
  "It does feel a bit empty here.": "It does feel a bit empty here.",
274
327
  "It is at least 8 characters in length": "It is at least 8 characters in length",
328
+ "It is mandatory to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?": "It is mandatory to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?",
275
329
  "It is not part of a dictionary": "It is not part of a dictionary",
330
+ "It is possible and recommended to share securely a copy of your private key and passphrase with your organization recovery contacts.": "It is possible and recommended to share securely a copy of your private key and passphrase with your organization recovery contacts.",
331
+ "It is possible and recommended to share securely your recovery kit with your organization recovery contacts.": "It is possible and recommended to share securely your recovery kit with your organization recovery contacts.",
332
+ "It is possible to share securely your recovery kit with the administrator.": "It is possible to share securely your recovery kit with the administrator.",
333
+ "It is recommended to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?": "It is recommended to share securely a copy of your private key with your organization recovery contacts. Would you like to continue?",
276
334
  "Items I own": "Items I own",
277
335
  "Just now": "Just now",
278
336
  "Keep existing permissions": "Keep existing permissions",
@@ -284,10 +342,14 @@
284
342
  "Keepass password": "Keepass password",
285
343
  "Key Id": "Key Id",
286
344
  "Key Length": "Key Length",
345
+ "Key Size": "Key Size",
346
+ "Key length": "Key length",
287
347
  "Keys inspector": "Keys inspector",
288
348
  "Language": "Language",
289
349
  "Last Name": "Last Name",
290
350
  "Last logged in": "Last logged in",
351
+ "Learn More": "Learn More",
352
+ "Learn how to <1>generate a key separately.</1>": "Learn how to <1>generate a key separately.</1>",
291
353
  "Learn more": "Learn more",
292
354
  "Leave empty if users and groups are in the same DN.": "Leave empty if users and groups are in the same DN.",
293
355
  "Length": "Length",
@@ -297,7 +359,9 @@
297
359
  "MFA": "MFA",
298
360
  "Make sure you store it in a safe place. You may need it later.": "Make sure you store it in a safe place. You may need it later.",
299
361
  "Make sure your passphrase is hard to guess but also that is long enough. For example you can use your favorite lyric from a song, grab the first couple of characters from the words in your favorite line.": "Make sure your passphrase is hard to guess but also that is long enough. For example you can use your favorite lyric from a song, grab the first couple of characters from the words in your favorite line.",
362
+ "Make sure your print it or store it in a safe place. You may need it later!": "Make sure your print it or store it in a safe place. You may need it later!",
300
363
  "Manage Subscription": "Manage Subscription",
364
+ "Mandatory": "Mandatory",
301
365
  "Member": "Member",
302
366
  "Members": "Members",
303
367
  "Mobile setup": "Mobile setup",
@@ -316,6 +380,8 @@
316
380
  "Need help?": "Need help?",
317
381
  "Need some help?": "Need some help?",
318
382
  "Never": "Never",
383
+ "New Account Recovery Policy": "New Account Recovery Policy",
384
+ "New Organization Recovery Key": "New Organization Recovery Key",
319
385
  "New folder": "New folder",
320
386
  "New group": "New group",
321
387
  "New here? Enter your name to get started.": "New here? Enter your name to get started.",
@@ -343,6 +409,7 @@
343
409
  "None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.": "None of your passwords are yet marked as favorite. Add stars to passwords you want to easily find later.",
344
410
  "None of your passwords matched this search.": "None of your passwords matched this search.",
345
411
  "Note: Administrators can add and delete users; They can also create groups and assign group managers; Admin can not see all passwords.": "Note: Administrators can add and delete users; They can also create groups and assign group managers; Admin can not see all passwords.",
412
+ "Number of recovery": "Number of recovery",
346
413
  "Number of words": "Number of words",
347
414
  "OK": "OK",
348
415
  "Ok": "Ok",
@@ -354,9 +421,15 @@
354
421
  "Open Ldap": "Open Ldap",
355
422
  "Open URI in a new Tab": "Open URI in a new Tab",
356
423
  "Open in new window": "Open in new window",
424
+ "Optional": "Optional",
425
+ "Optional, Opt-in": "Optional, Opt-in",
426
+ "Optional, Opt-out": "Optional, Opt-out",
357
427
  "Or generate a new private key.": "Or generate a new private key.",
358
428
  "Or switch to another account.": "Or switch to another account.",
359
429
  "Or use an existing private key.": "Or use an existing private key.",
430
+ "Organization Recovery Key": "Organization Recovery Key",
431
+ "Organization key passphrase": "Organization key passphrase",
432
+ "Otherwise, you may lose access to your data.": "Otherwise, you may lose access to your data.",
360
433
  "Owned by me": "Owned by me",
361
434
  "Passphrase": "Passphrase",
362
435
  "Passphrase required": "Passphrase required",
@@ -365,7 +438,9 @@
365
438
  "Passwords": "Passwords",
366
439
  "Pick a color and enter three characters.": "Pick a color and enter three characters.",
367
440
  "Please confirm you really want to delete the passwords. After clicking ok, the passwords will be deleted permanently.": "Please confirm you really want to delete the passwords. After clicking ok, the passwords will be deleted permanently.",
441
+ "Please contact your administrator to enable the account recovery feature.": "Please contact your administrator to enable the account recovery feature.",
368
442
  "Please contact your administrator to request an invitation link.": "Please contact your administrator to request an invitation link.",
443
+ "Please double check with the user in case they still need some help to log in.": "Please double check with the user in case they still need some help to log in.",
369
444
  "Please download chrome or firefox to get started with passbolt.": "Please download chrome or firefox to get started with passbolt.",
370
445
  "Please download the browser extension and refresh this page to continue.": "Please download the browser extension and refresh this page to continue.",
371
446
  "Please enter a new passphrase": "Please enter a new passphrase",
@@ -376,11 +451,14 @@
376
451
  "Please enter your passphrase to continue": "Please enter your passphrase to continue",
377
452
  "Please enter your passphrase to continue.": "Please enter your passphrase to continue.",
378
453
  "Please enter your passphrase.": "Please enter your passphrase.",
454
+ "Please enter your private key to continue.": "Please enter your private key to continue.",
379
455
  "Please install the browser extension.": "Please install the browser extension.",
380
456
  "Please make sure there is at least one group manager.": "Please make sure there is at least one group manager.",
381
457
  "Please make sure there is at least one owner.": "Please make sure there is at least one owner.",
382
458
  "Please try again later or contact your administrator.": "Please try again later or contact your administrator.",
459
+ "Please wait, while your request is processed.": "Please wait, while your request is processed.",
383
460
  "Please wait...": "Please wait...",
461
+ "Previous recovery": "Previous recovery",
384
462
  "Privacy": "Privacy",
385
463
  "Private": "Private",
386
464
  "Private key": "Private key",
@@ -390,11 +468,16 @@
390
468
  "Public key": "Public key",
391
469
  "Public key block": "Public key block",
392
470
  "Randomize": "Randomize",
471
+ "Read documentation": "Read documentation",
393
472
  "Read the documentation": "Read the documentation",
394
473
  "Recently Modified": "Recently Modified",
395
474
  "Recently modified": "Recently modified",
475
+ "Recommended": "Recommended",
476
+ "Recovering your account, please wait.": "Recovering your account, please wait.",
477
+ "Recovery": "Recovery",
396
478
  "Refresh to detect extension": "Refresh to detect extension",
397
479
  "Registration & Recovery": "Registration & Recovery",
480
+ "Reject": "Reject",
398
481
  "Remember it for": "Remember it for",
399
482
  "Remember until I log out.": "Remember until I log out.",
400
483
  "Remember until signed out.": "Remember until signed out.",
@@ -402,13 +485,18 @@
402
485
  "Rename": "Rename",
403
486
  "Rename a folder": "Rename a folder",
404
487
  "Renew key": "Renew key",
488
+ "Request account recovery": "Request account recovery",
489
+ "Request help": "Request help",
405
490
  "Request invitation": "Request invitation",
406
- "Request new account": "Request new account",
491
+ "Requesting administrator approval. Please wait...": "Requesting administrator approval. Please wait...",
407
492
  "Resend invite": "Resend invite",
493
+ "Reset settings": "Reset settings",
408
494
  "Resource": "Resource",
409
495
  "Resource with encrypted description": "Resource with encrypted description",
410
496
  "Resources errors": "Resources errors",
411
497
  "Restart": "Restart",
498
+ "Restart from scratch": "Restart from scratch",
499
+ "Retrieving account recovery": "Retrieving account recovery",
412
500
  "Retrieving activities": "Retrieving activities",
413
501
  "Retrieving comments": "Retrieving comments",
414
502
  "Retrieving group members": "Retrieving group members",
@@ -419,9 +507,14 @@
419
507
  "Retrieving your groups": "Retrieving your groups",
420
508
  "Retrieving your passwords": "Retrieving your passwords",
421
509
  "Retrieving your tags": "Retrieving your tags",
510
+ "Review": "Review",
511
+ "Review account recovery request": "Review account recovery request",
512
+ "Review recovery request": "Review recovery request",
422
513
  "Role": "Role",
514
+ "Rotate Key": "Rotate Key",
423
515
  "Salt": "Salt",
424
516
  "Save": "Save",
517
+ "Save Settings Summary": "Save Settings Summary",
425
518
  "Save as new credential": "Save as new credential",
426
519
  "Save settings": "Save settings",
427
520
  "Save the data entered as a new credential": "Save the data entered as a new credential",
@@ -459,16 +552,20 @@
459
552
  "Sign in": "Sign in",
460
553
  "Sign out": "Sign out",
461
554
  "Sign up": "Sign up",
555
+ "Signing in, please wait.": "Signing in, please wait.",
462
556
  "Signing in, please wait...": "Signing in, please wait...",
463
557
  "Simulate synchronize": "Simulate synchronize",
464
558
  "Some resources will not be synchronized and will require your attention, see the full report.": "Some resources will not be synchronized and will require your attention, see the full report.",
465
559
  "Something went wrong!": "Something went wrong!",
466
560
  "Something went wrong, the sign in failed with the following error:": "Something went wrong, the sign in failed with the following error:",
467
561
  "Something went wrong.": "Something went wrong.",
562
+ "Sorry the account recovery feature is not enabled for this organization.": "Sorry the account recovery feature is not enabled for this organization.",
468
563
  "Sorry your subscription is either missing or not readable.": "Sorry your subscription is either missing or not readable.",
469
564
  "Sorry, it is not possible to proceed. The first QR code is empty.": "Sorry, it is not possible to proceed. The first QR code is empty.",
470
565
  "Sorry, it is not possible to proceed. The first QR code is too big.": "Sorry, it is not possible to proceed. The first QR code is too big.",
471
566
  "Sorry, the server key has changed.": "Sorry, the server key has changed.",
567
+ "Sorry, this account recovery request has expired and cannot be updated, or was already handled by another administrator.": "Sorry, this account recovery request has expired and cannot be updated, or was already handled by another administrator.",
568
+ "Sorry, wrong computer or browser...": "Sorry, wrong computer or browser...",
472
569
  "Sorry, you have not been signed in.": "Sorry, you have not been signed in.",
473
570
  "Sorry, your browser is not supported.": "Sorry, your browser is not supported.",
474
571
  "Sorry... maybe an administrator can help?": "Sorry... maybe an administrator can help?",
@@ -477,6 +574,7 @@
477
574
  "Start typing a user or group name": "Start typing a user or group name",
478
575
  "Status": "Status",
479
576
  "Strength:": "Strength:",
577
+ "Submit": "Submit",
480
578
  "Submitting the form will overwrite those settings with the ones you choose in the form below.": "Submitting the form will overwrite those settings with the ones you choose in the form below.",
481
579
  "Subscription": "Subscription",
482
580
  "Subscription id:": "Subscription id:",
@@ -505,6 +603,9 @@
505
603
  "The Time-based One Time Password provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "The Time-based One Time Password provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.",
506
604
  "The Yubikey provider is disabled for all users.": "The Yubikey provider is disabled for all users.",
507
605
  "The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.": "The Yubikey provider is enabled for all users. They can setup this provider in their profile and use it as second factor authentication.",
606
+ "The account recovery request does not exist.": "The account recovery request does not exist.",
607
+ "The account recovery review has been saved successfully": "The account recovery review has been saved successfully",
608
+ "The account recovery subscription setting has been updated.": "The account recovery subscription setting has been updated.",
508
609
  "The attribute you would like to use for the first part of the email (usually username).": "The attribute you would like to use for the first part of the email (usually username).",
509
610
  "The base DN (default naming context) for the domain.": "The base DN (default naming context) for the domain.",
510
611
  "The client identifier should be an integer.": "The client identifier should be an integer.",
@@ -532,16 +633,21 @@
532
633
  "The internationalization settings were updated.": "The internationalization settings were updated.",
533
634
  "The invitation is expired.": "The invitation is expired.",
534
635
  "The invite has been resent successfully": "The invite has been resent successfully",
636
+ "The key can't be empty.": "The key can't be empty.",
535
637
  "The multi factor authentication settings for the organization were updated.": "The multi factor authentication settings for the organization were updated.",
638
+ "The new organization recovery key should not be a formerly used organization recovery key.": "The new organization recovery key should not be a formerly used organization recovery key.",
536
639
  "The operation failed with the following error:": "The operation failed with the following error:",
537
640
  "The operation has been aborted.": "The operation has been aborted.",
538
641
  "The operation was cancelled.": "The operation was cancelled.",
539
642
  "The operation was successful.": "The operation was successful.",
643
+ "The organization private recovery key should not be stored in passbolt.": "The organization private recovery key should not be stored in passbolt.",
644
+ "The organization recovery policy has been updated successfully": "The organization recovery policy has been updated successfully",
540
645
  "The passphrase is invalid.": "The passphrase is invalid.",
541
646
  "The passphrase is stored on your device and never sent server side.": "The passphrase is stored on your device and never sent server side.",
542
647
  "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.": "The passphrase is used to encrypt your secret key, which is required to decrypt your secrets, such as the passwords.",
543
648
  "The passphrase should not be empty.": "The passphrase should not be empty.",
544
649
  "The passphrase was updated!": "The passphrase was updated!",
650
+ "The passphrase you defined when initiating the account recovery is required to complete the operation.": "The passphrase you defined when initiating the account recovery is required to complete the operation.",
545
651
  "The password field is not defined.": "The password field is not defined.",
546
652
  "The password has been added as a favorite": "The password has been added as a favorite",
547
653
  "The password has been added successfully": "The password has been added successfully",
@@ -558,6 +664,7 @@
558
664
  "The private key is invalid.": "The private key is invalid.",
559
665
  "The private key should not be empty.": "The private key should not be empty.",
560
666
  "The public key has been copied to clipboard": "The public key has been copied to clipboard",
667
+ "The request is expired.": "The request is expired.",
561
668
  "The salt should be between 40 and 128 characters in length.": "The salt should be between 40 and 128 characters in length.",
562
669
  "The secret has been copied to clipboard": "The secret has been copied to clipboard",
563
670
  "The secret plaintext is empty.": "The secret plaintext is empty.",
@@ -578,6 +685,7 @@
578
685
  "The user has been deleted successfully": "The user has been deleted successfully",
579
686
  "The user has been updated successfully": "The user has been updated successfully",
580
687
  "The user is not a member of any group yet": "The user is not a member of any group yet",
688
+ "The user who requested an account recovery does not exist.": "The user who requested an account recovery does not exist.",
581
689
  "The username has been copied to clipboard": "The username has been copied to clipboard",
582
690
  "The username should be a valid username address.": "The username should be a valid username address.",
583
691
  "Theme": "Theme",
@@ -588,6 +696,8 @@
588
696
  "There was an issue while importing folders:": "There was an issue while importing folders:",
589
697
  "There was an issue while importing passwords:": "There was an issue while importing passwords:",
590
698
  "There was an unexpected error...": "There was an unexpected error...",
699
+ "They will be able to help you in case you lose it.": "They will be able to help you in case you lose it.",
700
+ "They will be able to help you in case you lose them.": "They will be able to help you in case you lose them.",
591
701
  "This email is not associated with any approved users on this domain.": "This email is not associated with any approved users on this domain.",
592
702
  "This group is the sole owner of some content. You need to transfer the ownership to others to continue.": "This group is the sole owner of some content. You need to transfer the ownership to others to continue.",
593
703
  "This is not a valid hostname.": "This is not a valid hostname.",
@@ -634,7 +744,9 @@
634
744
  "Upper case": "Upper case",
635
745
  "Use email prefix / suffix?": "Use email prefix / suffix?",
636
746
  "Use this option when user entries do not include an email address by default": "Use this option when user entries do not include an email address by default",
747
+ "User": "User",
637
748
  "User Path": "User Path",
749
+ "User ids": "User ids",
638
750
  "User object class": "User object class",
639
751
  "User path": "User path",
640
752
  "User path is used in addition to base DN while searching users.": "User path is used in addition to base DN while searching users.",
@@ -651,21 +763,26 @@
651
763
  "View it in passbolt": "View it in passbolt",
652
764
  "Wait for a team member to share a password with you.": "Wait for a team member to share a password with you.",
653
765
  "Want to contribute?": "Want to contribute?",
766
+ "Warning, Don't forget to add an organization recovery key.": "Warning, Don't forget to add an organization recovery key.",
767
+ "Warning, Don't forget to save your settings to apply your modification.": "Warning, Don't forget to save your settings to apply your modification.",
768
+ "Warning, Please review carefully this configuration as it will not be trivial to change this later.": "Warning, Please review carefully this configuration as it will not be trivial to change this later.",
769
+ "Warning, we encourage you to generate your OpenPGP Organization Recovery Key separately. Make sure you keep a backup in a safe place.": "Warning, we encourage you to generate your OpenPGP Organization Recovery Key separately. Make sure you keep a backup in a safe place.",
654
770
  "Warning: ": "Warning: ",
655
771
  "Warning: Existing settings will be lost. This action cannot be undone.": "Warning: Existing settings will be lost. This action cannot be undone.",
772
+ "Warning: If users lose their private key and passphrase they will not be able to recover their account.": "Warning: If users lose their private key and passphrase they will not be able to recover their account.",
656
773
  "Warning: Once the comment is deleted, it’ll be removed permanently and will not be recoverable.": "Warning: Once the comment is deleted, it’ll be removed permanently and will not be recoverable.",
657
774
  "Warning: Once the password is deleted, it’ll be removed permanently and will not be recoverable.": "Warning: Once the password is deleted, it’ll be removed permanently and will not be recoverable.",
658
775
  "Warning: Once the tag is deleted, it’ll be removed permanently and will not be recoverable.": "Warning: Once the tag is deleted, it’ll be removed permanently and will not be recoverable.",
659
776
  "Warning: This action can’t be undone. All the data associated with this user will be permanently deleted.": "Warning: This action can’t be undone. All the data associated with this user will be permanently deleted.",
660
777
  "Warning: This action can’t be undone. Other users may lose access.": "Warning: This action can’t be undone. Other users may lose access.",
661
778
  "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.": "Warning: This action can’t be undone. Users in this group may lose access to the content shared with it.",
779
+ "Warning: You should inform your users not to store personal passwords.": "Warning: You should inform your users not to store personal passwords.",
662
780
  "Warning: this is the maximum size for this field, make sure your data was not truncated": "Warning: this is the maximum size for this field, make sure your data was not truncated",
663
781
  "We sent you a link to verify your email.": "We sent you a link to verify your email.",
664
782
  "Welcome back, please enter your private key to begin the recovery process.": "Welcome back, please enter your private key to begin the recovery process.",
665
783
  "Welcome to Passbolt, please select a passphrase!": "Welcome to Passbolt, please select a passphrase!",
666
784
  "Welcome to passbolt!": "Welcome to passbolt!",
667
785
  "Welcome to the mobile account transfer!": "Welcome to the mobile account transfer!",
668
- "Welcome, please enter your private key to continue.": "Welcome, please enter your private key to continue.",
669
786
  "What if I forgot my passphrase?": "What if I forgot my passphrase?",
670
787
  "What is the role of the passphrase?": "What is the role of the passphrase?",
671
788
  "When a comment is posted on a password, notify the users who have access to this password.": "When a comment is posted on a password, notify the users who have access to this password.",
@@ -678,6 +795,14 @@
678
795
  "When a password is deleted, notify the users who had access to it.": "When a password is deleted, notify the users who had access to it.",
679
796
  "When a password is shared, notify the users who gain access to it.": "When a password is shared, notify the users who gain access to it.",
680
797
  "When a password is updated, notify the users who have access to it.": "When a password is updated, notify the users who have access to it.",
798
+ "When a suspicious attempt to guess for an existing account recovery request is made, notify the administrators?": "When a suspicious attempt to guess for an existing account recovery request is made, notify the administrators?",
799
+ "When an account recovery is approved, notify the user": "When an account recovery is approved, notify the user",
800
+ "When an account recovery is rejected, notify the user": "When an account recovery is rejected, notify the user",
801
+ "When an account recovery is requested, notify the administrators": "When an account recovery is requested, notify the administrators",
802
+ "When an account recovery is requested, notify the user": "When an account recovery is requested, notify the user",
803
+ "When an account recovery policy is updated, notify the administrators": "When an account recovery policy is updated, notify the administrators",
804
+ "When an administrator answered to an account recovery request, notify all the administrators": "When an administrator answered to an account recovery request, notify all the administrators",
805
+ "When an administrator answered to an account recovery request, notify the administrator": "When an administrator answered to an account recovery request, notify the administrator",
681
806
  "When members of a group change, notify the group manager(s).": "When members of a group change, notify the group manager(s).",
682
807
  "When new users are invited to passbolt, notify them.": "When new users are invited to passbolt, notify them.",
683
808
  "When user roles change in a group, notify the corresponding users.": "When user roles change in a group, notify the corresponding users.",
@@ -693,6 +818,7 @@
693
818
  "Would you like to save this credential ?": "Would you like to save this credential ?",
694
819
  "Yes I checked and it is all fine.": "Yes I checked and it is all fine.",
695
820
  "You": "You",
821
+ "You already enrolled to the account recovery program": "You already enrolled to the account recovery program",
696
822
  "You are about to delete the group <1>{{groupName}}</1>.": "You are about to delete the group <1>{{groupName}}</1>.",
697
823
  "You are about to delete the user <1>{{user}}</1>.": "You are about to delete the user <1>{{user}}</1>.",
698
824
  "You are about to disable second-factor authentication (MFA) for the user <1>{{name}} ({{username}})</1>.": "You are about to disable second-factor authentication (MFA) for the user <1>{{name}} ({{username}})</1>.",
@@ -705,6 +831,7 @@
705
831
  "You are now ready to continue the setup on your phone.": "You are now ready to continue the setup on your phone.",
706
832
  "You can find these newly imported passwords in the folder <1>{{folderName}}</1>.": "You can find these newly imported passwords in the folder <1>{{folderName}}</1>.",
707
833
  "You can find these newly imported passwords under the tag <1>{{tagName}}</1>.": "You can find these newly imported passwords under the tag <1>{{tagName}}</1>.",
834
+ "You can initiate a new account recovery by clicking on the button bellow.": "You can initiate a new account recovery by clicking on the button bellow.",
708
835
  "You can request another invitation email by clicking on the button below.": "You can request another invitation email by clicking on the button below.",
709
836
  "You can restart this process if you want to configure another phone.": "You can restart this process if you want to configure another phone.",
710
837
  "You cannot delete this group!": "You cannot delete this group!",
@@ -712,12 +839,17 @@
712
839
  "You do not own any passwords yet. It does feel a bit empty here, create your first password.": "You do not own any passwords yet. It does feel a bit empty here, create your first password.",
713
840
  "You must accept the new server key": "You must accept the new server key",
714
841
  "You need to click save for the changes to take place.": "You need to click save for the changes to take place.",
842
+ "You need to finalize the account recovery process with the same computer you used for the account recovery request.": "You need to finalize the account recovery process with the same computer you used for the account recovery request.",
843
+ "You need use the same computer and browser to finalize the process.": "You need use the same computer and browser to finalize the process.",
715
844
  "You need your passphrase to continue.": "You need your passphrase to continue.",
716
845
  "You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).": "You seem to have Email Notification Settings defined in your passbolt.php (or via environment variables).",
846
+ "You should keep it offline in a safe place.": "You should keep it offline in a safe place.",
717
847
  "You will be able to save it after submitting": "You will be able to save it after submitting",
718
848
  "Your OpenPGP private key block": "Your OpenPGP private key block",
719
849
  "Your language is missing or you discovered an error in the translation, help us to improve passbolt.": "Your language is missing or you discovered an error in the translation, help us to improve passbolt.",
850
+ "Your organization recovery key will be used to decrypt and recover the private key and passphrase of the users that are participating in the account recovery program.": "Your organization recovery key will be used to decrypt and recover the private key and passphrase of the users that are participating in the account recovery program.",
720
851
  "Your passphrase has been changed. Make sure you keep a backup of your secret key encrypted with this new passphrase.": "Your passphrase has been changed. Make sure you keep a backup of your secret key encrypted with this new passphrase.",
852
+ "Your passphrase is required to sign-in.": "Your passphrase is required to sign-in.",
721
853
  "Your passphrase is wrong!": "Your passphrase is wrong!",
722
854
  "Your passphrase is wrong! The operation has been aborted.": "Your passphrase is wrong! The operation has been aborted.",
723
855
  "Your session has expired, you need to sign in.": "Your session has expired, you need to sign in.",
@@ -763,6 +895,7 @@
763
895
  "no url provided": "no url provided",
764
896
  "no username provided": "no username provided",
765
897
  "no, thanks": "no, thanks",
898
+ "not available": "not available",
766
899
  "open in a new tab": "open in a new tab",
767
900
  "open passbolt in a new tab": "open passbolt in a new tab",
768
901
  "or": "or",
@@ -772,6 +905,8 @@
772
905
  "password generator": "password generator",
773
906
  "passwords": "passwords",
774
907
  "port": "port",
908
+ "requested an account recovery": "requested an account recovery",
909
+ "requested this operation": "requested this operation",
775
910
  "right now": "right now",
776
911
  "root": "root",
777
912
  "root (folder)": "root (folder)",
@@ -813,6 +948,7 @@
813
948
  "{{count}} password_plural": "{{count}} passwords",
814
949
  "{{count}} user": "{{count}} user",
815
950
  "{{count}} user_plural": "{{count}} users",
951
+ "{{requesterFirstname}} did not initiate this request.": "{{requesterFirstname}} did not initiate this request.",
816
952
  "{{resources}} and {{folders}} are going to be exported.": "{{resources}} and {{folders}} are going to be exported.",
817
953
  "{{users}} and {{groups}} have been found.": "{{users}} and {{groups}} have been found.",
818
954
  "{{users}} and {{groups}} have been synchronized.": "{{users}} and {{groups}} have been synchronized.",
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Passbolt ~ Open source password manager for teams
3
+ * Copyright (c) 2022 Passbolt SA (https://www.passbolt.com)
4
+ *
5
+ * Licensed under GNU Affero General Public License version 3 of the or any later version.
6
+ * For full copyright and license information, please see the LICENSE.txt
7
+ * Redistributions of files must retain the above copyright notice.
8
+ *
9
+ * @copyright Copyright (c) 2022 Passbolt SA (https://www.passbolt.com)
10
+ * @license https://opensource.org/licenses/AGPL-3.0 AGPL License
11
+ * @link https://www.passbolt.com Passbolt(tm)
12
+ * @since 3.6.0
13
+ */
14
+
15
+ import React from "react";
16
+ import ReactDOM from "react-dom";
17
+ import ApiAccountRecovery from "./ApiAccountRecovery";
18
+
19
+ /**
20
+ * Entry point - ApiAccountRecovery application served by the API.
21
+ * This entry point will be used to compile the production code see webpack-api.config.js
22
+ */
23
+ const appDomElement = document.createElement("div");
24
+ document.body.appendChild(appDomElement);
25
+ ReactDOM.render(<ApiAccountRecovery/>, appDomElement);