I’m trying to configure the user profile block and want to have users edit a number of things, but I don’t want them to edit their name. Is there any way to hide this element?
Alternatively, is there a better block or way of allowing edits to profile information I’m storing in Airtable? It’s around 15 items I want to let people modify.
I was thinking more along the lines of having a separate page entirely for changing just name/password. So basically splitting information that is more likely to change (address, phone, occupation) from information that is less likely to change. Just to prevent accidental changes.
PS if you want to truly, madly, deeply geek out on the concept of names, read There Is No Such Thing as a Legal Name, which carefully explains, with footnotes, that the idea of a “legal name” that applies in all contexts is a kind of shared delusion that we need to wake up from. TL;DR: most people think the function signature is getLegalName() but it’s actually getLegalName(specificLegalContext).
ok, but in my application I need name and email to be validated and synced with other apps, so allowing users to freely change them is inconvenient. Also, it does not seem reasonable NOT to have a way of allowing users to change their password on a simple form with “old password / new password” and nothing else.
Currently, I’m aiming to allow users to edit only some picture and text fields, but not their names within this profile block (which is essential, as it allows the user to see directly the image and text he had previously configured).
For the context, the user’s names and mail are managed on a separate dedicated page for profile information, and we also have another page specifically for email signature configuration.
Would it be possible to hide the “Name” and “Email” fields in the User Profile Block to avoid redundancy and potential user confusion? I’d love to hear your team’s perspective on this.
Am following up on this as I have a need for this functionality as well. Seeing that my app is an internal app, any changes to name or email address will be handled by the IT team. So essentially Name and Email Address would be read only.
Users will only have the option to change their password. I tried with a customisable form but I don’t get the necessary options to update the password.