Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.14 KB

PasswordStage.md

File metadata and controls

19 lines (15 loc) · 1.14 KB

PasswordStage

Properties

Name Type Description Notes
pk UUID [readonly]
name String
component String Get object type so that we know how to edit the object [readonly]
verboseName String Return object's verbose_name [readonly]
verboseNamePlural String Return object's plural verbose_name [readonly]
metaModelName String Return internal model name [readonly]
flowSet [FlowSet] [optional]
backends [BackendsEnum] Selection of backends to test the password against.
configureFlow UUID Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. [optional]
failedAttemptsBeforeCancel Int How many attempts a user has before the flow is canceled. To lock the user out, use a reputation policy and a user_write stage. [optional]

[Back to Model list] [Back to API list] [Back to README]