diff --git a/docs/images/keycloak_account.png b/docs/images/keycloak_account.png deleted file mode 100644 index bb59a64..0000000 Binary files a/docs/images/keycloak_account.png and /dev/null differ diff --git a/docs/images/profile.png b/docs/images/profile.png new file mode 100644 index 0000000..8d7624d Binary files /dev/null and b/docs/images/profile.png differ diff --git a/docs/images/registration.png b/docs/images/registration.png index d2fc7c5..a37bd45 100644 Binary files a/docs/images/registration.png and b/docs/images/registration.png differ diff --git a/docs/new_user.md b/docs/new_user.md index b96d170..f75f58b 100644 --- a/docs/new_user.md +++ b/docs/new_user.md @@ -5,18 +5,15 @@ hide: # New User Registration -New users should register through -[https://user-management.icecube.aq/register](https://user-management.icecube.aq/register). +New users should register through a link provided by their institution lead. Here is an example of the registration page: ![registration](images/registration.png) -Most fields are explanatory. The Author List Name should be filled in -if you should appear on the author list, but can be ignored. -The email address should be an external email account (maybe your local -institution account) that can receive password resets and other -account-oriented emails. +Most fields are explanatory. The email address should be an external +email account (maybe your local institution account) that can receive +password resets and other account-oriented emails. ## Upcoming Actions diff --git a/docs/user_profile.md b/docs/user_profile.md index e1d62d5..598509e 100644 --- a/docs/user_profile.md +++ b/docs/user_profile.md @@ -6,14 +6,10 @@ hide: # User Profile Basic information about a user, such as their name and external email address, -can be edited by going to your -[Keycloak Account](https://keycloak.icecube.wisc.edu/auth/realms/IceCube/account/). - -[![account](images/keycloak_account.png)](https://keycloak.icecube.wisc.edu/auth/realms/IceCube/account/) - ---- - -For institution and group information, go to the +can be edited by going to your profile in the [User Management](user-management.icecube.aq/) web application. +Institution and group information is available at the same link. + +Here is an example of the profile page: -[![profile](images/profile_all.png)](user-management.icecube.aq/) +![profile](images/profile.png) diff --git a/requirements.txt b/requirements.txt index 04c702d..fef8897 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pyjwt[crypto]==2.4.0 # via # wipac-keycloak-rest-services # wipac-rest-tools -pymongo==4.1.1 +pymongo==4.2.0 # via motor requests==2.28.1 # via diff --git a/user_mgmt/static/routes/home.js b/user_mgmt/static/routes/home.js index 23f73e0..18c6f6b 100644 --- a/user_mgmt/static/routes/home.js +++ b/user_mgmt/static/routes/home.js @@ -411,7 +411,6 @@ export default {
Existing users should
New users should