You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether this is the right place to post this query, kindly forgive if it isnt.
Thanks for the great stuff. UF has for sure reduced our work dramatically in developing a user based system.
In our use case, we wish to generate username through code depending on conditions like (availability of unique email id, unique mobile no or concatenated string of username and random characters, in that order) and also generate a random password, instead of using form fields to let the user choose his username / password interactively.
Are there any APIs existing to do this through AJAX as of now?
I noticed that the username availability is done after post in the present product. Wouldnt it be nice to have that too checked through AJAX on field change event?
ditto for email id.
If APIs are not available, could you kindly help in pointing me to some sample code within UF, which can be modified to implement this?
Thanks once again!
Warm regards and gratitude,
Spurgeon
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi,
Greetings!
I'm not sure whether this is the right place to post this query, kindly forgive if it isnt.
Thanks for the great stuff. UF has for sure reduced our work dramatically in developing a user based system.
In our use case, we wish to generate username through code depending on conditions like (availability of unique email id, unique mobile no or concatenated string of username and random characters, in that order) and also generate a random password, instead of using form fields to let the user choose his username / password interactively.
Are there any APIs existing to do this through AJAX as of now?
I noticed that the username availability is done after post in the present product. Wouldnt it be nice to have that too checked through AJAX on field change event?
ditto for email id.
If APIs are not available, could you kindly help in pointing me to some sample code within UF, which can be modified to implement this?
Thanks once again!
Warm regards and gratitude,
Spurgeon
The text was updated successfully, but these errors were encountered: