michael-wall / liferay-2fa

Extend Liferay Login to add 2 Factor Authentication in Liferay DXP 7.1 with OSGi and QR Code support.
7 stars 8 forks source link

Add 2FA Admin Portlet to Control Panel #1

Open michael-wall opened 5 years ago

michael-wall commented 5 years ago

Add a new entry in Control Panel for 2FA Admin portlet to support for following actions:

i. Generate Secret Key and Email QR Code URL to each active user without secret key

ii. Resend QR Code URLs to all active users

iii. Regenerate Secret Key and Email QR Code URL to each active users

Make operation asynchronous, use message listener for mails? Add methods to service builder service, custom SQL / dynamic queries etc.

michael-wall commented 5 years ago

Remove the totp-2fa-activator module when done.