From Fedora Project Wiki

(Additional password-change tests)
(Add bad-password test)
Line 11: Line 11:
# Try entering mismatched passwords.
# Try entering mismatched passwords.
# Try reusing the current password.
# Try reusing the current password.
# Try setting a password that does not match system password policy, such as a one-character password.
# Change the password back, if you like.
# Change the password back, if you like.
|results=
|results=
Logging in with a wrong password should produce a clear error message. The user should be presented with a clear error when the password is mismatched.
Logging in with a wrong password should produce a clear error message. The user should be presented with a clear error when the password is mismatched or inappropriate.
}}
}}

Revision as of 14:22, 9 September 2014

Description

Log in to Cockpit and change the "root" password

Setup

Open Cockpit in your browser as described here.

How to test

  1. Try to log in as "root" but use a wrong password.
  2. Log in as "root" with the right password.
  3. Change the root password via the menu in the top right corner.
  4. Log out and then log in again with the new password.
  5. Try entering mismatched passwords.
  6. Try reusing the current password.
  7. Try setting a password that does not match system password policy, such as a one-character password.
  8. Change the password back, if you like.

Expected Results

Logging in with a wrong password should produce a clear error message. The user should be presented with a clear error when the password is mismatched or inappropriate.