Naming Convention For Developer Email Address

We would like to know if there are any restrictions on what special characters are allowed to be used in the developer email addresses (while creating the developers).

I know that we can use the "+", but are there any other special characters that are allowed ?

1 2 522
2 REPLIES 2

Hi @AMAR DEVEGOWDA,

Developer portal uses PHP's validate filters to validate email.

In general, this validates e-mail addresses against the syntax in RFC 822, with the exceptions that comments and whitespace folding and dotless domain names are not supported.

Please refer PHP manual here for more details.

If you want to add any sort of validations on any form fields you can use the "Field Validation" module of drupal.

Cheers!

What about the developers created via Management apis?