Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Add regexp pattern and explanation for the claimid username on the fr…
Browse files Browse the repository at this point in the history
…ont page
  • Loading branch information
joelpurra committed Dec 14, 2013
1 parent b4766cb commit 842fbd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Expand Up @@ -37,7 +37,7 @@ <h2>
</h2>
<form id="dump-form" action="/dump/" method="GET">
<label>ClaimID username
<input id="dump-username" name="username" type="text" required="required" autofocus="autofocus" title="Please fill out your username" />
<input id="dump-username" name="username" type="text" required="required" pattern="^[a-z0-9\-]{1,64}$" autofocus="autofocus" title="Please fill out your username (letters, numbers and dashes)" />
</label>
<button type="submit">
Extract groups, links and related data
Expand Down

0 comments on commit 842fbd3

Please sign in to comment.