We are Implementing phorum for a client.
The client has an existing .net website, with its own authentication system. They are looking at implementing forum software in addition to this site.
The password for users on this website is hashed and salted.
The client wants one password for all systems - the .net website being the master, with all other systems authenticating against it.
Is such an integration possible? E.g. would we be able to create a user on phorum if a user registers on the .net website?
Is it possible to create a URL which we can send to the user, which will allow him to be logged in , without actually entering his username/password?