mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-27 10:03:50 +08:00
Typos and improvements on the readme
This commit is contained in:
parent
75f541e2c9
commit
50b85491d9
1 changed files with 10 additions and 10 deletions
12
README.md
12
README.md
|
@ -9,13 +9,12 @@
|
|||
Passman is a full featured password manager.
|
||||
Features:
|
||||
- Vaults
|
||||
- Vault key is never send to the server
|
||||
- Import from different password managers
|
||||
- Vault key is never sent to the server
|
||||
- Credentials are stored with 256 bit AES
|
||||
- Ability to add custom fields to credentials
|
||||
- Build in One Time password generator
|
||||
- Built-in OTP(One Time Password) generator
|
||||
- Password analyzer
|
||||
- Share passwords
|
||||
- Share passwords internally and via link in a secure manner.
|
||||
- Import from various password managers:
|
||||
- KeePass
|
||||
- LastPass
|
||||
|
@ -30,8 +29,8 @@ Features:
|
|||
|
||||
|
||||
## Supported databases
|
||||
- Sql lite*
|
||||
- Mysql / MariaDB*
|
||||
- SQL Lite*
|
||||
- MySQL / MariaDB*
|
||||
|
||||
*Tested on travis
|
||||
|
||||
|
@ -66,6 +65,7 @@ Or if you're feeling lazy, create an issue, and we'll think about it.
|
|||
Passman uses a single `.js` file for the templates.
|
||||
`templates.js` is build width `grunt`.
|
||||
To watch for changes use `grunt watch`
|
||||
To run the unit tests install phpunit globally, and stup the envioronment variables on the `launch_phpunit.sh` script then just run that script any argumetns passed to this script will be forwarded to phpunit.
|
||||
|
||||
## Main developers
|
||||
- Brantje
|
||||
|
|
Loading…
Reference in a new issue