From 26b2d3b0b2838267c4128e6495d30ce9d3462516 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Sat, 3 Mar 2018 12:40:01 +0100 Subject: [PATCH] Added setting form to manage privacy level --- front/src/components/auth/Settings.vue | 106 ++++++++++++++++++++++--- 1 file changed, 96 insertions(+), 10 deletions(-) diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 4e8f33289..8cd03d755 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -2,12 +2,35 @@
-

Change my password

-
-
+

Account settings

+ +
+
Settings updated
+
+
+
We cannot save your settings
+
    +
  • {{ error }}
  • +
+
+
+ +

{{ f.help }}

+ +
+ + +
+ +
+

Change my password

+
+
Cannot change your password
    -
  • Please double-check your password is correct
  • +
  • Please double-check your password is correct
@@ -36,22 +59,68 @@