How to limit to one node per user ?
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3500735. -->
Reported by: [zenimagine](https://www.drupal.org/user/3142787)
>>>
<p>I have a node type "profile". I want a user with the role "premium" to be able to create only one node of this type. If the user tries to create another node of the same type:</p>
<p>- Access denied, when displaying the creation form. OR. Redirect to the user's already existing node.</p>
<p>- Display an error message, "You have reached the limit".</p>
<p>How can I do this ? Do you have an example to import ?</p>
issue