Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is currently no configuration user interface for this. The configuration is linked to the Level of Trust and stored in the servicecorelogin_quality_of_registration table. There you can define different QualityOfRegistrationSteps which have to match the documented enum below. In upcoming versions there will be a user interface for this configuration.

Up to

...

v8.

...

3.0

Code Block
public enum QualityOfRegistrationSteps
{
    Dummy, //0
    None, //1
    AutoOrManual, //2
    AutoOrManualAndAhv, //3
}

As of v9.1.

...

0

Code Block
public enum QualityOfRegistrationSteps
{
    Dummy, //0
    None, //1
    AutoOrManual, //2
    AutoOrManualAndAhv, //3
    Auto, //4
    AutoAndAhv //5
}

...