<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="https://forum.yubico.com/feed.php?f=16&amp;t=90" />

<title>Yubico Forum</title>
<subtitle>...visit our web-store at</subtitle>
<link href="https://forum.yubico.com/index.php" />
<updated>2008-06-10T09:20:33+01:00</updated>

<author><name><![CDATA[Yubico Forum]]></name></author>
<id>https://forum.yubico.com/feed.php?f=16&amp;t=90</id>
<entry>
<author><name><![CDATA[Simon]]></name></author>
<updated>2008-06-10T09:20:33+01:00</updated>
<published>2008-06-10T09:20:33+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=90&amp;p=222#p222</id>
<link href="https://forum.yubico.com/viewtopic.php?t=90&amp;p=222#p222"/>
<title type="html"><![CDATA[Re: Cached OTPs in login form]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=90&amp;p=222#p222"><![CDATA[
The input type should not be 'yubikey', that would be an HTML error.  Here are the tricks I've used for the demo server:<br /><br />1) Auto-focus.  Label the form, and use this: <div class="quotetitle"><b>Quote:</b></div><div class="quotecontent"><br />&lt;body onLoad=&quot;document.login.key.focus();&quot;&gt;<br /></div><br /><br />2) Autocomplete off.  Passwords are typically remembered by the browser, which we don't want.  Add autocomplete=off to the input field.<br /><br />I think there was a third item to keep in mind, but I can't recall it now...<br /><br />Thus, the State of The Art Yubico-Compliant HTML input from page will look something like:<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&lt;html&gt;<br /> &lt;body onLoad=&quot;document.login.key.focus();&quot;&gt;<br />  &lt;form name=&quot;login&quot;&gt;<br />   &lt;input  autocomplete=&quot;off&quot; type=&quot;password&quot; name=&quot;yubikey&quot;&gt;<br />   &lt;input type=submit&gt;<br />  &lt;/form&gt;<br /> &lt;/body&gt;<br />&lt;/html&gt;<br /></div><br /><br />Of course, the auto-focus may not always be applicable.  On the forum, I think it would interfere with the forum auto-focus design.<br /><br />Hope this helps.<br /><br />/Simon<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=2">Simon</a> — Tue Jun 10, 2008 9:20 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[paul]]></name></author>
<updated>2008-06-10T08:08:42+01:00</updated>
<published>2008-06-10T08:08:42+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=90&amp;p=219#p219</id>
<link href="https://forum.yubico.com/viewtopic.php?t=90&amp;p=219#p219"/>
<title type="html"><![CDATA[Re: Cached OTPs in login form]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=90&amp;p=219#p219"><![CDATA[
Yes we need to improve the aesthetics in that part.<br /><br />IMHO a YubiKey is like an ATM card:<br /><br />[1] Insert it to the ATM or a service provider, it validates the token, knows who you are by linking the device ID to a user.<br /><br />[2] Then ask for your PIN<br /><br />The experience should be just like ATM to avoid any learning curves. But we are not doing it now since <br />Yubico's web designer just left Yubico for a &quot;real&quot; artistic design job.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=55">paul</a> — Tue Jun 10, 2008 8:08 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[jimbostyx]]></name></author>
<updated>2008-06-10T07:00:20+01:00</updated>
<published>2008-06-10T07:00:20+01:00</published>
<id>https://forum.yubico.com/viewtopic.php?t=90&amp;p=213#p213</id>
<link href="https://forum.yubico.com/viewtopic.php?t=90&amp;p=213#p213"/>
<title type="html"><![CDATA[Cached OTPs in login form]]></title>

<content type="html" xml:base="https://forum.yubico.com/viewtopic.php?t=90&amp;p=213#p213"><![CDATA[
On the login form of the server, the input type is specified as &quot;yubikey&quot;.  Is it necessary to use this instead of &quot;password&quot;?  Apart from being non-standard, it also gives you a long, ugly list of OTPs in your browser.<p>Statistics: Posted by <a href="https://forum.yubico.com/memberlist.php?mode=viewprofile&amp;u=132">jimbostyx</a> — Tue Jun 10, 2008 7:00 am</p><hr />
]]></content>
</entry>
</feed>