Commit 53ae2130 authored by mku's avatar mku

ZP-250 #comment dummy commit for 2.0.8a and 2.1.0a releases

git-svn-id: https://z-push.org/svn/z-push/trunk@1776 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 93090e38
......@@ -275,5 +275,8 @@ users by adding them comma separated to $specialLogUsers in the config.php
*Repeated incorrect password messages*
If a password contains characters which are encoded differently in ISO-8859-1
and Windows-1252 encodings (e.g. "§") the login might fail with Z-Push but
it works fine with the WebApp/Webaccess. The solution is to add
setlocale(LC_CTYPE, "en_US.UTF-8"); to the config.php file.
\ No newline at end of file
it works fine with the WebApp/Webaccess. The solution is to add:
setlocale(LC_CTYPE, "en_US.UTF-8");
to the config.php file.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment