sebsauvage / ZeroBin

A minimalist, opensource online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
http://sebsauvage.net/wiki/doku.php?id=php:zerobin
952 stars 213 forks source link

Add an option so that only the admin can post. #35

Open sebsauvage opened 11 years ago

sebsauvage commented 11 years ago

I received two requests for this feature, and I think it can be useful.

In user mode, the new/clone buttons would be disabled.

Ypnose commented 11 years ago

Hi, any updates?

ulikoehler commented 11 years ago

I suppose this is easier to implement after https://github.com/sebsauvage/ZeroBin/pull/63 has been merged -- you could just create a config option then.