ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:103388] [ANN] Multi-factor Authentication of bugs.ruby-lang.org
@ 2021-04-12  2:18 SHIBATA Hiroshi
  2021-04-13  8:25 ` [ruby-core:103414] " Martin J. Dürst
  2021-10-30 20:32 ` [ruby-core:105878] " Eric Wong
  0 siblings, 2 replies; 5+ messages in thread
From: SHIBATA Hiroshi @ 2021-04-12  2:18 UTC (permalink / raw)
  To: Ruby developers

Hello,

A few days ago, I did upgrade bugs.ruby-lang.org to Redmine 4.2.
Redmine 4.2 provide the Multi-factor Authentication for protect the
user account.

I enabled it and change the default settings of MFA today.
So, the users need to setup it mandatory for protecting your account.

Regards,
-- 
SHIBATA Hiroshi hsbt@ruby-lang.org
https://www.hsbt.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:103414] Re: [ANN] Multi-factor Authentication of bugs.ruby-lang.org
  2021-04-12  2:18 [ruby-core:103388] [ANN] Multi-factor Authentication of bugs.ruby-lang.org SHIBATA Hiroshi
@ 2021-04-13  8:25 ` Martin J. Dürst
  2021-04-13  9:06   ` [ruby-core:103415] " SHIBATA Hiroshi
  2021-10-30 20:32 ` [ruby-core:105878] " Eric Wong
  1 sibling, 1 reply; 5+ messages in thread
From: Martin J. Dürst @ 2021-04-13  8:25 UTC (permalink / raw)
  To: Ruby developers, SHIBATA Hiroshi

Is there a way to use this multi-factor authentication for (like me) 
people who don't have a smart phone?

Regards,   Martin.

On 2021-04-12 11:18, SHIBATA Hiroshi wrote:
> Hello,
> 
> A few days ago, I did upgrade bugs.ruby-lang.org to Redmine 4.2.
> Redmine 4.2 provide the Multi-factor Authentication for protect the
> user account.
> 
> I enabled it and change the default settings of MFA today.
> So, the users need to setup it mandatory for protecting your account.
> 
> Regards,
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:103415] Re: [ANN] Multi-factor Authentication of bugs.ruby-lang.org
  2021-04-13  8:25 ` [ruby-core:103414] " Martin J. Dürst
@ 2021-04-13  9:06   ` SHIBATA Hiroshi
  2021-04-13  9:14     ` [ruby-core:103416] " Ufuk Kayserilioglu
  0 siblings, 1 reply; 5+ messages in thread
From: SHIBATA Hiroshi @ 2021-04-13  9:06 UTC (permalink / raw)
  To: Martin J. Dürst; +Cc: Ruby developers

You can use open-source implementation for chrome extension like
https://authenticator.cc/

But I didn't know that is useful because I didn't use it.

On Tue, Apr 13, 2021 at 5:26 PM Martin J. Dürst <duerst@it.aoyama.ac.jp> wrote:
>
> Is there a way to use this multi-factor authentication for (like me)
> people who don't have a smart phone?
>
> Regards,   Martin.
>
> On 2021-04-12 11:18, SHIBATA Hiroshi wrote:
> > Hello,
> >
> > A few days ago, I did upgrade bugs.ruby-lang.org to Redmine 4.2.
> > Redmine 4.2 provide the Multi-factor Authentication for protect the
> > user account.
> >
> > I enabled it and change the default settings of MFA today.
> > So, the users need to setup it mandatory for protecting your account.
> >
> > Regards,
> >



-- 
SHIBATA Hiroshi hsbt@ruby-lang.org
https://www.hsbt.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:103416] Re: [ANN] Multi-factor Authentication of bugs.ruby-lang.org
  2021-04-13  9:06   ` [ruby-core:103415] " SHIBATA Hiroshi
@ 2021-04-13  9:14     ` Ufuk Kayserilioglu
  0 siblings, 0 replies; 5+ messages in thread
From: Ufuk Kayserilioglu @ 2021-04-13  9:14 UTC (permalink / raw)
  To: Ruby developers


[-- Attachment #1.1: Type: text/plain, Size: 1414 bytes --]

Or build your own CLI tool in Ruby, like me:
https://rubygems.org/gems/authentic

Note: I do not advise anyone to use that tool, it was just something I put
together for myself really quickly. However, it contains all the logic to
store and generate TOTP codes.

Best,
Ufuk

On Tue., Apr. 13, 2021, 12:07 SHIBATA Hiroshi, <hsbt@ruby-lang.org> wrote:

> You can use open-source implementation for chrome extension like
> https://authenticator.cc/
>
> But I didn't know that is useful because I didn't use it.
>
> On Tue, Apr 13, 2021 at 5:26 PM Martin J. Dürst <duerst@it.aoyama.ac.jp>
> wrote:
> >
> > Is there a way to use this multi-factor authentication for (like me)
> > people who don't have a smart phone?
> >
> > Regards,   Martin.
> >
> > On 2021-04-12 11:18, SHIBATA Hiroshi wrote:
> > > Hello,
> > >
> > > A few days ago, I did upgrade bugs.ruby-lang.org to Redmine 4.2.
> > > Redmine 4.2 provide the Multi-factor Authentication for protect the
> > > user account.
> > >
> > > I enabled it and change the default settings of MFA today.
> > > So, the users need to setup it mandatory for protecting your account.
> > >
> > > Regards,
> > >
>
>
>
> --
> SHIBATA Hiroshi hsbt@ruby-lang.org
> https://www.hsbt.org/
>
> Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>
>

[-- Attachment #1.2: Type: text/html, Size: 2617 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ruby-core:105878] Re: [ANN] Multi-factor Authentication of bugs.ruby-lang.org
  2021-04-12  2:18 [ruby-core:103388] [ANN] Multi-factor Authentication of bugs.ruby-lang.org SHIBATA Hiroshi
  2021-04-13  8:25 ` [ruby-core:103414] " Martin J. Dürst
@ 2021-10-30 20:32 ` Eric Wong
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Wong @ 2021-10-30 20:32 UTC (permalink / raw)
  To: ruby-core

SHIBATA Hiroshi <hsbt@ruby-lang.org> wrote:
> Hello,
> 
> A few days ago, I did upgrade bugs.ruby-lang.org to Redmine 4.2.
> Redmine 4.2 provide the Multi-factor Authentication for protect the
> user account.

(I missed this earlier since I don't use Ruby, much, nowadays)

I'm using w3m browser and I can't seem to get the plain text code
entered properly.  No JS/graphics, so I can't view the QR code img,
of course.

I write daemons and command-line tools.  Nothing I've ever done
in Ruby has ever required working graphics, so it's completely
unreasonable to expect Ruby contributors have working graphics.
Graphics stacks are extremely complex and fragile, so support
for old hardware often gets broken and too expensive to maintain.

> I enabled it and change the default settings of MFA today.
> So, the users need to setup it mandatory for protecting your account.

This is needless barrier to entry; AFAIK I've never had special
privileges to modify things in Redmine, even.   I might check out
https://rubygems.org/gems/authentic as mentioned elsewhere,
but I'd also have to review it and every dependency it uses
before using it...

Thanks.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-10-30 20:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12  2:18 [ruby-core:103388] [ANN] Multi-factor Authentication of bugs.ruby-lang.org SHIBATA Hiroshi
2021-04-13  8:25 ` [ruby-core:103414] " Martin J. Dürst
2021-04-13  9:06   ` [ruby-core:103415] " SHIBATA Hiroshi
2021-04-13  9:14     ` [ruby-core:103416] " Ufuk Kayserilioglu
2021-10-30 20:32 ` [ruby-core:105878] " Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).