12-01-2019, 01:10 PM
The URL has to contain a unique string so that you can be identified correctly by the forum software. Without it, a hacker could reset anyone's password.
When you look at a URL, anything that appears after the question mark is actually instructions or data for the forum software to process. Looking at the URL I see now, I see "showthread.php?tid=7284". Of that, "showthread.php" is a file on the server, "tid" means "thread id", and "7284" is the number that identifies this thread. If you changed the number for another one at random, you might see a different thread entirely (or an error message to say that the thread does not exist). The file "showthread.php" is part of the forum software - it looks at the number given, and queries the database ("Give me all the posts that have this thread ID"). The database replies with all the posts, and then showthread.php will surround the raw text of the posts with the requisite HTML so that your browser can display it.
There - you asked for it!
Regarding your problems with copy and paste, I would urge you - and I mean this respectfully - to try and overcome them. Copy and paste is so fundamental to using a computer that I'm actually slightly surprised that you're able to do the things you do without it. It's as basic as putting a tea bag and milk into a cup of tea. Well actually, for many years now, I've drunk hot water in preference to tea, but you see my point
If nothing else, there might be computer classes nearby - perhaps in a local library or similar - that would help. You'd understand straight away if someone sat down with you and showed you what to do. And then, you'll wonder how you ever managed before. Copying and pasting a URL from an email to a web browser takes literally 2 or 3 seconds. There are several ways to copy and paste, so at least one of them should be easy for you to understand and remember.
Finally, regarding case-sensitive passwords, that is completely standard. I have never come across a system that allows you to have a password that is not case-sensitive. That is just how the password encryption works - if you type a capital version of a letter that was lower-case when you entered the password originally, then it simply won't work. I would be staggered if government sites were any different. It would involve some horrible software bodges to make it work any other way.
It's been a while since I've tried it, so remind myself of the procedure, I have just gone through the password reset routine on my test account.
First, I received an email. This email contained a link that I simply clicked on. No copy/paste needed. However, sometime email software can make a mess of long links. So as a backup, the email includes a second, much simpler link. For that to work, you need to manually copy and paste the activation code that is given into the page.
Here is the email (note the scrollbar):
You'll see that I've redacted the username and user ID and changed the activation code (not that it matters, as it's a one-time-use code).
Having clicked on the first link, I was taken to a page that told me that my password has been reset, and details would be emailed to me. Sure enough, this arrived:
Obviously the password is randomly machine-generated so that it can't be guessed. I simply copy and pasted it into the logon form, but as it's only 8 characters, typing it manually would not have been difficult.
Of course, I have changed the password since, as the email advises. Upon doing that, I received this email:
Having done that, I have logged out and back in again, and all is well.
Note that my experience is at odds with yours - at no point did I see a message about case-sensitive passwords, and I entered a new password that was all lower-case, and the system did not object to that. So I don't understand where your comment comes from. Perhaps when you tried to enter the automatically generated password that was emailed to you?
Either way, passwords are case sensitive, and that's not going to change. Try capitalising one or more characters of your password when next logging on at UKVRRR and see how far that gets you!
Anyway, having spent an hour or so on this reply, making sure the password reset routines are working as they should along the way, I'll end by saying "Welcome back"!
Mark
When you look at a URL, anything that appears after the question mark is actually instructions or data for the forum software to process. Looking at the URL I see now, I see "showthread.php?tid=7284". Of that, "showthread.php" is a file on the server, "tid" means "thread id", and "7284" is the number that identifies this thread. If you changed the number for another one at random, you might see a different thread entirely (or an error message to say that the thread does not exist). The file "showthread.php" is part of the forum software - it looks at the number given, and queries the database ("Give me all the posts that have this thread ID"). The database replies with all the posts, and then showthread.php will surround the raw text of the posts with the requisite HTML so that your browser can display it.
There - you asked for it!
Regarding your problems with copy and paste, I would urge you - and I mean this respectfully - to try and overcome them. Copy and paste is so fundamental to using a computer that I'm actually slightly surprised that you're able to do the things you do without it. It's as basic as putting a tea bag and milk into a cup of tea. Well actually, for many years now, I've drunk hot water in preference to tea, but you see my point
If nothing else, there might be computer classes nearby - perhaps in a local library or similar - that would help. You'd understand straight away if someone sat down with you and showed you what to do. And then, you'll wonder how you ever managed before. Copying and pasting a URL from an email to a web browser takes literally 2 or 3 seconds. There are several ways to copy and paste, so at least one of them should be easy for you to understand and remember.Finally, regarding case-sensitive passwords, that is completely standard. I have never come across a system that allows you to have a password that is not case-sensitive. That is just how the password encryption works - if you type a capital version of a letter that was lower-case when you entered the password originally, then it simply won't work. I would be staggered if government sites were any different. It would involve some horrible software bodges to make it work any other way.
It's been a while since I've tried it, so remind myself of the procedure, I have just gone through the password reset routine on my test account.
First, I received an email. This email contained a link that I simply clicked on. No copy/paste needed. However, sometime email software can make a mess of long links. So as a backup, the email includes a second, much simpler link. For that to work, you need to manually copy and paste the activation code that is given into the page.
Here is the email (note the scrollbar):
Code:
<username>,
To complete the phase of resetting your account password at Golborne Vintage Radio, you will need to go to the URL below in your web browser.
https://golbornevintageradio.co.uk/forum/member.php?action=resetpassword&uid=<userid>&code=50MarkWasHereLwwudW0BIREfA581d
If the above link does not work correctly, go to
https://golbornevintageradio.co.uk/forum/member.php?action=resetpassword
You will need to enter the following:
Username: <username>
Activation Code: 50MarkWasHereLwwudW0BIREfA581d
Thank you,
Golborne Vintage Radio StaffYou'll see that I've redacted the username and user ID and changed the activation code (not that it matters, as it's a one-time-use code).
Having clicked on the first link, I was taken to a page that told me that my password has been reset, and details would be emailed to me. Sure enough, this arrived:
Code:
<username>,
Your password at Golborne Vintage Radio has been reset.
Your new password is: 3fDx4ojy
You will need this password to login to the forums, once you login you should change it by going to your User Control Panel.
Thank you,
Golborne Vintage Radio StaffObviously the password is randomly machine-generated so that it can't be guessed. I simply copy and pasted it into the logon form, but as it's only 8 characters, typing it manually would not have been difficult.
Of course, I have changed the password since, as the email advises. Upon doing that, I received this email:
Code:
<username>,
You are receiving this email because you, or someone with access to your password, recently changed your account password.
Username: <username>
Email address: <redacted for obvious reasons>
If you did not request this change, please get in touch with an Administrator.
Thank you,
Golborne Vintage Radio Staff
https://golbornevintageradio.co.uk/forumHaving done that, I have logged out and back in again, and all is well.
Note that my experience is at odds with yours - at no point did I see a message about case-sensitive passwords, and I entered a new password that was all lower-case, and the system did not object to that. So I don't understand where your comment comes from. Perhaps when you tried to enter the automatically generated password that was emailed to you?
Either way, passwords are case sensitive, and that's not going to change. Try capitalising one or more characters of your password when next logging on at UKVRRR and see how far that gets you!
Anyway, having spent an hour or so on this reply, making sure the password reset routines are working as they should along the way, I'll end by saying "Welcome back"!
Mark







