Closed
Bug 14358
Opened 25 years ago
Closed 25 years ago
need default pref to point to activation URL
Categories
(Core Graveyard :: Profile: BackEnd, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: selmer, Assigned: racham)
References
Details
Build 1999092012 has this problem. Profile manager window comes up blank.
This is part of cookies problem.
Taking the bug from gayatri and
Reassigning to myself.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M11 → M12
Reporter | ||
Comment 4•25 years ago
|
||
Need to check in the new XUL file and temporarily point at local server.
Mass moving Netcenter Registration Activation related bugs to M13.
Summary: apprunner -profilemanger can't find cpwPreg.xul → need default pref to point to activation URL
The page that's missing is to be supplied by the Netcenter server. We need to
create a default pref that says what URL to load for activation. This is what
this bug is really about, so I'm changing the summary.
Right now the PREG_URL in a url supplied by the cpp file itself.
Need to add code to profile.cpp to grab the pref (once it is added to all.js)
for URL.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The activation url is now a pref. It lives in all.js. The name of the pref is
"browser.registration.url". The value field is left empty for now. Once the
Netcenter gives the right url, we can fill that in. Until for testing purposes,
the testing url can be used.
http://seaspace/racham/PReg/pregtest.html is a temporary url I'm hosting on my
machine.
pref "browser.registration.enable" which used to be netcenter.register is by
default set to false. That need to be turned to true for testing purposes.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 9•25 years ago
|
||
set prefs and tested-verified working
Comment 10•25 years ago
|
||
Moving all Profile Manager bugs to new Profile Manager Backend component.
Profile Manager component to be deleted.
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•