|
|
|
|
|
by antoncohen
4952 days ago
|
|
That's the way 2-step auth works. If you have 2-step auth enabled, and the application supports 2-step it will prompt for your username, normal password, and a one-time token. If the application doesn't support 2-step you have to generate an application specific password (which is a random string). The application specific passwords are only for clients that don't support 2-step (like IMAP and XMPP clients). |
|