Files
phpvms/app/Models
B.Fatih KOZ c518175244 Update User Model (#1396)
Current GDPR compliant Private Name attribute is not compatible with multi byte strings, and when encountered it fails and returns an empty string for the name_private attribute.

`substr($last_name, 0, 1)` or just `$last_name[0]` is not multi byte compatible, therefore only solution is to use `mb_substr`.

It also supports encoding definitions like `mb_substr($last_name, 0, 1, 'UTF-8')`

Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
2022-02-07 16:10:58 -05:00
..
2020-03-31 17:34:10 -04:00
2021-03-29 15:49:34 -04:00
2022-01-10 15:49:50 -05:00
2020-08-11 17:48:51 -04:00
2021-11-03 08:46:07 -04:00
2019-07-23 09:00:39 -04:00
2021-03-09 11:36:56 -05:00
2020-08-11 17:48:51 -04:00
2019-09-13 08:05:02 -04:00
2021-11-03 08:46:07 -04:00
2019-09-13 08:05:02 -04:00
2019-09-13 08:05:02 -04:00
2021-12-08 12:40:10 -05:00
2022-02-07 16:10:58 -05:00
2019-09-13 08:05:02 -04:00
2020-08-11 17:48:51 -04:00