Skip to content

Commit

Permalink
add doc for enabling/disabling comments (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Oct 31, 2024
1 parent 8905bfa commit 952a92b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/enableaccount.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,25 @@ To enable this feature:
.. code-block:: php
$use_disableaccount = true;
Insert comment
--------------

This feature displays a comment pop-up when enabling and disabling user accounts.

To enable this feature:

.. code-block:: php
$use_enablecomment = true;
$use_disablecomment = true;
Comment required
----------------

This feature ensures a comment is required before enabling/disabling a user.

.. code-block:: php
$use_enablecomment_required = true;
$use_disablecomment_required = true;

0 comments on commit 952a92b

Please sign in to comment.