]> git.mxchange.org Git - friendica.git/blobdiff - include/auth.php
some testbubble stuff
[friendica.git] / include / auth.php
index fd1c638473526d29f87ac5ed34174ee494d19932..fc52684e64b183d8a20dd746317e0d9ef49032f9 100755 (executable)
@@ -165,7 +165,7 @@ else {
                }
 
                if((! $record) || (! count($record))) {
-                       logger('authenticate: failed login attempt: ' . trim($_POST['username'])); 
+                       logger('authenticate: failed login attempt: ' . notags(trim($_POST['username']))); 
                        notice( t('Login failed.') . EOL );
                        goaway(z_root());
                }