Skip to content

SMF 2.1 compatibility

Fixes

  • Non-existent DB fields removed from the SQL_ADD_USER query
  • Use pwhash instead of passwd in SQL_ADD_USER query, so the user doesn't have to set a new password right away and can actually login now with the password given to him by AA

Cleanup

  • Use f-strings in logger messages
  • No longer using deprecated logger functions

Added

  • Exception messages to exception logging
Edited by Peter Pfeufer

Merge request reports