Custom Blueprints for User Roles

Is it possible to create a blueprint for a particular user role ? Or is it at least possible to change the basic user blueprint to add new fields ?
Thanks for your help.

No, you can’t create blueprints based on user roles. You can, however, use permissions to control what each user role is allowed to do (Kirby 2.4.0 only).

@texnixe
Ok, thanks.

I’m working on a website where users can create and maintain a profile. Would be really simple if only i could add more fields to the user Blueprint and then handle everything via frontend authentification. So i’ll try adding those informations to users in another way…

Thanks

Just found a solution that will work for my : https://getkirby.com/docs/panel/users#custom-user-form-fields

OH, I completely misread your post, sorry. Yeah, custom user fields are the way to go, of course.