Generic Function Reset-Password (2 methods)

( reset-password < user-token > < reset-token > < new-password > &key < store > (store *default-password-store*) )

Part of:

package cl-password-store

Reset password of USER-TOKEN in STORE (default default-password-store) to NEW-PASSWORD, authenticating by RESET-TOKEN. Returns generalized boolean to indicate success.

Method Summary

reset-password < string > < string > < string > 
reset-password < user-token-mixin > < string > < string >