We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey everyone, the documentation of UserDatastore.create_user recommends
UserDatastore.create_user
enorm = app.security._mail_util.validate(email)
and
pbad, pnorm = app.security._password_util.validate(password, True)
But both _password_util and _mail_util are underscored and by PEP 8 therefore marked for internal use.
_password_util
_mail_util
Should this be changed?
The text was updated successfully, but these errors were encountered:
Good point - let me look into just how I'd like to solve that.
Sorry, something went wrong.
No branches or pull requests
Hey everyone,
the documentation of
UserDatastore.create_user
recommendsand
But both
_password_util
and_mail_util
are underscored and by PEP 8 therefore marked for internal use.Should this be changed?
The text was updated successfully, but these errors were encountered: