polished icon indicating copy to clipboard operation
polished copied to clipboard

Add extra information per user in Admin panel

Open cwilligv opened this issue 1 year ago • 2 comments

Hi there,

I have a need to add more information about the users that get permission to access an app and I was wondering if it's possible to add extra columns like name of the user in the user creation workflow. At the moment it only takes an email. I was thinking to add a call to my database where I can store the email and name when the admin creates the user from the admin console.

In the image below I would like to add a textinput for the name and in the submit button function add a call to my database and save it there. Is that possible?

image

Thanks!

cwilligv avatar Feb 11 '23 09:02 cwilligv