s*****w 发帖数: 1527 | 1 我的做法是这样的,
1.user register, my code sends him/her an email
2.after he/she clicks the link, i'll modify the mysql,
set the "activated" to be 1
3.when user wants to login, code will check the "activated",
if it's NOT 1, then login will fail.
BUT i still see users can post even the "activated" is 0,
你们碰到过吗?应该怎么解决?
而且注册时也有图形,他们要写出正确的数字来验证。
我觉得他们都是用程序来注册,他们是怎么通过的? | b******y 发帖数: 9224 | 2 oh, wow.
你的逻辑应该没有问题呀。感觉是php被hack了。 | s*****w 发帖数: 1527 | 3 actually i found a bug in my code, just put a fix there.
【在 b******y 的大作中提到】 : oh, wow. : 你的逻辑应该没有问题呀。感觉是php被hack了。
| b******y 发帖数: 9224 | 4 haha, good for you. Good luck! |
|