Skip to content

Commit

Permalink
Added note to README about password strength meter.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3333 committed Mar 25, 2022
1 parent 344f533 commit 7e1a56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ The only purpose is to allow a user to change its samba password using a webbrow

When a user needs to change his password, sysadmin will create a token, the token will generate a URL that the user will access to change its password. Done.

## Password Strength

We use [`zxcvbn`](https://github.com/dropbox/zxcvbn) as password strength meter.

## Securing

You _MUST_ use this app over a SSL connection, otherwise, your user's password can be sniffed. You can run the embedded webserver using SSL, you just need to provide the certificate file(`--ssl-cert CERT_FILE`) and private key(`--ssl-key KEY_FILE`) with the flag `--ssl`.
Expand Down

0 comments on commit 7e1a56c

Please sign in to comment.