mumble-voip / mumble-scripts

Mumble scripts is a place for gathering various scripts written for the Mumble VoIP application.
https://www.mumble.info
48 stars 31 forks source link

Added Elkarte authenticator #7

Closed Ant59 closed 9 years ago

Ant59 commented 9 years ago

I've added an authenticator for the Elkarte forum software (www.elkarte.net) based on SMF. It works on my Murmur installation with Python 2.7 on Debian with Elkarte 1.0 on MySQL. The password hash using bcrypt for Elkarte.

hacst commented 9 years ago

Always love to see new authenticators. diff against smfauth looked pretty clean and besides the comments I added it looks fine to me. One other thing that would be helpful is if you could add a few lines of description to your commit message. Nothing elaborate. Just that it's derived from such and such and needed a custom implementation for password hashing etc.. That way that information is available in the project history which I find always handy. Again thanks for your contribution.

hacst commented 9 years ago

Sorry about the delay. Just found a link to this issue on a note I made to myself. Unfortunately github didn't send me an email about your change so I wasn't aware of it until now.