summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib__TemplateRender.php
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-05-03 07:16:49 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2014-05-03 07:16:49 +0000
commit14a5c0e69416971a628e563aee8e9adeb3feb00e (patch)
treed00c83dce0d772b126134ffda9f036d85ac29855 /net/phpldapadmin/files/patch-lib__TemplateRender.php
parent- Mark DEPRECATED, set EXPIRATION_DATE, message is here: (diff)
Finish off the incomplete conversion from 'password_hash' to
'password_hash_custom' in the previous update. Locally written patches.
Notes
Notes: svn path=/head/; revision=352866
Diffstat (limited to 'net/phpldapadmin/files/patch-lib__TemplateRender.php')
-rw-r--r--net/phpldapadmin/files/patch-lib__TemplateRender.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib__TemplateRender.php b/net/phpldapadmin/files/patch-lib__TemplateRender.php
new file mode 100644
index 000000000000..610c5dbcfd3a
--- /dev/null
+++ b/net/phpldapadmin/files/patch-lib__TemplateRender.php
@@ -0,0 +1,11 @@
+--- ./lib/TemplateRender.php.orig 2014-05-03 07:58:18.076584893 +0100
++++ ./lib/TemplateRender.php 2014-05-03 07:59:18.859574787 +0100
+@@ -2466,7 +2466,7 @@
+ if ($val = $attribute->getValue($i))
+ $default = get_enc_type($val);
+ else
+- $default = $this->getServer()->getValue('appearance','password_hash');
++ $default = $this->getServer()->getValue('appearance','password_hash_custom');
+
+ if (! $attribute->getPostValue())
+ printf('<input type="hidden" name="post_value[%s][]" value="%s" />',$attribute->getName(),$i);