Question
How do I correctly format a URL?
Answer
The URL must contain the query parameter ?password-reset-key
and it's full 36-character UUID must follow.
For example: &password-reset-key=48c5241c-0403-4b25-8609-afc146352e99
is correct, but &password-reset-key=48c5241c-0403-4b
will not work because it's truncated.
Comments
0 comments
Please sign in to leave a comment.