I know this has had to come up before, but. here goes.
I essentially need portals that do not allow user registration, but treat all users in my current SQL database as registered users, that interact with the account login module.
I have my own customer database, I would like it if when a person enter their login infomation (name would be their current member number and password would be the one in our members database), that the login would authenticate from my database and then treat the member as a registered user without duplicating the tables (importing into the current DNN customer table).
Any ideas?