| View previous topic :: View next topic |
| Author |
Message |
TheDanMan I can compile from Source

Joined: 15 Sep 2004 Posts: 177 Location: Guthrie
|
Posted: Thu Sep 15, 2005 10:55 am Post subject: User authentication |
|
|
Do they not have to authenticate once they've registered? I wanted to use the name "GayPhoto" but now its taken  _________________ Chickens. |
|
| Back to top |
|
 |
Despite Look at me I can install Linux

Joined: 09 Sep 2004 Posts: 100
|
Posted: Thu Sep 15, 2005 11:20 am Post subject: |
|
|
| sorry dude. tell you what, I'll just give you the password and relinquish that name to you. |
|
| Back to top |
|
 |
wolfie Site Admin


Joined: 31 Aug 2004 Posts: 227 Location: Oklahoma City, OK
|
Posted: Thu Sep 15, 2005 2:48 pm Post subject: Well |
|
|
Well, phpbb does something a little stupid. It populates a user into the database on request, then sends men an email to authorize.
Started doing that because all the .ru and now this .ro extensions auto-registering.
The funny thing is that this one had an nice little url:
cocksinasses [.] net _________________ --wolfie |
|
| Back to top |
|
 |
TheDanMan I can compile from Source

Joined: 15 Sep 2004 Posts: 177 Location: Guthrie
|
Posted: Thu Sep 15, 2005 3:07 pm Post subject: |
|
|
Ah! Hmm, I should write a mod then that creates dummy users first then dumps them after 24 hours or so without authentication or authorization. Then PHPBB wouldn't display or let them post until authenticated  _________________ Chickens. |
|
| Back to top |
|
 |
wolfie Site Admin


Joined: 31 Aug 2004 Posts: 227 Location: Oklahoma City, OK
|
Posted: Thu Sep 15, 2005 6:58 pm Post subject: possible |
|
|
The only thing, would be you would have to lock the user db before writing the temp table and before writing to the users table. That way you avoid the possibility of the same user account being created, and failing.
Sounds just a little hairy to get it done correctly and could have potential performance considerations. On thing that I think would be easier, is a hidden column in the table that handles users that have not been approved yet, but that is my 2 cents. _________________ --wolfie |
|
| Back to top |
|
 |
TheDanMan I can compile from Source

Joined: 15 Sep 2004 Posts: 177 Location: Guthrie
|
Posted: Fri Sep 16, 2005 7:07 am Post subject: |
|
|
Thats a good idea. I was gonna add another table ;-D
I've got a half working deal in my test forums. Then again, doesn't phpbb have a little number picture thing where they have to type in what they see in the picture. I know of no bots that can do that, and its never bothered me to do so. _________________ Chickens. |
|
| Back to top |
|
 |
wolfie Site Admin


Joined: 31 Aug 2004 Posts: 227 Location: Oklahoma City, OK
|
Posted: Fri Sep 16, 2005 5:35 pm Post subject: a mod |
|
|
I believe it is a mod, might look into it though. _________________ --wolfie |
|
| Back to top |
|
 |
|