From 0a3a5f6f10e7f14bc4dcc538278ed538d3de0e36 Mon Sep 17 00:00:00 2001 From: Kyle2142 <19349418+Kyle2142@users.noreply.github.com> Date: Tue, 27 Mar 2018 18:30:12 +0200 Subject: [PATCH] Update creating-a-client.rst --- readthedocs/extra/basic/creating-a-client.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readthedocs/extra/basic/creating-a-client.rst b/readthedocs/extra/basic/creating-a-client.rst index 3d3b67f0..b5438fda 100644 --- a/readthedocs/extra/basic/creating-a-client.rst +++ b/readthedocs/extra/basic/creating-a-client.rst @@ -150,8 +150,12 @@ The mentioned ``.start()`` method will handle this for you as well, but you must set the ``password=`` parameter beforehand (it won't be asked). If you don't have 2FA enabled, but you would like to do so through the library, -use ``client.edit_2fa()``. -Take note that if you want to set only the email/hint and leave the current password unchanged, you need to "redo" the 2fa. +use ``client.edit_2fa()``. +Be sure to know what you're doing when using this function and +you won't run into any problems. +Take note that if you want to set only the email/hint and leave +the current password unchanged, you need to "redo" the 2fa. + See the examples below: .. code-block:: python