Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proxy] Implement password policy (configuration) #47

Closed
ruKurz opened this issue Sep 25, 2017 · 3 comments
Closed

[Proxy] Implement password policy (configuration) #47

ruKurz opened this issue Sep 25, 2017 · 3 comments

Comments

@ruKurz
Copy link

ruKurz commented Sep 25, 2017

The password must be chosen in such a way that it is difficult to guess and easy to remember. Passwords such as names, license plates, birth dates, words from dictionaries and other trivial passwords ("BBBBBB","123456", etc.) are not allowed.

The password must be at least eight characters long, if technically possible, and

at least one special character (a character containing
is neither a letter nor a number, for example

  • !"§$%&/ (){}[]?.,: -_#+*<>),
  • contain at least one digit (0-9), and
  • contain at least one capital letter and
@ruKurz
Copy link
Author

ruKurz commented Feb 22, 2018

A password history prevents at least the re-use of the last 5 passwords in case of password changes and forces a change of at least 5 characters compared to the last one.

@janrudolph
Copy link

see RocketChat#9857

@janrudolph janrudolph changed the title Implement password policy (configuration) [Proxy] Implement password policy (configuration) Mar 6, 2018
@mrsimpson
Copy link
Member

mrsimpson commented Apr 18, 2018

Cherry-pick RocketChat#9857

@mrsimpson mrsimpson added this to the 19.1 milestone Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants