Accounts-base password reset example

Does anyone have any links or examples of implementing the password reset with the accounts-base package (fyi - I am using useraccounts:semantic-ui for styling). The email is being generated and sent, but when I click on the reset link nothing is being rendered and I don’t know what I am missing. Email signup/verification works, but password reset is not and I cannot find any good examples online

On the server you can use Accounts.setPassword(newPassword, userId) to manually reset a password. Check out the password section of the docs for more info on it.