Ticket #677 (closed defect: duplicate)

Opened 5 years ago

Last modified 4 years ago

0.81: cannot look up user by id

Reported by: russ Assigned to: jsuttor
Priority: low Milestone:
Component: ambra Version: 0.8
Keywords: Cc:
Blocking: Blocked By:

Description

since we rarely use this feature, it's possible this is not a new bug.

iirc, you used to be able to look up a user account by account doi:

  • info:doi/10.1371/account/1

however, now it seems to be looking for the authid, which is impossible to discover from the site (it's only in the logs, which the account doi is part of the profile page URL)

Find user with auth id

Please correct the errors below.
# User Id * No user found with the authid:info:doi/10.1371/account/1 

Dependency Graph

Change History

10/02/07 14:58:46 changed by amit

  • owner deleted.

10/29/07 20:48:53 changed by amit

  • owner set to russ.

12/27/07 17:02:35 changed by russ

  • owner changed from russ to jsuttor.

12/27/07 18:19:56 changed by jsuttor

  • status changed from new to assigned.
  • milestone set to pubApp_0.8.3.

01/07/08 17:10:45 changed by rich

  • milestone deleted.

01/22/08 13:20:19 changed by russ

ah ha! of course. find user by authid is different from find user by account.

it used to be the same before we switched from incremented ints to GUIDs.

we should be looking up by account, because there's nothing in the application that exposes an authid for a user.

07/31/08 23:48:22 changed by amit

  • status changed from assigned to closed.
  • resolution set to duplicate.
  • blocking changed.
  • blockedby changed.

Duplicate of #934.