This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch 2FA
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 025744d7b04 Added success messages for UI operations
new 1fbf3531271 Some improvements of messages in UI
new 8ac23fed7f6 Changes in verification page and 2FA enable setting
new 7bbad688ef7 Adding setup 2FA at login page
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/cloudstack/api/ApiConstants.java | 1 +
.../cloudstack/api/response/LoginCmdResponse.java | 12 ++
server/src/main/java/com/cloud/api/ApiServer.java | 4 +
.../api/auth/APIAuthenticationManagerImpl.java | 11 +-
.../main/java/com/cloud/user/AccountManager.java | 16 +-
.../java/com/cloud/user/AccountManagerImpl.java | 16 +-
ui/public/locales/en.json | 22 +--
ui/src/config/router.js | 6 +-
ui/src/config/section/user.js | 2 +-
ui/src/permission.js | 4 +-
ui/src/store/getters.js | 1 +
ui/src/store/modules/user.js | 8 +-
ui/src/views/auth/Login.vue | 4 +-
ui/src/views/dashboard/Dashboard.vue | 4 +-
ui/src/views/dashboard/TwoFa.vue | 173 ---------------------
ui/src/views/iam/RegisterTwoFactorAuth.vue | 171 ++++++++++++--------
16 files changed, 176 insertions(+), 279 deletions(-)
delete mode 100644 ui/src/views/dashboard/TwoFa.vue