diff --git a/web/satellite/vuetify-poc/src/assets/icon-change-password.svg b/web/satellite/vuetify-poc/src/assets/icon-change-password.svg new file mode 100644 index 000000000..1c5a23fdc --- /dev/null +++ b/web/satellite/vuetify-poc/src/assets/icon-change-password.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/web/satellite/vuetify-poc/src/components/dialogs/ChangePasswordDialog.vue b/web/satellite/vuetify-poc/src/components/dialogs/ChangePasswordDialog.vue new file mode 100644 index 000000000..6c4755ae6 --- /dev/null +++ b/web/satellite/vuetify-poc/src/components/dialogs/ChangePasswordDialog.vue @@ -0,0 +1,183 @@ +// Copyright (C) 2023 Storj Labs, Inc. +// See LICENSE for copying information. + + + + + + + + + Change password + + + + + + + You will receive a verification link in your email to confirm the password change. + + + + + + + + + + + + + + + + + + + + + Cancel + + + + + Save + + + + + + + + + diff --git a/web/satellite/vuetify-poc/src/views/AccountSettings.vue b/web/satellite/vuetify-poc/src/views/AccountSettings.vue index 8c8b00110..6d2eaa16a 100644 --- a/web/satellite/vuetify-poc/src/views/AccountSettings.vue +++ b/web/satellite/vuetify-poc/src/views/AccountSettings.vue @@ -67,7 +67,9 @@ - Change Password + + Change Password + @@ -132,9 +134,14 @@ + +
You will receive a verification link in your email to confirm the password change.