Reset a user password using CLI (#226)

هذا الالتزام موجود في:
Thomas Miceli
2024-02-24 18:45:36 +01:00
الأصل fc9a75ce8f
التزام 1c1e3a8919
8 ملفات معدلة مع 140 إضافات و76 حذوفات

عرض الملف

@@ -0,0 +1,7 @@
# Reset a user password
To reset a user password, run the following command using the Opengist binary:
```bash
./opengist admin reset-password <username> <new-password>
```