Add user post deletion
Users can delete their posts as long as they don't clear their cookies, and as long as server-side user sessions are persistent. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -174,3 +174,9 @@ BAN_WINDOW_CLOSE_TIMEOUT = 0
|
||||
# By default, wait 0 seconds. If there is an error, the window won't close
|
||||
# because it will be redirected elsewhere.
|
||||
POST_WINDOW_CLOSE_TIMEOUT = 0
|
||||
|
||||
# This is the length of a user's token, which is held in a server-side session.
|
||||
# This token is used to identify a user's individual web client, outside of IP
|
||||
# address. You probably don't need to change this.
|
||||
# It should be at most 30, and probably at least 10.
|
||||
USER_TOKEN_LENGTH = 30
|
||||
|
||||
Reference in New Issue
Block a user