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 5f1112b483e Added 2fa info to login response
new 62c0c3861ad UI improvements
new b1be581f967 Static Pin changes
new c820e685566 partial changes on 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:
.../java/com/cloud/utils/db/GenericDaoBase.java | 3 -
.../auth/StaticPinUserTwoFactorAuthenticator.java | 2 +-
.../auth/SetupUserTwoFactorAuthenticationCmd.java | 8 +-
...ValidateUserTwoFactorAuthenticationCodeCmd.java | 9 +-
.../java/com/cloud/user/AccountManagerImpl.java | 5 +
ui/public/locales/en.json | 9 +-
ui/src/components/page/GlobalLayout.vue | 10 +-
ui/src/config/router.js | 19 +--
ui/src/store/modules/user.js | 1 +
ui/src/views/auth/Login.vue | 19 ++-
ui/src/views/dashboard/Dashboard.vue | 5 +-
ui/src/views/dashboard/TwoFa.vue | 25 +++-
ui/src/views/iam/RegisterTwoFactorAuth.vue | 137 ++++++++++++++++-----
13 files changed, 172 insertions(+), 80 deletions(-)