Closed
Bug 518159
Opened 16 years ago
Closed 16 years ago
"forgot my password" link on the forums should go to AMO
Categories
(addons.mozilla.org Graveyard :: Forums, defect)
addons.mozilla.org Graveyard
Forums
Tracking
(Not tracked)
VERIFIED
FIXED
5.1
People
(Reporter: clouserw, Assigned: fligtar)
Details
Right now it does the phpbb thing and it shouldn't because phpbb doesn't know people's passwords.
Reporter | ||
Comment 1•16 years ago
|
||
This is an easy template change if we just want to change the link:
-<!-- IF U_SEND_PASSWORD --><dd><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></dd><!-- ENDIF -->
-<!-- IF U_RESEND_ACTIVATION --><dd><a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a></dd><!-- ENDIF -->
+<dd><a href="https://addons.mozilla.org/users/pwreset/">{L_FORGOT_PASS}</a></dd>
However, this is an opportunity to make the experience less confusing. Some text here about using your AMO username would be good I think, and maybe some other text about the flow of info from amo -> forums? I don't know, but I'm sure fligtar will! Fligtar, can you handle this? It's all in /styles/ca_gen2/template/login_body.html. You'll have to clear the template cache if you want to check your changes.
Assignee: nobody → fligtar
Reporter | ||
Comment 2•16 years ago
|
||
I've been checking changes into http://svn.mozilla.org/addons/trunk/site/vendors/phpbb/ btw
Assignee | ||
Comment 3•16 years ago
|
||
Checked in some explanation and the URL in r52487. We need to get IT to update this in production, and preferably switch the style to pull from SVN.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Component: Developer Pages → Forums
QA Contact: add-ons → forums
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•