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 9e1aea878b7 Added Disable 2FA on form closure
     new a378431d444 Added setup 2FA at login page
     new 9018e884155 Fixed 2FA at login page
     new 20a971d5afe icons for 2FA providers

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:
 server/src/main/java/com/cloud/api/ApiServlet.java |  6 +-
 ui/public/locales/en.json                          |  2 +-
 ui/src/config/router.js                            |  9 +++
 ui/src/core/lazy_lib/icons_use.js                  |  2 +
 ui/src/permission.js                               |  2 +-
 ui/src/views/auth/Login.vue                        |  4 +-
 ui/src/views/dashboard/Dashboard.vue               |  4 +-
 .../SetupTwoFaAtLogin.vue}                         | 40 +++++++++--
 ui/src/views/dashboard/VerifyTwoFa.vue             | 83 ++++++++++++----------
 ui/src/views/iam/RegisterTwoFactorAuth.vue         | 25 ++++++-
 10 files changed, 129 insertions(+), 48 deletions(-)
 copy ui/src/views/{iam/RegisterTwoFactorAuth.vue => 
dashboard/SetupTwoFaAtLogin.vue} (87%)

Reply via email to