Packages
Function createRegistrationDialog
fcf.Actions->RenderObject createRegistrationDialog()
[Client only] Displays the new user registration dialog
After filling in all the fields, the user is sent an email to the specified e-mail address to confirm the registration
Source file
fcfSimpleAuthorization:Client.js
Namespace
fcf.packages.fcfSimpleAuthorization.Client
Return value:
fcf.Actions->RenderObject
Examples
Example 1
fcf.module({
name: "test.js",
dependencies: ["fcfSimpleAuthorization:Client.js"]
module: (Client)=>{
Client.createRegistrationDialog();
}
});
Result: