Ticket #1317 (assigned defect)

Opened 3 years ago

Last modified 23 months ago

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

comment:1 Changed 3 years ago by dread

Ok, I think this example may be when searching for "ira". "irina" works me, but "ira" gives:

"ira" matched several users

comment:2 Changed 3 years ago by rgrp

This is very minor IMO. I would defer this as part of a more general user system ux refactor.

comment:3 Changed 2 years ago by rgrp

  • Milestone changed from ckan-sprint-2011-11-07 to ckan-v1.6

comment:4 Changed 2 years ago by rgrp

  • Priority changed from major to trivial
  • Milestone changed from ckan-v1.6 to ckan-backlog

Moving out v1.6 as minor.

comment:5 Changed 23 months ago by ross

  • Cc shevski removed
  • Owner dread deleted
  • Status changed from new to assigned
Note: See TracTickets for help on using tickets.