Skip to content
  • natrak's avatar
    Changes · 6e646914
    natrak authored
    - Moved account_password() and account_validate() to user.inc.
    - Greatly reduced the number of SQL calls in account_save() when editing an
      account. Now uses one db_query() call instead of 1 + (2 * # of access
      granted).
    - Fixed access not being saved when account was added.
    - Should now be possible to edit and add accounts. There were certain bugs
      before that would cause odd errors.
    6e646914