Move create password flow to settings page

This commit is contained in:
Julia Friesel
2018-09-14 15:15:13 +02:00
parent c476a7a278
commit f6e8950816
4 changed files with 84 additions and 50 deletions
+3 -1
View File
@@ -55,10 +55,12 @@ export const settings = {
},
passwordSettings: {
title: 'App password',
explainerDisabled: "Encrypt the app's database with a password. You have to enter the password every time the app is started.",
explainerDisabled: "Encrypt the app's database with a password. You need to enter the password every time the app is started.",
explainerEnabled: "Password protection and database encryption is currently enabled",
setPassword: 'Set password',
deletePassword: "Delete password",
enterCurrent: "Please enter your current password",
enterNew: "Please enter a new password",
backupReminderTitle: 'Have you made a backup of your data?',
backupReminder: 'When you make changes to your password, we delete your old data and store it in a new version. To be safe, please backup your data using the export function before making changes to your password. Making any changes to your password setting will also restart the app immediately.',
}