2018-08-28 05:03:55 +00:00
|
|
|
<WizardContent @headerText="Tools" @glyph="tour">
|
2018-08-29 23:16:50 +00:00
|
|
|
<WizardSection
|
|
|
|
@headerText="Your rewrapped data"
|
2018-08-28 05:03:55 +00:00
|
|
|
@docText="API: Rewrap Data"
|
|
|
|
@docPath="/api/system/wrapping-rewrap.html"
|
2018-08-29 23:16:50 +00:00
|
|
|
@instructions='Copy this token and then click on "Unwrap" in the sidebar to verify the data is still in there.'
|
2018-08-28 05:03:55 +00:00
|
|
|
>
|
|
|
|
<p>
|
2018-08-29 23:16:50 +00:00
|
|
|
It's a subtle transformation, but your old token has been revoked and this new one has taken its place.
|
2018-08-28 05:03:55 +00:00
|
|
|
</p>
|
|
|
|
</WizardSection>
|
2018-08-29 23:16:50 +00:00
|
|
|
</WizardContent>
|