stable

Clone or download

Read-only

User real name can be longer than 32 chars

Kiefer William Frederick Dempsey George Rufus Sutherland should be able to register on Tuleap with his full name. This limitation has always been there but we see no reason to not extend it nowadays. You can update current user or register a new one with a real name longer than 32 chars: * No complains * Submitted real name is kept as is On profile page, slight css rules has been adjusted to not break too much the design in case of too long names. Fix request #19291: User real name can be longer than 32 chars Change-Id: Ica0043af57b9232af4563e5b79191b7de2dd3776

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −6 Go to diff View file
M src/common/User/Account/UpdateAccountInformationController.php +4 −3 Go to diff View file
M src/common/User/Account/templates/account-information.mustache +0 −3 Go to diff View file
M src/common/User/User.class.php +0 −2 Go to diff View file
M src/db/mysql/database_structure.sql +1 −1 Go to diff View file
A src/db/mysql/updates/2021/202102101609_update_user_real_name.php +44 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_profile.scss +10 −3 Go to diff View file
M tests/unit/common/User/Account/UpdateAccountInformationControllerTest.php +3 −3 Go to diff View file