Skip to content
Discussion options

You must be logged in to vote

A Content-Type is mutable from runtime which is not that great for security purposes.
There are examples of how to extend the current IUser interface for your own usage which I think makes more sense.
You are not the first one to ask this question. Take a look at this Pull Request for example

#3141

This PR extends the IUser with an IProfile entity that can be used for FrontEnd users.
It is not even extending the IUser directly. It just adds an IProfile that links to the IUser.

Now, if you want to extend an IUser from runtime you can also use the UserContentPicker on a Content-Type to link them together.
You can also create a driver that will extend the current User editing admin UI.
There…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jtkech
Comment options

@aaronamm
Comment options

@aaronamm
Comment options

@hishamco
Comment options

@aaronamm
Comment options

Answer selected by aaronamm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants