LimeSurvey: 3.x-LTS 065189c3

Author Committer Branch Timestamp Parent
user272136 GitHub 3.x-LTS 2022-01-14 12:09:09 3.x-LTS 2a4ed74c
Changeset

Fixed issue: Show full name of a deleted user correctly (#2128)

  • Fixed issue: Show full name of a deleted user correctly

Dev: If user's full name contain double quotes it is not displayed correctly when this user is deleted. Instead of passing full name back and forth in the session let's just use the data from the database.

  • Convert possible HTML content to plaintext

  • Remove unused 'user' parameter from other actions too

mod - application/controllers/admin/useraction.php Diff File
mod - application/models/User.php Diff File
mod - application/views/admin/user/deluser.php Diff File
mod - assets/scripts/admin/users.js Diff File