LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Thursday, July 4, 2019

Qiitaの二段階認証を設定したい


2段階認証の再設定方法 に書かれていた手順をやっていきます。


設定ページ(https://qiita.com/settings/two_factor_authentication/configure)を開きます。


「Set up two-factor authentication」をクリックします。

スマホでバーコードをスキャンして、表示されたコードを入力欄に入力して「Enable」をクリックします。

以上


参考

2段階認証の再設定方法

Latest post

Extracting data from Google Sheets with regular expressions

Introduction Regular expressions are a powerful tool that can be used to extract data from text.  In Google Sheets, regular expressions ca...