0

Possible Duplicate:
How to set a short password on Ubuntu?

I was wondering why the developers of Ubuntu made stricter conditions for user passwords than before? My password has to contain letters and numbers, has to be minimum this length, maximum that length. It's quite annoying. And is there any way to bypass these requirements and set my user password to something easy such as 'foobar' ?

I'm sorry if this question was already answered but I couldn't find a specific solution.

Thank you in advance.

Enroy
  • 1
  • 1

1 Answers1

3

To decrease the minimum password length:

  1. Open the /etc/login.defs file in your preferred text editor as a root user.

  2. Change the PASS_MIN_LEN variable to the minimum number of characters for the password.

  3. Save and close the /etc/login.defs file.