Couple of questions around the UI/Front End #920
-
Hi,
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
ikatsardis
Feb 22, 2023
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cboneti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Frank!
The OFE also comes with a admin panel that enables the administration tasks. This can be found at https://YOUR_DEPLOYMENT_IP_OR_DNS/admin . There are currently 2 ways an admin can add a new user:
Option 1 (Add the user directly): In this case the admin goes to https://YOUR_DEPLOYMENT_IP_OR_DNS/admin/ghpcfe/user/ and clicks the ADD USER icon, the next screen allows you to define a username and password. Once that is done anyone with those credentials can login to the OFE site. Admins can also go to the user's details and add the full name and email associated with it, along with any added permissions they want to give the user.
Option 2 -Preferred- (Enable the user to register…