Skip to content

Commit

Permalink
[General] removes auth.forms.userimage.maxsize and auth.forms.userima…
Browse files Browse the repository at this point in the history
…ge.mimetype from the config array.

This was replaced by abstract options.
  • Loading branch information
cbleek committed Mar 12, 2015
1 parent 7a3eec5 commit 2c77ce9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
15 changes: 0 additions & 15 deletions build.properties.dist
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,6 @@ linkedin.scope=r_fullprofile
captcha.recapture.public_key=<put your public key here>
captcha.recapture.private_key=<put your secret key here>

;
; Forms configuration
;

; Auth / User / Image
;

; Maximum file size (in Bytes)
auth.forms.userimage.maxsize=1000000

; Allowed mimetypes. Comma separated list. Provide either full type or just a group
; e.g. "image/jpeg,image/png,text"
; Leave this empty to not restrict mimetypes
auth.forms.userimage.mimetype=image

;
; For Developers: If you plan to contribute to the development, you can define some deployment variables.
;
Expand Down
2 changes: 0 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@
<token key="mail.first_login.subject" value="${mail.first_login.subject}"/>
<token key="auth.suffix" value="${auth.suffix}"/>
<token key="mail.develop.override_recipient" value="${mail.develop.override_recipient}" />
<token key="auth.forms.userimage.maxsize" value="${auth.forms.userimage.maxsize}" />
<token key="auth.forms.userimage.mimetype" value="${auth.forms.userimage.mimetype}" />
</replacetokens>
</filterchain>
</copy>
Expand Down
11 changes: 0 additions & 11 deletions module/Auth/config/auth.forms.global.php.dist

This file was deleted.

0 comments on commit 2c77ce9

Please sign in to comment.