You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Ghost Admin settings, you can go to [Membership] > [Portal Settings] > [Customize] > [Signup Options], and turn off [Display name in signup form].
If a new member registers, Ghost will just ask them for their e-mail address. After registering, the member can sign-in, click on [Account] to open the member portal, and then click [Edit] to open [Account Settings].
There are two inconsistencies here:
The name field still shows, even though it was turned off in the sign-up form. For a consistent user experience, it would make more sense if the name field was also turned off here.
The form forces the member to enter their name to update their e-mail address.
Steps to Reproduce
described above
Ghost Version
5.96.1
Node.js Version
18.20.4
How did you install Ghost?
Docker ghost:5-alpine
Database type
MySQL 8
Browser & OS version
No response
Relevant log / error output
No response
Code of Conduct
I agree to be friendly and polite to people in this repository
The text was updated successfully, but these errors were encountered:
It seems to me like the name field should be optional if the name is not required in the portal settings.
I'd be reluctant to hide it entirely, unless there's a plan for the case where the member has a name in the system but cannot edit it because portal isn't showing the field...
Issue Summary
In the Ghost Admin settings, you can go to [Membership] > [Portal Settings] > [Customize] > [Signup Options], and turn off [Display name in signup form].
If a new member registers, Ghost will just ask them for their e-mail address. After registering, the member can sign-in, click on [Account] to open the member portal, and then click [Edit] to open [Account Settings].
There are two inconsistencies here:
Steps to Reproduce
described above
Ghost Version
5.96.1
Node.js Version
18.20.4
How did you install Ghost?
Docker ghost:5-alpine
Database type
MySQL 8
Browser & OS version
No response
Relevant log / error output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: