justinvh / gitpaste

DEPRECATED - GitPaste is a clone of GitHub's Gist.
Other
184 stars 49 forks source link

Ability to disable anonymous access #18

Closed lusis closed 1 year ago

lusis commented 12 years ago

I've not dug in yet and I don't know Django but it would be keen if there were a way to disable anonymous access all together. Essentially a way to force everyone to be logged in for all access.

I'm willing to give it a shot myself but if this is a quick fix, that would be awesome.

justinvh commented 12 years ago

This is a good idea. I will go ahead and add that.

benoitjpnet commented 11 years ago

Can I bump this :)? I've got many bots which send spams…

justinvh commented 11 years ago

Caught me at a good time of the morning. Now fixed in commit 626725.

You can either disable anonymous posts, anonymous access, or both from settings.py

benoitjpnet commented 11 years ago

Afternoon for us "French" ;-). Thanks for resolving this issue.