ssv445 / Joomla-Two-Factor-Authentication

Two Factor Authentication
5 stars 6 forks source link

[Feature request] Add 2FA parameters in backend user management #48

Open gibiwatch opened 10 years ago

gibiwatch commented 10 years ago

It would be useful for site administrators to be able to see / edit 2FA parameters for any user in the backend user edit page, like happens for user profile plugins. Thanks.

mManishTrivedi commented 10 years ago

I think, you are right. Back-up code should be changed by admin /from backend. Actually when you enable 2FA system only for front-end user then you can't see it back-end user-manager screen. As per your requirement, I need to always display 2FA tab in back-end. (into user-manager screen) Can you please provide any feedback or input so we can improve UX. ?? :blush:

vdrover commented 10 years ago

I think you can keep it pretty simple. Here's the core Google Authenticator screen in the user manager:

http://take.ms/kw2L1

mManishTrivedi commented 10 years ago

@vdrover : You are right but we are also covering J 2.5 where bootstrap is not available. :bowtie:
We can separate out layout for Joomla 3.X and Joomla 2.5. Thanks for your feedback.