Require key rotation to disable pins.

This commit is contained in:
Greyson Parrelli
2025-11-04 12:33:38 -05:00
committed by Michelle Tang
parent 4cce6d3c86
commit e6f11c7443
9 changed files with 123 additions and 14 deletions

View File

@@ -61,6 +61,12 @@
<string name="ApplicationPreferencesActivity_record_payments_recovery_phrase">Record payments recovery phrase</string>
<string name="ApplicationPreferencesActivity_record_phrase">Record phrase</string>
<string name="ApplicationPreferencesActivity_before_you_can_disable_your_pin">Before you can disable your PIN, you must record your payments recovery phrase to ensure you can recover your payments account.</string>
<!-- The title of a dialog letting the user know they have to rotate their recovery key if they want to disable PINs -->
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_title">Create a new recovery key</string>
<!-- The body of a dialog letting the user know they have to rotate their recovery key if they want to disable PINs -->
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_body">You must create and record a new recovery key before you can disable your PIN.</string>
<!-- The confirmation button for a dialog letting the user know they have to rotate their recovery key if they want to disable PINs. If they click the button, they will be taken to a flow to rotate their key. -->
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_positive_button">Create key</string>
<!-- NumericKeyboardView -->
<string name="NumericKeyboardView__1" translatable="false">1</string>