Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #122 from kkacin/master
Browse files Browse the repository at this point in the history
Added Password Complexity
  • Loading branch information
kkacin committed Oct 19, 2015
2 parents 359ff04 + c63d843 commit 8f76dba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doculab/docs/password-requirements.textile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
When filling out the password, there will be a feedback indicator under the password field that indicates whether the password is strong enough or not. When the indicator is green (showing 'Strong' or 'Great') the password should be accepted.

Please note that there are some things that can cause it to fail such as:

* Uses common dictionary words, even if letters are replaced with numbers/characters. e.g. “p@s$W0RD”.
* Includes part of the username/email/company name in the password, even if the letters are replaced as mentioned above.
4 changes: 4 additions & 0 deletions doculab/meta/table_of_contents.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
page "TLS Upgrade Notice"
end

section "Security" do
page "Password Requirements"
end

section "Sites" do
page "Sites Intro", :permalink => "sites"
page "Settings"
Expand Down

0 comments on commit 8f76dba

Please sign in to comment.