Add my own authentication method

This example will show you how to create your own authentication method using JSS. It's also possible to implement authentication extensions in .NET.

  1. Select the 'Extensions' panel from the side-bar menu.
  2. Select the 'Extensions' tab at the top of the panel.
  3. Click the 'Add extension' button.
  4. Select 'Javascript (JSS) extension' then 'Authentication' menu item.
  5. In the 'Enable Authenticator' dialog, Click the 'Yes' button to enabled this authenticator.
  6. In the code editor, select 'Code' then 'Simple authentication' menu item.
  7. Then enter your JSS code. The example is shown below.
  8. Click the 'Apply changes' button in the top right of the CompleteFTP Manager.

Now, try to log in using the username 'myuser' and the password 'mypassword', you should be able to log in successfully.