Closed
Bug 627501
Opened 15 years ago
Closed 15 years ago
https://stage-auth.services.mozilla.com/weave-password-reset redirect missing
Categories
(Cloud Services :: Operations: Miscellaneous, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Atoll, Assigned: Atoll)
Details
need to fix nginx config to redirect to https://services.stage.mozilla.com/reset-password/
fixed in puppet for staging, not for dev, and will be deployed for prod when we upgrade that someday
location /weave-password-reset {
rewrite ^ https://services.stage.mozilla.com/reset-password/ redirect;
}
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•