diff options
Diffstat (limited to 'data/modules.example.conf')
| -rw-r--r-- | data/modules.example.conf | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 30927433f..01e2760c2 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -10,23 +10,6 @@ */ /* - * enc_bcrypt [EXTRA] - * - * Adds the possibility to store passwords using bcrypt. - * This follows the same rules as the other encryption modules, - * eg. if you want it to be your primary encryption method it must - * be loaded before any other encryption modules. - * See the Encryption section of services.conf for more information. - * - * Requires libxcrypt. - */ -#module -{ - name = "enc_bcrypt" - rounds = "10" -} - -/* * help * * Provides the command generic/help. |
