cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OTP (One Time Password) Functionality in Business Objects

Former Member
0 Likes
208

How can we implement OTP (One Time Password) functionality in Business Objects? Whenever user will try to login, a password will be sent to his/her mobile number.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185138
Participant
0 Likes

You can create a custom code using BO SDK which will create enterprise user and password.

Refer below code use to create enterprise aliases:

http://www.forumtopics.com/busobj/viewtopic.php?t=158538

This code creates enterprise user with default [password you can change it accordingly.

Hope this will help.