tena Posted April 11, 2010 Share Posted April 11, 2010 Hey,I am using a web interface I have created myself on my boards to register mumble accounts.Since new version 1.2, this does not work anymore since not encrypted password are not recognized by murmur :shock: I don't want to use murmur integrated registration and would like to continue using a web interface.So, is there a script that manage to encrypt password that should answer to my problem and allow me to register users via mysql queries ?Thanks ! Quote Link to comment Share on other sites More sharing options...
Administrators kissaki Posted April 11, 2010 Administrators Share Posted April 11, 2010 passwords are saved as sha1 hashesalternatively you can use callbacks via Ice, so when a user logs in his authenticy is checked via other source Quote Link to comment Share on other sites More sharing options...
tena Posted April 13, 2010 Author Share Posted April 13, 2010 I will have a try with PHP sha1 function, thanks a lot !! <3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.