Merge branch 'feat/openapi-spec-export' into 'develop'
[akkoma] / docs / administration / CLI_tasks / user.md
index b57dce0e7f07e2f5751f7785ec3e33fc21a29d8f..24fdaeab4ad025df29c624b43dee6ee5ab628aca 100644 (file)
     mix pleroma.user sign_out <nickname>
     ```
 
-
-## Deactivate or activate a user
+## Activate a user
 
 === "OTP"
 
     ```sh
-     ./bin/pleroma_ctl user toggle_activated <nickname>
+     ./bin/pleroma_ctl user activate NICKNAME
     ```
 
 === "From Source"
 
     ```sh
-    mix pleroma.user toggle_activated <nickname>
+    mix pleroma.user activate NICKNAME
     ```
 
-
 ## Deactivate a user and unsubscribes local users from the user
 
 === "OTP"