You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user needs to reset (or set?) their PIN for some reason, they will provide their library ID number. We can use the user/patron/resetMyPin API to trigger a reset workflow.
Q: Presumably only non-webauthID users can reset their PINs?
Q: The API docs suggest that the email address might be required to have Symphony send out the email?
Q: Is the result of resetMyPin a new PIN, or a link into Symphony to reset the PIN (and, do we want to handle that in MyAccount?)
Links
From the home page
From the login page
Form:
Flash message
After making the symphony API request (regardless of success/failure, assuming e.g. Symphony cares whether the user exists or not)
The text was updated successfully, but these errors were encountered:
@camillevilla@jvine while implementing this, we discovered that we need to provide a reset link that will be emailed out to end users. For now we can't figure out how that URL is crafted in current myaccount. That being said, we will likely need to implement a "Change my PIN" page in MyLibrary that uses the reset token emailed and /user/patron/changeMyPin to update the user's pin. Split out to #149
Follow-on to #12.
If the user needs to reset (or set?) their PIN for some reason, they will provide their library ID number. We can use the
user/patron/resetMyPin
API to trigger a reset workflow.Q: Presumably only non-webauthID users can reset their PINs?
Q: The API docs suggest that the email address might be required to have Symphony send out the email?
Q: Is the result of
resetMyPin
a new PIN, or a link into Symphony to reset the PIN (and, do we want to handle that in MyAccount?)Links
From the home page
![Screen Shot 2019-07-10 at 07 32 51](https://user-images.githubusercontent.com/111218/60977854-0238d400-a2e5-11e9-83c1-33ea1ac078fd.png)
From the login page
![Screen Shot 2019-07-10 at 07 34 52](https://user-images.githubusercontent.com/111218/60977976-4035f800-a2e5-11e9-83a6-e719c592aefa.png)
Form:
Flash message
After making the symphony API request (regardless of success/failure, assuming e.g. Symphony cares whether the user exists or not)
![Screen Shot 2019-07-10 at 07 33 01](https://user-images.githubusercontent.com/111218/60977845-fd742000-a2e4-11e9-9ced-345a4644b59b.png)
The text was updated successfully, but these errors were encountered: