You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's exactly how it works. user_indentifier_property is just to know which field you are using if it is email or username (default), and that way save only the username. The user will be shown in the filter as a select (HTML element). It doesn't look good to have the email, well, that's how I thought at the time.
Yes, just store the username. The user_indentifier_property is only used to know how to do the query to get the username in case of different username.
If I set user property in yaml like:
// config/packages/ranky_media.yaml
ranky_media:
user_identifier_property: email
It doesny make any changes, new records in database "ranky_media" table, 'created_by' are still with 'username'
v: 1.2
The text was updated successfully, but these errors were encountered: