Skip to content
Snippets Groups Projects
Commit f4889572 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #375 from toolstack/issue-340-account-password-field-length-fix

Increase the database field length for storing long passwords.
parents 23a09fe3 05cd9919
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>255</length>
<length>2048</length>
</field>
<field>
<name>outbound_host</name>
......@@ -104,7 +104,7 @@
<type>text</type>
<default></default>
<notnull>false</notnull>
<length>255</length>
<length>2048</length>
</field>
<index>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment