diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-09 07:58:16 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-09 07:58:16 -0400 |
commit | 300a377ec43bc200fe7365862ad83b47609c6402 (patch) | |
tree | f424790519439d51dfcd22d3e6240bb6f7a1fa4f | |
parent | b2cbd24e9af7aab7130c3cbf732043e3aa6477c3 (diff) | |
download | elgg-300a377ec43bc200fe7365862ad83b47609c6402.tar.gz elgg-300a377ec43bc200fe7365862ad83b47609c6402.tar.bz2 |
Fixes #3878 registering the security token action as an external page
-rw-r--r-- | engine/classes/ElggSite.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |