[
https://issues.apache.org/jira/browse/AIRAVATA-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16257530#comment-16257530
]
Marcus Christie commented on AIRAVATA-2571:
-------------------------------------------
A couple pointers:
* The columns dsplayed in the Users list are obtained from
[Keycloak.listUsers()|https://github.com/apache/airavata-php-gateway/blob/develop/app/libraries/Keycloak/Keycloak.php#L258].
I think the "emailVerified" field is already in the response back from
Keycloak.
* See http://www.keycloak.org/docs-api/2.5/rest-api/index.html#_get_users_2 for
Keycloak REST API documentation
* The list of users, when filtered by role, is implemented by the Airavata
backend. The backend code would need to be modified to return emailVerified.
* Also let's disable the *Check All Roles* button when email isn't verified.
The email should be verified first before roles can be assigned.
> Have 'email verified' appear in Admin dashboard -->Users
> --------------------------------------------------------
>
> Key: AIRAVATA-2571
> URL: https://issues.apache.org/jira/browse/AIRAVATA-2571
> Project: Airavata
> Issue Type: New Feature
> Components: PGA PHP Web Gateway
> Affects Versions: 0.18
> Reporter: Eroma
> Assignee: Neeraj Lad
> Fix For: 0.18
>
>
> Currently in Admin Dashboard --> Users all the users are listed. We could see
> the username and can search using username, first name, last name and email.
> The new requirement is to have email verified also appear for each user. This
> helps gateway admins to troubleshoot when users inform gateway access issues.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)