LimeSurvey: master 8854ee18

Author Committer Branch Timestamp Parent
jackom83 c_schmitz master 2017-11-27 17:38:29 master f5871e58
Changeset

Fixed issue: Changing password not possible when using Postgres

When the RDBMS used is PostgreSQL, if user try to change password the action fail, becouse the password is a bytea fields delivered as stream.
The fix proposed is same that is used into AuthDb core plugin.

Below the references to the version where the bug was found:

Version 2.72.3+171020

mod - application/controllers/admin/useraction.php Diff File