Merge remote-tracking branch 'upstream/develop' into aliases
[akkoma] / docs / administration / CLI_tasks / user.md
index c64ed4f223b8cd5278f22d17245c58a3bbd32d43..b57dce0e7f07e2f5751f7785ec3e33fc21a29d8f 100644 (file)
 === "OTP"
 
     ```sh
-     ./bin/pleroma_ctl user toggle_confirmed <nickname>
+     ./bin/pleroma_ctl user confirm <nickname>
     ```
 
 === "From Source"
 
     ```sh
-    mix pleroma.user toggle_confirmed <nickname>
+    mix pleroma.user confirm <nickname>
     ```
 
 ## Set confirmation status for all regular active users