From 7b0bc74bd5923465c6d99ea27ed7904c3078a9e5 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Mon, 3 Feb 2020 14:20:28 -0500 Subject: [PATCH] add support for admin managing account policies and ssh keys --- src/account/profile/PolicyPage.vue | 54 +++++++++++++++++-------- src/account/profile/ProfilePage.vue | 7 +++- src/account/profile/SshKeysPage.vue | 63 ++++++++++++++++++++++------- 3 files changed, 91 insertions(+), 33 deletions(-) diff --git a/src/account/profile/PolicyPage.vue b/src/account/profile/PolicyPage.vue index a7a4e50..c34ebf9 100644 --- a/src/account/profile/PolicyPage.vue +++ b/src/account/profile/PolicyPage.vue @@ -7,7 +7,7 @@
{{ errors.first('request') }}
-

{{messages.form_title_account_policy}}

+

{{messages.form_title_account_policy}} - {{this.userId}}


@@ -337,6 +337,7 @@ \ No newline at end of file