Wesker289 Posted March 25, 2020 Posted March 25, 2020 Can the latest version if IPB use MSSQL or is it forced to use MySQL?
Wesker289 Posted March 26, 2020 Author 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?
Daniel F Posted March 26, 2020 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.
Wesker289 Posted March 26, 2020 Author 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
Ryan Ashbrook Posted March 26, 2020 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.
Recommended Posts