Register Page. Phone field

Hi all,

When a user receives an invitation and accesses through the link, it asks for the phone number.

If it is added without prefix, it directly adds a “+1”, and the phone numbers are saved incorrectly.

  • Does anyone know what rule or transformation is being used and where it is?

or

  • Is there any way to modify that page (register) to add a comment and have the user add their country prefix?

Thanks.
Regards.

Hi Barbara,

As far as I know, we can’t change the default settings. The better way to overcome this issue is to use prefix always.

Thanks

Hi @bblanco ,
I think by default the message gets displayed whenever we start to type a number…

Also here’s documentation for the transform you are looking for you’ll have to add it by API I guess.

image

Hi @703hardik,

Yes, this message appears but if I save the number without prefix, it is stored with “+1” even if the message has another prefix.

I tried to change this Transform and it won’t let me because it is internal.

  • Postman: error 400. “Illegal attempt to modify transform of type internal”
  • VSC: Request failed with status code 400

If I create a transform, where do I assign it when I read it from the register form?

Regards.

Hi Barbara,
This document would be helpful for you :Inviting Users to Register - SailPoint Identity Services
I think we can’t change the default settings ,but we can customise few option in registration page which are given in the above document.
Thanks!!