JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Need superuser for multi-user mode #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In multi-user mode, with the current setup, anyone could stop crunchy. 
That would be most annoying...

I suggest that we remove "exit" from the menu; instead, we'd insert
dynamically a new "exit" in the menu but only for the superuser/admin. 
Rather than /exit being called, we should have /exit_random_number where
random_number is different from the session_id (so that it can't be
guessed) but created in a similar fashion.

In single user mode, this new exit would be added automatically.

Original issue reported on code.google.com by andre.ro...@gmail.com on 16 Jul 2008 at 11:22

GoogleCodeExporter commented 9 years ago
Done in r882 for andre's branch.  Will need to incorporate in the trunk 
eventually.

Original comment by andre.ro...@gmail.com on 25 Jul 2008 at 4:08