osulp / Easydeposit2

Automate journal article deposit for open access
4 stars 0 forks source link

authenticate user by hashed_email #175

Closed revgum closed 6 years ago

revgum commented 6 years ago

Descriptive summary

The publications controller needs to "login" the associated user when the claim link is used. This bypasses the regular user authentication and logs in the user associated with claim_link passed in on the query parameters.

Expected behavior

In PublicationsController

zhang4952 commented 6 years ago

fix by #176