<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>idiots &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/idiots/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Tue, 29 Apr 2025 07:28:54 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>idiots &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[How *not* to do a password change page]]></title>
		<link>https://shkspr.mobi/blog/2016/07/how-not-to-do-a-password-change-page/</link>
					<comments>https://shkspr.mobi/blog/2016/07/how-not-to-do-a-password-change-page/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 10 Jul 2016 09:34:26 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[idiots]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=23044</guid>

					<description><![CDATA[We&#039;ve all been faced with this screen, right?  You haven&#039;t logged in to a website for a while, so it prompts you to change your password.    sigh Annoying but probably necessary.  The problem was, every time I tried to change my password, it told me that my old password was invalid.  The one that I&#039;d just used to log in.  I use the incredible LastPass Password Manager - so I knew I wasn&#039;t typing…]]></description>
										<content:encoded><![CDATA[<p>We've all been faced with this screen, right?  You haven't logged in to a website for a while, so it prompts you to change your password.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2016/07/Screenshot-of-A-Change-Password-field.-It-lists-various-restrictions-but-nothing-about-a-maximum-length.png" alt="Screenshot of A Change Password field. It lists various restrictions - but nothing about a maximum length" width="790" height="511" class="aligncenter size-full wp-image-23050">

<p><em>sigh</em> Annoying but probably necessary.</p>

<p>The problem was, every time I tried to change my password, it told me that my <em>old</em> password was invalid.  The one that I'd just used to log in.  I use the <a href="https://lastpass.com/">incredible LastPass Password Manager</a> - so I knew I wasn't typing it incorrectly.</p>

<p>It took a few tries, but I finally figured out what was going wrong.  When I'd set up the account, LastPass had generated a secure 32 character password.  But the "old password" field had artificially restricted passwords to a maximum of 20 characters.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2016/07/Screenshot-of-HTML-source-code-showing-that-the-input-maxlength-is-set-to-20-fs8.png" alt="Screenshot of HTML source code showing that the input maxlength is set to 20-fs8" width="542" height="121" class="aligncenter size-full wp-image-23046">

<p>Well, that's easy enough to change! Crack open Firefox's Inspect Element tool, change the <code>maxlength</code> value, and submit again.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2016/07/Screenshot-of-A-Change-Password-field.-An-error-message-says-ensure-this-value-has-at-most-20-characters-it-has-32-fs8.png" alt="Screenshot of A Change Password field. An error message says ensure this value has at most 20 characters it has 32)-fs8" width="661" height="139" class="aligncenter size-full wp-image-23049">

<p>What <em>utter</em> cockwombles.</p>

<p>Can you see any mention of a maximum length in the password rules? Minimum, sure, but no max.</p>

<p>Naturally, this 20 character restriction isn't enforced on the login page.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2016/07/Screenshot-of-HTML-source-showing-now-password-length-restrictions-on-login-fs8.png" alt="Screenshot of HTML source showing now password length restrictions on login-fs8" width="514" height="434" class="aligncenter size-full wp-image-23045">

<p>Take a bow, "Willis Towers Watson", your web developers are actively making the world a worse place.  I'd ring you up to complain, but naturally you're closed on a Sunday.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=23044&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2016/07/how-not-to-do-a-password-change-page/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[SouthWest Trains' Silly Twitter Mistake]]></title>
		<link>https://shkspr.mobi/blog/2012/01/soutwest-trains-twitter-mistake/</link>
					<comments>https://shkspr.mobi/blog/2012/01/soutwest-trains-twitter-mistake/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 07:30:56 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[idiots]]></category>
		<category><![CDATA[southwest trains]]></category>
		<category><![CDATA[sw_trains]]></category>
		<category><![CDATA[trains]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=5176</guid>

					<description><![CDATA[An amusing mistake spotted by my wife on her way to work.  SouthWest Trains are trying to promote their Twitter service - @SW_Trains - via their LED message boards.    Looks like the displays don&#039;t understand the underscore character.  I wonder if anyone tested this before it went live?  You can watch the full video   …]]></description>
										<content:encoded><![CDATA[<p>An amusing mistake spotted by my wife on her way to work.  SouthWest Trains are trying to promote their Twitter service - @SW_Trains - via their LED message boards.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/01/SW-Trains-Twitter-Mistake.jpg" alt="SW Trains Twitter Mistake" title="SW Trains Twitter Mistake" width="311" height="78" class="size-full wp-image-5177">

<p>Looks like the displays don't understand the underscore character.  I wonder if anyone tested this before it went live?</p>

<p>You can <a href="http://www.youtube.com/watch?v=EoHhwPZsWI0">watch the full video</a></p>

<iframe title="SouthWest Trains Twitter Mistake" width="620" height="349" src="https://www.youtube.com/embed/EoHhwPZsWI0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=5176&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/01/soutwest-trains-twitter-mistake/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Dear Nokia...]]></title>
		<link>https://shkspr.mobi/blog/2011/04/dear-nokia/</link>
					<comments>https://shkspr.mobi/blog/2011/04/dear-nokia/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 10:53:08 +0000</pubDate>
				<category><![CDATA[badvertising]]></category>
		<category><![CDATA[advert]]></category>
		<category><![CDATA[e7]]></category>
		<category><![CDATA[idiots]]></category>
		<category><![CDATA[nokia]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=4015</guid>

					<description><![CDATA[Nokia&#039;s marketing team are idiots.  They&#039;ve used URL over which they have no control on an advert for one of their premium handsets.  This is the story of how I hijacked stole hacked recycled it and, in doing so, prevented Nokia from having a serious PR problem.  E7 Poster  This is advert for the new Nokia E7.  It really emphasises the tweeting capabilities of the handset.   Nokia&#039;s marketing…]]></description>
										<content:encoded><![CDATA[<p>Nokia's marketing team are idiots.  They've used URL over which they have no control on an advert for one of their premium handsets.</p>

<p>This is the story of how I <del datetime="2011-04-29T08:46:02+00:00">hijacked</del> <del datetime="2011-04-29T08:46:02+00:00">stole</del> <del datetime="2011-04-29T08:46:02+00:00">hacked</del> <em>recycled</em> it and, in doing so, prevented Nokia from having a serious PR problem.</p>

<h2 id="e7-poster"><a href="https://shkspr.mobi/blog/2011/04/dear-nokia/#e7-poster">E7 Poster</a></h2>

<p>This is advert for the new Nokia E7.  It really emphasises the tweeting capabilities of the handset.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Nokia-E7-Poster.jpg" alt="Nokia E7 Poster" title="Nokia E7 Poster" width="600" height="450" class="aligncenter size-full wp-image-4018"></p>

<p>Nokia's marketing team have illustrated this by showing off a couple of tweets on the handset.  One of which contains a Bit.ly short URL.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Nokia-Tweet-300x248.jpg" alt="Nokia Tweet" title="Nokia Tweet" width="300" height="248" class="aligncenter size-medium wp-image-4017"></p>

<p>Here's the close up...  it points to <a href="http://bit.ly/CYRWP">http://bit.ly/CYRWP</a>
<a href="http://bit.ly/CYRWP"><img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/Nokia-Bitly.jpg" alt="Nokia Bitly" title="Nokia Bitly" width="319" height="84" class="aligncenter size-full wp-image-4016"></a></p>

<p>Being the curious chap that I am, I thought "Ooooh! I wonder where that'll take me? To some awesome Nokia competition page perhaps?"</p>

<p>So I typed it into my phone.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2011/04/bit.ly-404-page.jpg" alt="bit.ly 404 page" title="bit.ly 404 page" width="300" height="348" class="aligncenter size-full wp-image-4019">
Yup - the idiots in Nokia's marketing team <strong>didn't register the bit.ly link!</strong></p>

<p>So, it was a simple matter for me to pop over to bit.ly, create a short URL pointing to this site, then customise it to say CYRWP.</p>

<h2 id="malicious-use"><a href="https://shkspr.mobi/blog/2011/04/dear-nokia/#malicious-use">Malicious Use</a></h2>

<p>If I were a scallywag, I'd have pointed the URL to an Android website, or perhaps one of the <a href="https://www.cnet.com/reviews/nokia-e7-review/">less-than-stellar E7 reviews</a>.</p>

<p>If I were nasty, I'd have pointed it to a malware page.</p>

<p>If I were a criminal genius (which I am not) I would have pointed it to a page which asked for credit-card number, email addresses, phone numbers, etc of people intetersted in buying / winning the handset.</p>

<p>I'm closer to scallywag than evil mastermind - so I pointed the URL to this blog post.  Hopefully this page will serve as a reminder to Nokia's marketing team that you should....</p>

<h1 id="always-check-urls-before-printing-them-on-an-advert"><a href="https://shkspr.mobi/blog/2011/04/dear-nokia/#always-check-urls-before-printing-them-on-an-advert">Always check URLs before printing them on an advert!</a></h1>

<h2 id="bootnote"><a href="https://shkspr.mobi/blog/2011/04/dear-nokia/#bootnote">Bootnote</a></h2>

<p>Two other interesting things to note.</p>

<ul>
<li>The #hashtag in the pictured tweet isn't hyperlinked. Tsk</li>
<li>The URL "CYRWP" is an anagram of "CRY WP".  Are the Nokians in floods of tears over the death of Symbian and the coming rise of Windows Phone 7?</li>
</ul>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=4015&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2011/04/dear-nokia/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
