Merge branch 'develop' into a1batross-develop-patch-62810
[akkoma] / docs / administration / CLI_tasks / user.md
index 12def88b3ef1d128d92ece4345f575f1b006d4b6..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"
     mix pleroma.user untag <nickname> <tags>
     ```
 
+
 ## Toggle confirmation status of the user
 
 === "OTP"