Fix the password reset URL.

Review Request #5961 — Created June 9, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
967fe7f...

Reviewers

The regex for extracting the token from the password reset URL was incorrect,
which resulted in an error that claimed "The password reset link was invalid,
either because it expired or has already been used."

Went all the way through the password reset flow successfully.

    Loading...