[
https://issues.apache.org/jira/browse/AIRAVATA-3468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcus Christie updated AIRAVATA-3468:
--------------------------------------
Description:
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.
> 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
> 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)