Hi all, im trying to get the following to work. Let users create a new login by authenticating against an existing user backend and use that login. Ive got no problem coding the authentication, but im a little lost as to where best to implement this. The best would be if the users are always authenticated against an existing backend, but otherwise im also fine with creating a local user once the authentication is valid.
People should not be able to create blogs unless they're logged in.
Can his be done through plugins or do I need to change wp-signup.php?
Thanks for any help,
Cor