This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e4dcae  SLING-10304 - document delete (service) users
8e4dcae is described below

commit 8e4dcae5dd202ed89489de5c2c2fe3c37eafab4a
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Wed Apr 14 12:52:48 2021 +0200

    SLING-10304 - document delete (service) users
---
 .../content/documentation/bundles/repository-initialization.md      | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/src/main/jbake/content/documentation/bundles/repository-initialization.md 
b/src/main/jbake/content/documentation/bundles/repository-initialization.md
index e321e3a..dbc9288 100644
--- a/src/main/jbake/content/documentation/bundles/repository-initialization.md
+++ b/src/main/jbake/content/documentation/bundles/repository-initialization.md
@@ -188,6 +188,12 @@ The language is self-explaining but please refer to the 
actual test cases for de
     create service user the-last-one
     
     disable service user svc1 : "This  is the message"
+    
+    # Delete users
+    delete user userA
+    delete user userB_listsAreNotSupported
+    delete service user svcA
+    delete service user svcB,svcC
 
     # Groups are supported since version 1.2.4, SLING-8219
     create group since124_A

Reply via email to