server/lib/private/User
Roeland Jago Douma 074a0e0665
Cast retrieved DB fields to string
Fixes #9279

If a pure numerical user is in the DB the value might be casted to a int
when returned. Cast it all to a string so we don't break the strict
typing.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-24 12:48:52 +02:00
..
Backend.php Update license headers 2017-11-06 16:56:19 +01:00
Database.php Cast retrieved DB fields to string 2018-04-24 12:48:52 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php more consistent naming 2018-04-05 12:46:15 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php more consistent naming 2018-04-05 12:46:15 +02:00
User.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00