Authenticating Against Web Site Database?
Posted: Thu Jul 24, 2014 1:05 pm
Hi everyone,
Please excuse me if this has been asked before, and please bear with me as I am completely green in regards to setting up an IRC server. My goal is the following:
- Allow only users that have registered on our web site to connect to our server
- Have one chat room as an exception that is publicly accessible, our lobby so to speak
- if possible automatically register our website users with nickserv (the registration form asks for their IRC nick as well as email)
I have the users' passwords stored in a hashed form in our web site database, and it does not use MD5 or SHAW, but a form of BCrypt (if I'm not mistaken), and we want to avoid having user password stored plain-text anywhere on the server, of course.
Any thoughts on how to best approach this?
Thanks for your thoughts!
~Mike
Please excuse me if this has been asked before, and please bear with me as I am completely green in regards to setting up an IRC server. My goal is the following:
- Allow only users that have registered on our web site to connect to our server
- Have one chat room as an exception that is publicly accessible, our lobby so to speak
- if possible automatically register our website users with nickserv (the registration form asks for their IRC nick as well as email)
I have the users' passwords stored in a hashed form in our web site database, and it does not use MD5 or SHAW, but a form of BCrypt (if I'm not mistaken), and we want to avoid having user password stored plain-text anywhere on the server, of course.
Any thoughts on how to best approach this?
Thanks for your thoughts!
~Mike