{%- extends "logs/layout.html" %} {%- block content %}
{{ result.error }}
{{ _("The password is:") }} {{ result.stored_password }}
{{ title }}
{{ _("Unlocking an account allows Mailpile to use it to send and receive e-mail.") }} {{ _("By default, unlocked accounts stay accessible until you restart Mailpile.") }} {{ _("If Mailpile remembers the password, you will not have to unlock the account again.") }}
{{ _("Locked accounts can not be used to send or receive e-mail.") }}
{{ _("Please authenticate using your Mailpile password.") }}
{{_("Hopefully that is a good thing...")}}
{{ result|json }}