From: Cash Costello Date: Sun, 9 Oct 2011 11:58:16 +0000 (-0400) Subject: Fixes #3878 registering the security token action as an external page X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=300a377ec43bc200fe7365862ad83b47609c6402;p=lorea%2Felgg.git Fixes #3878 registering the security token action as an external page --- diff --git a/engine/classes/ElggSite.php b/engine/classes/ElggSite.php index 40bfca060..44929ce21 100644 --- a/engine/classes/ElggSite.php +++ b/engine/classes/ElggSite.php @@ -413,6 +413,7 @@ class ElggSite extends ElggEntity { 'resetpassword', 'action/user/requestnewpassword', 'action/user/passwordreset', + 'action/security/refreshtoken', 'upgrade\.php', 'xml-rpc\.php', 'mt/mt-xmlrpc\.cgi',