Add password setting and check password before deleting it

This commit is contained in:
Julia Friesel
2018-09-13 20:42:24 +02:00
parent 88fc3cad09
commit b153f8d0ff
5 changed files with 144 additions and 29 deletions
+6
View File
@@ -48,6 +48,12 @@ export const settings = {
noTimeSet: 'Set a time for a daily reminder to take your temperature',
timeSet: time => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature'
},
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.",
explainerEnabled: "Your app's data is encrypted with your password.",
deletePassword: "Delete password"
}
}