Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 26, 20205 yr Author 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?
March 26, 20205 yr 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.
March 26, 20205 yr Author 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
March 26, 20205 yr 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.
Archived
This topic is now archived and is closed to further replies.