新しいBoxサポートサイトへようこそ。 変更点の詳細はこちらをご確認ください .

How to exempt user from two-factor auth using Box CLI

新規投稿

コメント

2件のコメント

  • Alex Novotny

    Hello, 

    What error are you getting? 

    Thanks, 

    Alex, Box Developer Advocate

    0
    コメントアクション Permalink
  • 杉本 浩樹

    I found that BOXCLI cannot change the exempted two-factor authentication due to an error in the source code.
    You can fix the problem with the following fixes:

    ・CLI ver
    v2.9.0

    ・Bug target file(Number of lines)
    src\commands\users\update.js(L21)

    ・Modification place
    before:updates.is_exempt_login_verification = flags['exempt-from-2fa'];
    after:updates.is_exempt_from_login_verification = flags['exempt-from-2fa'];

    0
    コメントアクション Permalink

投稿コメントは受け付けていません。