.. auth-recovery.rst Copyright (c) 2016-2017 LMG. All rights reserved This software is the confidential and proprietary information of LMG ("Confidential Information"). You must not disclose such Confidential Information. Created by usischev on 10.05.2017 Access Recovery ^^^^^^^^^^^^^^^ .. contents:: :local: Recovery Process Flow """"""""""""""""""""" .. image:: /_static/recovery-flowchart.png :scale: 50 % :alt: Recovery Process Flow :align: center Recover Access """""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.recovery_recover Check Recovery OTP """""""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.recovery_checkotp Renew Recovery OTP """""""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.recovery_renewotp Check Control Question """""""""""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.recovery_checkquestion Check Recovery Link """"""""""""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.recovery_checklink Set Password """""""""""" .. autoflask:: application.sphinx:sphinx_app :endpoints: auth.auth_setpassword