Account verification required
Posted by Magnus on 27 January 2002, 13:46 GMT
We have just launched a new system on ticalc.org used to verify the email addresses that are connected to the user accounts on our site. This is done because we have found there to be a lot of accounts that have old non-functioning email addresses registered, which causes us a lot of problems when communicating with the users. When an account "expires", the user will be asked at login time to verify the email address. This is done by having the page send an email to the registered address, and then using a web based form to input a code that is sent in that email. Assuming that the recipients mail server is online, the whole process should take no more than a minute or two. All current accounts have been given a random time for "last verified". This means that all current accounts will get the verification prompt sometime between today and approximatly two months from now.
|
|
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: Account verification required
|
Ding Chavez
|
something is fishy about this from TI-Calc...they're gonna pull of plan B maybe next month, and from here, its all downhill.
Oh, BTW, I got the Voyager 300. Its in the box right now, because I am collecting money from people who made bets with me in school believing that I wouldnt buy it. Already made $40 so far!
"Werewolves were the only species to survive...Humans? Just a lame excuse for god's perfect creation!"
"For us to become werewolves, we must think like the mighty werewolf."
AWoooHHOoooHOoooHooo
Werewolf.com
|
|
29 January 2002, 07:23 GMT
|
|
Re: Account verification required
|
David Phillips
(Web Page)
|
I haven't received one of these emails yet, and I didn't see a place to trigger one, so it might already do this, but just in case, I figured I would mention this idea. As the news article states, a code is sent in the email, and it must be pasted into a form on the website. Would it not make sense to have a complete URL complete with the code in the email, or to have replies sent to the email processed by a script automatically? I would guess that it already does this, and the mentioned code pasting is just a good last resort, but either of the above mentioned common ideas would make things easier for everyone. I mean, how hard is it to process a form via GET instead of POST, anyway? :)
|
|
30 January 2002, 08:16 GMT
|
|
|
|
|
|
|
|
Re: Re: Account verification required
|
David Phillips
(Web Page)
|
Yes, there is a difference! And if you aren't writing your scripts to take advantage of it, then you are seriously misusing the language, and inviting a world of security holes into your scripts.
Using EGCPS as global variables is unfortunately a very common mistake made by programmers new to PHP. You will find a lot of scripts available that are written like this, and as such, you should not use them. I strongly suggest that anyone writing PHP turn the register_globals configuration variable off. Doing so makes your scripts a lot cleaner, and more secure.
The problem with using those variables as global is that you then cannot tell what is what, and have to assume that any variable that exists could have been set by the user. For example, you might set a variable to be true if the user is authenticated, and check it later. If you allow globals to be registered, then the user can pass a GET or POST variable with that name.
|
|
31 January 2002, 15:48 GMT
|
|
Re: Account verification required
|
DHC015
(Web Page)
|
Ummm, the e-mail address that I used for Author and to register is no longer valid. Will my account be deleted? I'd prefer a different username anyway, but I'd have to re-upload my files and I actually don't have the nice .zips on my computer. Is there someone that I can contact?
|
|
31 January 2002, 05:47 GMT
|
|
Re: Account verification required
|
lord_nightrose
(Web Page)
|
I find it interesting that even though the upload queue is labelled as 'heavy', only 3 files have been approved in two weeks.
|
|
31 January 2002, 14:58 GMT
|
|
1 2 3 4 5
You can change the number of comments per page in Account Preferences.
|