Subscribe to News

IMSUsers-Register - Web

Author : Jbuenol

From TechnologicalWiki

Jump to: navigation, search
IMSUsers-RegisterPlatformWebLinkDocumentationSourceDevelopers
Web    Server    

Registering a User

Form Section

This is a web form which allows to the user create an SIP user on the platform through the form. Three fields have to be filled:

  • id - It represents the unique ID for the user (Public - sip:<id>@vodafone.com & Private <id>@vodafone.com profile).
  • password - It represents the password used to authorize the accesss to the IMS Network.
  • tel-number - It represents the user phone number.

Captcha Section

The security access is very important in the platform, because of Bots which could attack the platform to create accounts indiscriminately. The platform has a little captchas module embeded in the code, with a clear target, to prevent these attacks. This module shows to the user an image on the browser which has written a secuence of letters. The user must then write them in a text box in addition to other fields. Then, the server checks the response to know if it must allow the user creation or not. This is a very customizable module, allowing the developer to change the style of CAPTCHAS easily.

Unregistering a User

This is a web form which allows to the user remove a SIP user on the platform through the form. Two fields have to be filled:

  • id - It represents the unique ID for the user (Public - sip:<id>@vodafone.com & Private <id>@vodafone.com profile).
  • password - It represents the password used to authorize the accesss to the IMS Network.
Main Collaborators