on my subscribe page it's not checking if the user already exists. instead, if i enter the info again, it updates the user.
what gives.
if i subscribe with this info:
name(at)domain.com - john - 90210 (required fields in my case)
then check the email and complete the subscription, in the users list i see this:
name(at)domain.com - john - 90210
now if i log out from the admin section and go to the subscribe page again and enter this info:
name(at)domain.com - roger - 51515
i should get a message saying the user already exists and see this if i check the users:
name(at)domain.com - john - 90210
but i'm not.
trying to resubscribe while the users already exists simply updates the existing users info. that's a potential liability waiting to happen.
if i went to the subscribe page and entered:
name(at)domain.com - imagoofyfoker - 69696
it would change the user to the above info.
that's is a good way to start problems!!!!
anyone else seen this yet