Skip to content

Commit

Permalink
deploy: e97ab8a
Browse files Browse the repository at this point in the history
  • Loading branch information
simevidas committed Jan 28, 2024
1 parent 541ba4c commit 0a2b243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>Websites shouldn’t reject passwords generated by browsers</h1>
<p><time datetime="2024-01-28">January 28, 2024</time></p>
<p>When I decided to get the domain šime.eu for my blog, I had to find a domain name registrar that supports .eu domains. My first choice was <a href="https://www.netim.com/">Netim</a> (I forgot why). I added my order for šime.eu to the cart, and the next step was to create an account. My browser, Firefox, offered to generate a secure password, which I of course accepted, but when I tried to submit the form, the website showed the error message “The password provided is invalid”.</p>
<figure>
<img src="/media/firefox-password-invalid.jpg" alt="Netim. Create your account. Your password should have at least one symbol. The password provided is invalid.">
<img src="/media/firefox-password-invalid.jpg" width="1772" height="997" alt="Netim. Create your account. Your password should have at least one symbol. The password provided is invalid.">
</figure>
<p>I was confused. According to the tooltip, the password meets all the requirements. It even says that it’s a strong password. So what’s the problem? I didn’t have the patience to figure out the reason, but it turns out that when Netim says “at least one symbol”, they don’t mean any symbol; they mean one of the 13 supported symbols that are listed in the tooltip. I’ll leave it to you to figure out which symbol in the password generated by Firefox is not supported. What a fun game, huh?</p>
<p>I <a href="https://twitter.com/simevidas/status/1749548143975248010">reported</a> this issue to Netim, and they said that they asked their dev team to add more characters to the list. They should probably test their account creation form in every major browser, since different browsers use different algorithms for generating secure passwords. If I were an expert in this field, I could give you better advice on exactly which symbols to support (all of them?), but one thing seems clear to me: Websites should not reject passwords generated by browsers.</p>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<id>https://xn--ime-zza.eu/1/</id>
<content xml:lang="en" type="html">&lt;p&gt;When I decided to get the domain šime.eu for my blog, I had to find a domain name registrar that supports .eu domains. My first choice was &lt;a href=&quot;https://www.netim.com/&quot;&gt;Netim&lt;/a&gt; (I forgot why). I added my order for šime.eu to the cart, and the next step was to create an account. My browser, Firefox, offered to generate a secure password, which I of course accepted, but when I tried to submit the form, the website showed the error message “The password provided is invalid”.&lt;/p&gt;
&lt;figure&gt;
&lt;img src=&quot;https://xn--ime-zza.eu/media/firefox-password-invalid.jpg&quot; alt=&quot;Netim. Create your account. Your password should have at least one symbol. The password provided is invalid.&quot; /&gt;
&lt;img src=&quot;https://xn--ime-zza.eu/media/firefox-password-invalid.jpg&quot; width=&quot;1772&quot; height=&quot;997&quot; alt=&quot;Netim. Create your account. Your password should have at least one symbol. The password provided is invalid.&quot; /&gt;
&lt;/figure&gt;
&lt;p&gt;I was confused. According to the tooltip, the password meets all the requirements. It even says that it’s a strong password. So what’s the problem? I didn’t have the patience to figure out the reason, but it turns out that when Netim says “at least one symbol”, they don’t mean any symbol; they mean one of the 13 supported symbols that are listed in the tooltip. I’ll leave it to you to figure out which symbol in the password generated by Firefox is not supported. What a fun game, huh?&lt;/p&gt;
&lt;p&gt;I &lt;a href=&quot;https://twitter.com/simevidas/status/1749548143975248010&quot;&gt;reported&lt;/a&gt; this issue to Netim, and they said that they asked their dev team to add more characters to the list. They should probably test their account creation form in every major browser, since different browsers use different algorithms for generating secure passwords. If I were an expert in this field, I could give you better advice on exactly which symbols to support (all of them?), but one thing seems clear to me: Websites should not reject passwords generated by browsers.&lt;/p&gt;
Expand Down

0 comments on commit 0a2b243

Please sign in to comment.