Skip to main contentModule account_status
Source - adopt_deactivations ๐
- Empties the password of every account a foreign column marks deactivated.
- adopt_passwordless ๐
- Restores the sentinel password on accounts an identity provider
authenticates.
- hash_empty ๐
- Whether the accountโs stored password is empty, or
None when it has no
row at all. - migrate_account_status ๐
- Reconciles account states a foreign database keeps outside the password
column.
- restorable ๐
- Reports whether the account reads as deactivated here without the foreign
column marking it so.
- write_password ๐
- Writes one adopted account, tallying it against the rows that could not be
read.