[ 
https://issues.apache.org/jira/browse/AIRAVATA-2571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16289837#comment-16289837
 ] 

Marcus Christie commented on AIRAVATA-2571:
-------------------------------------------

Just to document, I'm mapping the Keycloak user enabled flag to the UserProfile 
State field with value CONFIRMED. If not enabled then the State field is 
PENDING_CONFIRMATION.

{code}
        if (userRepresentation.isEnabled()) {
            profile.setState(Status.CONFIRMED);
        } else {
            profile.setState(Status.PENDING_CONFIRMATION);
        }
{code}

> 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)

Reply via email to