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
- Try to log in as "root" but use a wrong password.
- Log in as "root" with the right password.
- Change the root password via the menu in the top right corner.
- Log out and then log in again with the new password.
- 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.
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.