ResetPassword

class coto.clients.resetpassword.Client(session)[source]
REQUIRES_AUTHENTICATION = False
process_image(imageObject: <module 'PIL.Image' from '/home/docs/checkouts/readthedocs.org/user_builds/coto/envs/latest/lib/python3.7/site-packages/PIL/Image.py'>, tmp_folder: str)[source]
request_otp_forgot_password(email)[source]

Request an OTP to be sent to the email.

reset_password(reset_token_url, password)[source]

Performs a password reset.

reset_password_coupled(password, otp, request=None)[source]

Performs a password reset in the Coupled Account.

retrieve_otp_from_email(content)[source]

Parses the AWS Email to retrieve the OTP.