Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Can crypt() be used to store the passwords?

elmelm
edited May 2008 in Vanilla 1.0 Help
Hi, i would like to store the passwords encrypted with crypt() like unix passowords. I just changed the files library/People/People.Class.Authenticator and People.Class.UserManager but i think this is not the way to go. I want to sync the vanilla users with unix users and i think md5 is not very secure. Maybe you can help me and tell me how i can have this feature even after an update :) greetz elm

Comments

  • Options
    you can create your new classes, add them via an extension and set a reference via the object factory so core classes will be (functionally, not literally) overridden even after update
This discussion has been closed.