]> source.dussan.org Git - nextcloud-server.git/commit
Remove uneeded `strip_tags`
authorLukas Reschke <lukas@statuscode.ch>
Sat, 19 Jul 2014 08:17:24 +0000 (10:17 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 22 Jul 2014 13:39:34 +0000 (15:39 +0200)
commita393670f7d4bf6cc31356e0023554133266a823d
tree804692bd84d5bc05701407670fcf62403da6eb49
parent9be9e777c2775118f19699ea3282294525930468
Remove uneeded `strip_tags`

This `strip_tags` seems to be completely unneeded and will cause problems with passwords containing stripped characters. (e.g. `<` or `>`)

Needs https://github.com/owncloud/core/pull/9735 to be merged first.
lib/base.php