Skip to content
This repository was archived by the owner on May 27, 2019. It is now read-only.

Commit 62bda2a

Browse files
authored
Mention the support for OTP (fixes #263)
1 parent 9c85c6b commit 62bda2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ Click or select the entry that you want to submit, and the login form will be fi
144144

145145
If the login button is found, it will be focused so that you can just hit <kbd>Enter</kbd> to submit the form. If you enable `Automatically submit forms after filling` in the options, the login button will be pressed instead.
146146

147+
If your password entry has OTP configuration, browserpass will use it at this point to display the code.
148+
147149
### Navigating the entries
148150

149151
Navigate through the list of available credentials with <kbd>Tab</kbd> and <kbd>Shift+Tab</kbd> or with arrow keys.
@@ -234,6 +236,10 @@ And finally restart your browser.
234236

235237
If you still experience the issue, try starting your browser from terminal. If this helps, the issue is likely due to the absence of `/usr/local/bin/gpg`, follow the steps above to make sure it exists.
236238

239+
### How to configure OTP?
240+
241+
The easiest way to add OTP in your password entries is to use [pass-otp](https://github.com/tadfisher/pass-otp). You don't have to configure anything extra, browserpass will automatically detect if an OTP is configured and show you the code after filling the form.
242+
237243
## Contributing
238244

239245
Check out [Contributing](CONTRIBUTING.md) for details on how to build browser extension and host app from sources, and how to load browserpass as an unpacked extension into your browser.

0 commit comments

Comments
 (0)