Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9289479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T20:11:24+00:00 2026-06-18T20:11:24+00:00

I am using the FatFractal Javascript SDK, and I have noticed that the login()

  • 0

I am using the FatFractal Javascript SDK, and I have noticed that the login() function succeeds even for usernames that have not been previously registered with my application. I would like to force users to step through a registration process before having access to my app. Is there a way to restrict login access if a username has not been previously registered on my app’s backend?

Edit: Here are some simplified code snippets to help illustrate the problem…

Pertinent variables:

ff = new FatFractal();
var pword = $("#login-input-pw").val();
var uname = $("#login-input-email").val();  

My login function wired to an HTML form:

function login(){
    ff.login(uname,pword,function(user){
        // do stuff (change page, load data, etc.)
    },function(statusCode, responseText){
        $("#loginError").html("Error: " + JSON.parse(responseText).statusMessage + ".");
        $("#login-input-pw").val('');
    });
}

In situations where a username is entered that has not yet been registered with my app, I would expect the ff.login() failure callback function to execute. However, for all new login attempts (obviously, an existing username + incorrect password combo do not work), the success callback function executes, and the user is granted access to the app.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T20:11:25+00:00Added an answer on June 18, 2026 at 8:11 pm

    Out of the box, FatFractal applications allow “auto registration”, which is what you’re seeing here. That allows a simplified flow on your clients, but isn’t always what you want.

    To change the behavior, open your ff-config/application.ffdl file. You should see a line like this, near the top:

    SET ActivateUsersOnReg          true
    

    Change that to false, then redeploy your app, either locally via ffef deploylocal, or to the cloud via ffef deployFFFabric, and you’re good to go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using VS2012, I noticed that a switch that's been working for several years now
Using SSRS 2008 R2 I have a background process that dynamically generates RDL for
Using ember 1.0.0-pre3 I have a little app that has this code: window.App =
Using CRM 4, I have an entity form that contains a tab with an
I am getting an error when calling the grabBagAdd() method using the FatFractal JavaScript
Using getDefinitionByName I am consistently getting the error saying it is not defined (as
Using Trigger.io's barcode api in an application that only contains boilerplate HTML and the
Using this approach I have made my static method calls an Action in the
Using the following as an example (with $db being a previously created database connection
Using SolrNet for querying & faceting. I have a combination of int, tdate and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.