You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/10/06 13:42:00 UTC

[jira] [Commented] (AIRAVATA-3468) Check if profile is complete and require completion before creating Airavata user profile

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

ASF subversion and git services commented on AIRAVATA-3468:
-----------------------------------------------------------

Commit 8648a4c1143b99e0009788ca44feb69d5b6c1983 in airavata-django-portal's branch refs/heads/AIRAVATA-3319-handle-missing-name-and-email-attributes-from-cilo from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata-django-portal.git;h=8648a4c ]

AIRAVATA-3468 Add link for navigating back to the dashboard


> Check if profile is complete and require completion before creating Airavata user profile
> -----------------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-3468
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3468
>             Project: Airavata
>          Issue Type: Sub-task
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> Check if
> - username only contains alphanumeric characters and underscore, hyphen and period: {{[a-zA-Z0-9_-.]+}}
> - first name is provided
> - last name is provided
> - email is provided and validated
> If any of these are missing or invalid then the user record is flagged as invalid and the user isn't able to proceed. API calls are blocked including creating the Airavata user profile since we want to make sure the username is correct before doing so.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)