From Fedora Project Wiki

(Add bad-password test)
No edit summary
Line 10: Line 10:
# Log out and then log in again with the new password.
# Log out and then log in again with the new password.
# Try entering mismatched passwords.
# Try entering mismatched passwords.
# 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 or inappropriate.
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 07:18, 10 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. 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.