Wesker289 Posted March 25, 2020 Share Posted March 25, 2020 Can the latest version if IPB use MSSQL or is it forced to use MySQL? Link to comment Share on other sites More sharing options...
Jim M Posted March 26, 2020 Share Posted March 26, 2020 No MS SQL. Only MySQL based Link to comment Share on other sites More sharing options...
Wesker289 Posted March 26, 2020 Author Share Posted March 26, 2020 Hmm, is it possible then to have it to where, when someone registers on the site, they're information is also created in a MSSQL database, and turns the password they created into a MD5 Hash? Link to comment Share on other sites More sharing options...
Daniel F Posted March 26, 2020 Share Posted March 26, 2020 3 hours ago, Wesker289 said: Hmm, is it possible then to have it to where, when someone registers on the site, they're information is also created in a MSSQL database, and turns the password they created into a MD5 Hash? It’s possible, but you’ll need the MSSQL extension ( https://www.microsoft.com/en-us/download/details.aspx?id=20098 ) and you have to create a custom modification to send the data after the registration and to update the row when the PW is changed. Link to comment Share on other sites More sharing options...
Wesker289 Posted March 26, 2020 Author Share Posted March 26, 2020 1 hour ago, Daniel F said: It’s possible, but you’ll need the MSSQL extension ( https://www.microsoft.com/en-us/download/details.aspx?id=20098 ) and you have to create a custom modification to send the data after the registration and to update the row when the PW is changed. thank you! ill get my team to look at this Link to comment Share on other sites More sharing options...
Ryan Ashbrook Posted March 26, 2020 Share Posted March 26, 2020 Alternatively, if you already have a centralized membership system outside of IPS, you can create a login handler. This will allow users to authenticate within IPS4 from your centralized system. Link to comment Share on other sites More sharing options...
Recommended Posts