Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding a no-cache parameter to login modules
  • Loading branch information
chdemko committed Sep 23, 2012
1 parent 8e2ad88 commit 1f78b5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Expand Up @@ -43,6 +43,11 @@
label="MOD_EXTERNALLOGIN_ADMIN_FIELD_SERVERS_LABEL"
description="MOD_EXTERNALLOGIN_ADMIN_FIELD_SERVERS_DESC"
/>
<field
name="cache"
type="hidden"
default="0"
/>
</fieldset>
</fields>
</config>
Expand Down
Expand Up @@ -43,6 +43,11 @@
label="MOD_EXTERNALLOGIN_SITE_FIELD_SERVERS_LABEL"
description="MOD_EXTERNALLOGIN_SITE_FIELD_SERVERS_DESC"
/>
<field
name="cache"
type="hidden"
default="0"
/>
</fieldset>
<fieldset name="advanced">
<field
Expand Down

0 comments on commit 1f78b5d

Please sign in to comment.