camfindlay / silverstripe-twofactorauth

Enable two factor authentication (Timed One-Time Password) for SilverStripe CMS using QR codes.
Other
5 stars 10 forks source link

UI refinements #9

Closed oddnoc closed 8 years ago

oddnoc commented 8 years ago
  1. Remove the "lost password" link from the TOTP token form (the user has just used their password to get there)
  2. Hide the security tokens behind a ToggleCompositeField and improve the formatting for backup tokens.
camfindlay commented 8 years ago

Let me know when you're close to a releasable master and we can review and tag a new major (2.0.0)

oddnoc commented 8 years ago

I think we're ready for 2.0.0, unless your team would like us to change something..

camfindlay commented 8 years ago

My "team" is me... this is under my personal GH account ;)

I'll look to give it an install and testing and then tag, for now you should be able to use dev-master though right?

oddnoc commented 8 years ago

Right, dev-master is fine for the moment, thanks!