dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.63k stars 1.35k forks source link

user_registration error #2188

Closed ayseelifvural-aras closed 6 months ago

ayseelifvural-aras commented 7 months ago

Hi, It is my first time web development with fab. I want to make a login page with self registration and i inspected the user_registration in examples folder. But it is not working correctly. I used a test recaptcha key, because default key didn't work. I always got registerDbModelview's error message: Not possible to register you at the moment, try again later log: ERROR:flask_appbuilder.security.registerviews:Send email exception: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8 https://support.google.com/mail/?p=BadCredentials eh19-20020a0564020f9300b0055ffe74e39dsm575562edb.85 - gsmtp')

How can i fix it or run the example correctly?