I am using flask-mongoengine extension and I have a User class like this:
class User(db.Document, UserMixin): email = db.StringField(max_length=120,
I know what happened on you code. you should use __str__ instead of using __init__ I have the same problem .now I have solved it . hope I can help you !