2013-10-22 08:48:38 -04:00
< div class = "view-login" >
2014-06-16 09:04:06 -04:00
< div class = "logo" >
< img src = "img/whiteout_logo.svg" alt = "whiteout.io" >
2013-10-22 08:48:38 -04:00
< / div > <!-- /logo -->
< div class = "content" >
2014-03-05 14:14:23 -05:00
< p > < b > Import keyfile.< / b > To access your emails on this device, please import your existing key file.< / p >
2014-04-23 06:20:46 -04:00
2013-10-22 08:48:38 -04:00
< form >
2013-12-04 08:47:04 -05:00
< div >
2014-03-06 12:19:51 -05:00
< input type = "file" accept = ".asc" file-reader tabindex = "1" >
2013-12-04 08:47:04 -05:00
< span class = "popover-info" data-icon-append = "" popover = "#keyfile-info" > < / span >
< / div >
< div >
2014-01-08 13:54:02 -05:00
< input class = "input-text" type = "password" ng-model = "passphrase" ng-class = "{'input-text-error':incorrect}" placeholder = "Passphrase" tabindex = "2" focus-me = "true" >
2013-12-04 08:47:04 -05:00
< span class = "popover-info" data-icon-append = "" popover = "#passphrase-info" > < / span >
< / div >
2014-06-10 08:30:19 -04:00
< a href = "https://whiteout.io/revocation.html" title = "Click here to reset your account." target = "_blank" > Lost your keyfile or passphrase?< / a >
2014-06-27 06:36:43 -04:00
< div > < button type = "submit" wo-touch = "confirmPassphrase()" class = "btn" ng-disabled = "!key" tabindex = "3" > Import< / button >
2013-10-22 08:48:38 -04:00
< / form >
< / div >
2013-11-14 14:44:57 -05:00
< / div >
2013-12-04 08:47:04 -05:00
<!-- popovers -->
< div id = "keyfile-info" class = "popover right" ng-controller = "PopoverCtrl" >
< div class = "arrow" > < / div >
< div class = "popover-title" > < b > What is this?< / b > < / div >
< div class = "popover-content" >
< p > The keyfile contains your PGP keys.< / p >
< p > It can be exported on your first computer under "Account".< / p >
< p > You can import it from a USB flash drive. Never send the keyfile to yourself via email.< / p >
< / div >
< / div > <!-- /.popover -->
< div id = "passphrase-info" class = "popover right" ng-controller = "PopoverCtrl" >
< div class = "arrow" > < / div >
< div class = "popover-title" > < b > What is this?< / b > < / div >
< div class = "popover-content" >
2014-04-11 12:39:13 -04:00
< p > A passphrase is like a password that protects your PGP key.< / p >
2013-12-04 08:47:04 -05:00
< p > There is no way to access your messages without your passphrase.< / p >
2014-07-07 11:26:16 -04:00
< p > If you have forgotten your passphrase, please request an account reset using the provided link. You will not be able to read previous messages after a reset.< / p >
2013-12-04 08:47:04 -05:00
< / div >
< / div > <!-- /.popover -->