#2234: controllers/root.py SecureController import in non-secure quickstart
------------------------+---------------------------------------------------
Reporter: akean | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 2.0rc1
Component: TurboGears | Version: 2.0b5
Severity: normal | Keywords:
------------------------+---------------------------------------------------
Right now with a fresh install, if I do a `paster quickstart`
for a project with no authenication/authorization,
there is an erroneous line in the default controllers/root.py file
with instantiation of SecureController
> secc=SecureController()
This line should be absent if no authorization is elected in a
quickstarted project.
As expected, the corresponding controllers/secure.py is empty.
--
Ticket URL: <http://trac.turbogears.org/ticket/2234>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---