justingit / dada-mail

Self-Hosted, Full Featured, Email Mailing List Manager. Announcement + Discussion Lists, Web-based Installer, Installs with minimal dependencies, sendmail/SMTP/Amazon SES supported
https://dadamailproject.com
GNU General Public License v2.0
169 stars 40 forks source link

Change DADA::Security::SimpleAuthStringState to use an SQL table/database #1146

Closed justingit closed 1 year ago

justingit commented 1 year ago

I can't think of a reason this shouldn't be so. Currently we use like a DB_File (or whatever AnyDBM_File is set to use), which seems archaic, and Unixes are being shipped with nothing but SDBM, which is terribly bad.