mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-01 08:09:59 +01:00
931 B
931 B
Test 1-10 - Admin User update account settings (DB Mode)
Purpose:
To verify that the admin user can update his/her account settings.
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 UI.
- The user changes his/her account settings, including email, full name and comments.
- The user logs out.
- The admin user logs in again using new email, and verify the account settings had been changed.
Expected Outcome:
- Account settings can be changed in Step 2.
- User can log in using new email in Step 4 and the settings are the same as input in Step 2.
Possible Problems:
None