datastore: get user by numeric identity attribute - #25
Closed
jirikuncar wants to merge 16 commits into
Closed
Conversation
jirikuncar
force-pushed
the
608-get_user
branch
6 times, most recently
from
March 22, 2017 10:03
319d2b2 to
7e92045
Compare
Signed-off-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Changes access of roles property. (closes pallets-eco#607) Signed-off-by: Jiri Kuncar <jiri.kuncar@gmail.com>
* Adds missing configuration for catalog domain. (closes pallets-eco#622)
* The decision to salt when verifying existing passwords should not depend on the current value of SECURITY_PASSWORD_HASH, as that may have changed since the password was stored. (closes pallets-eco#272) Co-authored-by: Brian Helba <brian.helba@kitware.com>
Added a German translation that avoids the Du/Sie distinction.
Fixed timezone and removed fuzzy indicator.
Fixed metadata in German translation
utils: plaintext detection of password hash
fixed Flask-Login link in docs
Fix Mongo ValueError
* BETTER Supports login by a numeric identity attribute (e.g. phone number, social security number). Signed-off-by: Jiri Kuncar <jiri.kuncar@gmail.com>
Member
Author
|
moved to pallets-eco#633 |
lnielsen
pushed a commit
that referenced
this pull request
Feb 7, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supports login by a numeric identity attribute (e.g. phone number, social security number).
closes login with numeric field pallets-eco/flask-security-3.0#604
replaces prevent convert a number string of identity attribute to number and p… pallets-eco/flask-security-3.0#608
--
Coverage is broken: https://coveralls.io/builds/10715796/source?filename=flask_security%2Fdatastore.py