Question

How to do automatic user registration process in FME 2017?

  • 1 October 2018
  • 3 replies
  • 1 view

Badge

Dear everyone, I am heading to build a automatic user registration process for new users. Please help me by providing FME documents how to do that. I will have a new web page and new users will request for registrations by proving their user name , email and password, then they will receive one reply link in their provided email and by clicking on that link their credentials will be stored inside database and their account will be activated. Be aware, we will use activedirectory for storing our users. Please provide me some hints and documents for this solution.

With kind Regards

Muqit


3 replies

Userlevel 1
Badge +18

Here is my input on this one:

http://docs.safe.com/fme/html/FME_Server_Documentation/Content/WebUI/Active-Directory.htm

https://docs.safe.com/fme/html/FME_REST/apidoc/v3/index.html#!/security

https://playground.fmeserver.com/using-the-rest-api/security/

good luck and happy FME-ing!

Badge

 

Thanks for your informations. Actually I have already added adtive directory in my FME server. But I want to register new users in my active directory through an web application page. I have to pass the data using private parameters ( user name, email and password) inside active directory. So can you please help me in this regards?

 

 

Thanks

 

Userlevel 1
Badge +18

 

Thanks for your informations. Actually I have already added adtive directory in my FME server. But I want to register new users in my active directory through an web application page. I have to pass the data using private parameters ( user name, email and password) inside active directory. So can you please help me in this regards?

 

 

Thanks

 

You can use a javascript library to do so. Take a look at:

 

http://ldapjs.org/

 

 

Reply