Use the identity manager.
[Sone.git] / src / main / resources / templates / include / importSone.html
1 <h1><%= Page.ImportSone.Page.Title|l10n|html></h1>
2
3 <form id="import-sone" action="importSone.html" method="post" enctype="mulitpart/form-data">
4         <input type="hidden" name="formPassword" value="<% formPassword|html>" />
5
6         <input type="file" name="sone-file" />
7
8         <button type="submit"><%= Page.ImportSone.Button.Import|l10n|html></button>
9
10 </form>