#2300: Generate session secret when quickstarting
-------------------------+--------------------------------------------------
Reporter: pitrou | Owner:
Type: enhancement | Status: new
Priority: lowest | Milestone:
Component: TurboGears | Version: 2.0b7
Severity: minor | Keywords:
-------------------------+--------------------------------------------------
This is just a nice-to-have. When quickstarting a project it would be cool
if the session secret(s) were automatically generated (rather than
initialized to "some secret"). A good enough formula is
`sha.new(os.urandom(32)).hexdigest()`.
(although there should probably be a fallback if os.urandom is not
defined)
--
Ticket URL: <http://trac.turbogears.org/ticket/2300>
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
-~----------~----~----~----~------~----~------~--~---