MD5 Touch Points

Discussion in 'Customization & add-ons' started by trekkan, Oct 9, 2010.

  1. trekkan

    trekkan New Member

    Joined:
    Oct 4, 2010
    Messages:
    3
    We understand the reasons why passwords are in clear text, but that's not going to work for us. So we're doing things ourselves and editing the code, etc.

    So, can you tell me where the various touch points are that I'd have to modify?

    I can hunt down most of them without a problem, but I want to make sure I don't miss any and I haven't see any sort of list that says where these are.

    Thanks!

    -Troy
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Troy,
    You need to change these functions in mysql.inc.php:
    add_pending_user, check_uniq_login, check_login., update_user
    Also if you use any third-party plugins, need to change plugins as well.
    In aMember CP -> Setup -> Advanced -> Enable Secure Password Reminder
    And do not show password in amember CP.
  3. trekkan

    trekkan New Member

    Joined:
    Oct 4, 2010
    Messages:
    3
    Thanks for the information Alexander.

Share This Page