Associating a person with an existing user #19127
Replies: 1 comment
-
Duplicate of #9811 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Assume there are
person
entities -jane
,john
, ...And there is only one user - "John Smith" associated with
person.john
.How can we add a new user "Jane Smith" associated with
person.jane
?Currently a
person
entity may be associated with a NEW user only:Open a window to configure a

person
entity.Toggle "Allow person to login":
A window to create a new user is opened:

where it is not possible to select an existing user.
There is a possible way - but in yaml only:
Find out a

user_id
of some user:Add this ID to an existing
person
entity:Beta Was this translation helpful? Give feedback.
All reactions