mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 00:29:50 +01:00
891 B
891 B
Test 1-11 - Admin User update password (DB Mode)
Purpose:
To verify that the admin user can update password.
References:
User guide
Environment:
- This test requires that a Harbor instance is running and available.
- Harbor is set to authenticate against a local database. ( auth_mode is set to db_auth .) The user data is stored in a local database.
- A linux host with Docker CLI installed (Docker client).
Test Steps:
- The admin user logs in to the UI by username.
- The admin user changes his/her own password.
- The admin user logs out.
- The admin user logs in to the UI by email using the new password.
- The admin user can log in using
docker login
command using the new password.
Expected Outcome:
- Password can be changed in Step 2.
- User can log in using new password in Step 4.
Possible Problems:
None