Error module #405
-
[May 22 10:36:52 2024] Loading modules... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It says why in the message. You've loaded enc_sha256 as the first password encryption method. This is deprecated so it can't be used as the primary encryption module. If you're upgrading from 2.0 you need to load another encryption module like enc_sha2 before enc_sha256 so user passwords can be migrated to the new system. Once If you're not upgrading from 2.0 then you can just replace enc_sha256 with enc_sha2. |
Beta Was this translation helpful? Give feedback.
-
Thanks it worked |
Beta Was this translation helpful? Give feedback.
It says why in the message. You've loaded enc_sha256 as the first password encryption method. This is deprecated so it can't be used as the primary encryption module.
If you're upgrading from 2.0 you need to load another encryption module like enc_sha2 before enc_sha256 so user passwords can be migrated to the new system. Once
/OS STATS PASSWORD
says that no users are using sha256 you can unload enc_sha256`. See the upgrading guide for more information on how to upgrade from 2.0.If you're not upgrading from 2.0 then you can just replace enc_sha256 with enc_sha2.