PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   PP 5.62: users are able to cheat with identical email address (http://www.photopost.com/forum/photopost-pro-bug-reports/131073-pp-5-62-users-able-cheat-identical-email-address.html)

snoopy5 March 23rd, 2007 11:55 AM

PP 5.62: users are able to cheat with identical email address
 
PP 5.62, stand alone version

i just found out, that users are able to cheat with identical email addresses.

I have in my ACP the option:

"Require unique email addresses for user registration?"

I set this to Yes. But the users are still able to change their mail address afterwards to an email, which exists already in the database.

The user can register normallly, after that he goes into his profile and changes his mail address to another one. With this, he can have unlimited usernames all with the same email address. I tested this with 3 different accounts.

This should not be possible, if I set the ACP option to unique email addresses.

How can I fix this?

Chuck S March 23rd, 2007 12:59 PM

That option is only for the registration process so it is doing what it was designed to do.

There is no check after a user is registered and verified user that prevents him from changing his email

snoopy5 March 29th, 2007 03:03 AM

Is there any easy way with a code modification to avoid this obvious misuse?

Chuck S March 29th, 2007 08:01 AM

Well no support for this and I will not discuss this further in this thread is what this means but you can try adding this code in member.php

Code:

Content visible to verified customers only.


All times are GMT -5. The time now is 08:25 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97