【问题标题】:how to disabled email verification in flask app builderhow to disabled email verification in flask app builder
【发布时间】:2022-11-20 11:25:42
【问题描述】:

i have a problem with register new user, using FAB form. How i think, the problem that FAB use email verification, how i can disabled it I tried to disable the flask app builder in the library itself, but I still get an error that the registration failed

【问题讨论】:

    标签: flask-appbuilder


    【解决方案1】:

    You could overwrite the add_registration method in RegisterUserDBView and remove the call to send_email

    From https://flask-appbuilder.readthedocs.io/en/latest/user_registration.html

    【讨论】:

      猜你喜欢
      • 2022-12-01
      • 2022-12-26
      • 2022-12-27
      • 2022-12-27
      • 2022-12-19
      • 2022-12-28
      • 2022-12-02
      • 2022-12-26
      • 2022-12-26
      相关资源
      最近更新 更多