Bernd Wurst commited on 2018-07-02 19:40:16
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -72,7 +72,7 @@ function create_jabber_account($local, $domain, $password) |
| 72 | 72 |
{
|
| 73 | 73 |
require_role(ROLE_CUSTOMER); |
| 74 | 74 |
$data = array(":customerno" => $_SESSION['customerinfo']['customerno'],
|
| 75 |
- ":local" => filter_input_username($local), |
|
| 75 |
+ ":local" => filter_input_username(strtolower($local)), |
|
| 76 | 76 |
":domain" => $domain); |
| 77 | 77 |
if (! valid_jabber_password($password)) {
|
| 78 | 78 |
input_error('Das Passwort enthält Zeichen, die aufgrund technischer Beschränkungen momentan nicht benutzt werden können.');
|
| 79 | 79 |