Bitcoin Forum

Other => New forum software => Topic started by: BanzaiBTC on September 06, 2015, 05:38:13 PM



Title: Is 2FA on login possible?
Post by: BanzaiBTC on September 06, 2015, 05:38:13 PM
I wondered, with all the drama in hacked accounts lately... Is it possible to add 2fa to account login? That would solve a lot of future trouble.. ::)

Cheers,
Banzai


Title: Re: Is 2FA on login possible?
Post by: Athertle on September 06, 2015, 05:43:22 PM
I wondered, with all the drama in hacked accounts lately... Is it possible to add 2fa to account login? That would solve a lot of future trouble.. ::)

Cheers,
Banzai
I would support this. Hacked accounts would go down to a very minimum, and we wouldn't be seeing those cloudmining spam links all the time.


Title: Re: Is 2FA on login possible?
Post by: BTCPOOLMINING on September 06, 2015, 05:45:32 PM
I wondered, with all the drama in hacked accounts lately... Is it possible to add 2fa to account login? That would solve a lot of future trouble.. ::)

Cheers,
Banzai
I would support this. Hacked accounts would go down to a very minimum, and we wouldn't be seeing those cloudmining spam links all the time.
Yes, 2FA is good feature to add in new forum software but I think this is already suggested by someone before and may be they are working on it

I wonder when they gonna release new forum software, it was planned to release at end of feb. but nothing yet


Title: Re: Is 2FA on login possible?
Post by: Athertle on September 06, 2015, 05:47:53 PM
it was planned to release at end of feb.
Where'd you hear that? AFAIK except for theymos saying "about an year from now", they haven't really mentioned the release date. Are you talking about February 2015 or 2016?


Title: Re: Is 2FA on login possible?
Post by: hilariousandco on September 07, 2015, 08:44:05 AM
Various 2 factor options will be available on the new forum. There is no official release date but it is being worked on and will be releaed as soon as it's ready.


Title: Re: Is 2FA on login possible?
Post by: Xialla on September 07, 2015, 08:53:45 AM
Code:
    <div class="row">
      <div class="large-4 columns">
        <label>2FA
          <input type="text" placeholder="123456" ng-model="user.otp" />
        </label>
      </div>
    </div>

source: https://github.com/slickage/epochtalk/blob/master/app/templates/login.html

so no worries, 2FA will be here for sure, it should be part of any modern web fron-end using login and password.


Title: Re: Is 2FA on login possible?
Post by: BanzaiBTC on September 07, 2015, 09:46:40 AM
Various 2 factor options will be available on the new forum. There is no official release date but it is being worked on and will be releaed as soon as it's ready.

Great! Thank you for the fast reply :)



Title: Re: Is 2FA on login possible?
Post by: Cxinbolen on September 07, 2015, 03:00:17 PM
Code:
    <div class="row">
      <div class="large-4 columns">
        <label>2FA
          <input type="text" placeholder="123456" ng-model="user.otp" />
        </label>
      </div>
    </div>

source: https://github.com/slickage/epochtalk/blob/master/app/templates/login.html

so no worries, 2FA will be here for sure, it should be part of any modern web fron-end using login and password.
Awesome! I hope most users take advantage of the option to stop their accounts from being hacked.