Hexlet / hexlet-correction

Typo Reporter
https://fixit.hexlet.io/
GNU Affero General Public License v3.0
51 stars 85 forks source link

Make first name, last name be optional (empty) #286

Closed fey closed 3 months ago

fey commented 4 months ago

Problem description

There are too many fields that are required to register. image

Proposed solution

Make First Name, Last Name fields optional, remove them from the registration field, allow them to be empty. We have enough data to identify the user - by login, by mail.

Grad566 commented 3 months ago

I'll take this issue. I understood correctly that it is necessary to remove these fields from the registration. Or they can just remain empty when registering a new user?

uchitsa commented 3 months ago

Hi, already do it task. Please see PR #299

uchitsa commented 3 months ago

https://github.com/Hexlet/hexlet-correction/pull/299#issuecomment-2314770811