storj/satellite/satellitedb/dbx
Vitalii Shpital b4cec4fd0b satellite/satellitedb: add columns to users table to control failed login attempts
Added failed_login_count and login_lockout_expiration columns to users table to control users failed login attempts.
We want to prevent brute forcing of user login so this is the first step.

Change-Id: I06b0b9f5415a1922e08cd9908893b2fd3c26bca0
2022-04-12 08:37:07 +00:00
..
templates satellite/dbx: standardize on assignment 2020-12-01 16:10:18 +00:00
cockroach.go private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
gen.go ci: fix lint errors 2021-05-17 13:37:31 +00:00
gen.sh private/dbutil: use dbutil and tagsql from storj.io/private 2021-04-23 14:36:52 +03:00
satellitedb.dbx satellite/satellitedb: add columns to users table to control failed login attempts 2022-04-12 08:37:07 +00:00
satellitedb.dbx.go satellite/satellitedb: add columns to users table to control failed login attempts 2022-04-12 08:37:07 +00:00
satellitedb.dbx.pgx.sql satellite/satellitedb: add columns to users table to control failed login attempts 2022-04-12 08:37:07 +00:00
satellitedb.dbx.pgxcockroach.sql satellite/satellitedb: add columns to users table to control failed login attempts 2022-04-12 08:37:07 +00:00