stages

PasswordStage Viewset

post/stages/password/

Request body

namestring required
backendsBackendsEnum[] required

Selection of backends to test the password against.

configure_flowstring uuid nullable

Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage.

failed_attempts_before_cancelinteger

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.

allow_show_passwordboolean

When enabled, provides a 'show password' button with the password input field.

Response

pkstring uuid required
namestring required
componentstring required

Get object type so that we know how to edit the object

verbose_namestring required

Return object's verbose_name

verbose_name_pluralstring required

Return object's plural verbose_name

meta_model_namestring required

Return internal model name

backendsBackendsEnum[] required

Selection of backends to test the password against.

configure_flowstring uuid nullable

Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage.

failed_attempts_before_cancelinteger

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.

allow_show_passwordboolean

When enabled, provides a 'show password' button with the password input field.

Changes

No recorded changes to this endpoint across all 1 revision of this API.