Closed GoogleCodeExporter closed 9 years ago
This is definitely on our list of things to do. We would need to remove the
login: required restrictions in
app.yaml and provide an additional permission set to allow anonymous access on
a per-page basis.
Original comment by James.Bo...@gmail.com
on 23 Dec 2008 at 2:35
what about just making the global_read truly "global" as in not requiring a
user/profile...?
Original comment by realgt
on 28 Jan 2009 at 2:11
[deleted comment]
[deleted comment]
i'm attaching a version which has a new base.html and a base.admin.html (the old
base.html)
this version also allows for anonymous page browsing and a few other tweaks
like a
site description, etc.
the new base.html is based off
http://www.opensourcetemplates.org/templates/preview/1312612761/ but any
template can
be used to create a different front end.
(edit: updated version removes customized values in configuration.py)
(edit: fixed login issue with admins in app.yaml line 24)
Original comment by realgt
on 29 Jan 2009 at 3:36
Attachments:
thanks realgt. works real good.
Original comment by pra...@gmail.com
on 29 Jan 2009 at 7:15
heres another update...i found a small bug once someone logs in who is neither
the
application admin nor a super user they were seeing the 403 "access forbidden"
error
on the pages. (commented out lines 60 and 61 in middleware.py which returned
utility.forbidden)
Original comment by realgt
on 29 Jan 2009 at 6:40
Attachments:
Fixed in r44
Original comment by James.Bo...@gmail.com
on 1 Feb 2009 at 1:36
Original issue reported on code.google.com by
kellycri...@gmail.com
on 14 Nov 2008 at 3:35