mitocw / edx-platform

the edX learning management system (LMS) and course authoring tool, Studio
http://code.edx.org/
GNU Affero General Public License v3.0
13 stars 3 forks source link

Use first and last name fields for user #311

Closed ahmed-arb closed 1 year ago

ahmed-arb commented 1 year ago

Description

This changes signup form to take first and last name instead of full name. The signup form will look like this:

Screenshot 2023-10-11 at 1 47 01 PM

Instead of

Screenshot 2023-10-11 at 1 46 17 PM

And if users want to change their name afterwards accounts settings page will be changed to take first and last name separately as well:

Screenshot 2023-10-11 at 1 53 34 PM

Additionally, sysadmin report, Download list of all users, will be changed to have first and last name.

ziafazal commented 1 year ago

@ahmed-arb looks good please squash commits while merging.