Allow Users To Set Profile Name AFTER Registration
-
At registration I have these fields and these are all I want – I do not want to add anything else:
1. Username
2. Email
3. Password + Repeat
My problem is that usually when users register, they later want to edit their profile they may want to change display name manually to a string of their choice. So I added the “nickname” field to the form but it then makes it required at registration… which I don’t want. It is apparently a required field per User Profile Builder.
How can I allow users to change their nickname under an edit profile page without forcing them to enter it add it during registration registration?
- You must be logged in to reply to this topic.