Ticket #1317 (assigned defect)
password reset - improve user search
Reported by: | dread | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | ckan-backlog |
Component: | ckan | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description
In password reset, it gets confused if you have two similar users. This is because with the string the user provides, it searches several fields, not just name but also fullname and email address, allowing you to search for these. But only name is unique.
Specific problem: Ira searches for "Irina" then it finds both: <User name=irina fullname=Irina [email protected] ] and <User name=shevski fullname=Ira email=> (I think)
Maybe need to choose which field it searches?
Change History
Note: See
TracTickets for help on using
tickets.
Ok, I think this example may be when searching for "ira". "irina" works me, but "ira" gives:
"ira" matched several users