-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
self.UserInvitationClass not set in UserManager() and is checked during intialization #223
Comments
builtins.AttributeError I'm really new to programming with python and I did not understand well. Any solution. Thank you |
@Sb1190 you are trying to access the 'UserInvitationClass' member which you should not need to do, StackOverflow is probably a more appropriate forum for you question. |
Hi Running Flask-User 1.0.1.5 on Windows10 with Python 3.7.2 and it is running perfectly. In my hosting environment Ubuntu 19.04, Python 3.7.3 using the same version of Flask-User, I get the error below.
|
I can confirm that what @nerdnum said solves the issue |
If a UserInvitationClass is passed in while initializing UserManager, the class member UserInvitationClass is not set which raises a ConfigError. To fix this the UserInvitationClass member should be set when the argument UserInvitationClass is passed in.
The text was updated successfully, but these errors were encountered: