passbolt_api icon indicating copy to clipboard operation
passbolt_api copied to clipboard

First letter of last name is converted to uppercase on save

Open rctgamer3 opened this issue 5 years ago • 1 comments

First letter of last name is converted to uppercase on save

  • Passbolt Version: v2.12.0
  • Platform and Target: -- Operating system: Debian 10 -- PHP: 7.4 -- Web server: Apache2 2.4.41 -- Database server: MariaDB 15.1

What you did

I edited profile details of a user (example: first name Foobar last name bar Foo)

What happened

After saving, the first letter of the last name was converted to uppercase (Bar Foo)

What you expected to happen

Not convert it to uppercase and just leave it as-is (bar Foo) as different countries follow different name capitalisation standards.

rctgamer3 avatar Feb 25 '20 17:02 rctgamer3

https://github.com/passbolt/passbolt_api/blob/7234d18dfb4a3c33c174bc4a8759e894d84ec6ef/src/Model/Table/ProfilesTable.php#L143

rctgamer3 avatar Apr 22 '21 13:04 rctgamer3

Ref. PB-25734

stripthis avatar Aug 07 '23 13:08 stripthis

Hey @rctgamer3, this issue has been fixed and released with v4.2.0 (see the full changelog).

Thanks for the report.

ishanvyas22 avatar Sep 01 '23 05:09 ishanvyas22