Closed
Bug 486938
Opened 16 years ago
Closed 16 years ago
request to build 403 Access denied page
Categories
(Websites Graveyard :: spreadfirefox.com, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 483625
People
(Reporter: graphicsguru, Unassigned)
References
()
Details
Mary, Alex
this is our default site wide Access denied page
"Access denied You are not authorized to access this page"
to test the page view the link here DO NOT login
https://spreadfirefox.authstage.mozilla.com/node/3330
you will see our stander 403 page
then login go to the sample link
https://spreadfirefox.authstage.mozilla.com/node/3330
you will see the sample 403 page I made
----------------------------------------------------------------------------
Request for me to make a new 403 Access denied page url alias 403 or Access denied
the readers will see this below
Lucy can edit any of this at anytime
--------------------------------sample start------------------------------
We're sorry, but you must have permission to view the page you requested.
If you are already a registered member of this site, please try logging in.
If you are not a member, you need to join us.
If you have any questions about our site or projects, please feel free to contact us.
sfx team
---------------------------------sample end-------------------------------
------------------------------------build---------------------------------
simple to add new 403 access denied page
/admin/settings/error-reporting
-------------------------------------end----------------------------------
----------------------------------start code-------------------------------
<p>We're sorry, but you must have permission to view the page you requested.<br />
If you are already a registered member of this site, please try <a href="/user">logging in</a>.</p>
<p>If you are not a member, you need to <a href="/user/register">join us</a>.</p>
<p>If you have any questions about our site or projects, please feel free to <a href="contact-us">contact us</a>.</p>
<p> </p>
<p>sfx team</p>
-------------------------------------end----------------------------------
We could the something similar 404 page not found its a 2 min project
Comment 1•16 years ago
|
||
This would be a good place for my text from Bug 483625
<h2 class="title">Oops!</h2>
<p>You need an account to do that. Please login or register an account then try
again. If you already have an account and still see this message you may not
have permission to perform this action.</p>
<br/>
<p> If you think you already have the correct permissions please <a
href="/contact-us">contact us</a>.</p>
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•14 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•