From 03ead3a59dc7c4d3df0d824c5994ddfc1630ec0c Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 21 Dec 2012 08:51:34 +0000 Subject: [PATCH 1/1] Enable "destructive edit" warnings in Potlatch 2 --- app/views/site/_potlatch2.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index 1d45d6223..535992f2f 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -42,6 +42,7 @@ flashvars.policy = "<%= request.protocol + request.host_with_port %>/api/crossdomain.xml"; flashvars.connection = "XML"; flashvars.show_help = "once"; + flashvars.user_check = "warn"; <% if token %> flashvars.oauth_token = "<%= token.token %>"; flashvars.oauth_token_secret = "<%= token.secret %>"; -- 2.45.2