dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added brute-force attack prevention via login rate limit (#1490566)
Aleksander Machniak
2015-11-11
a15d877ba8e12ba6659aad69d63b8b73256144ad
[githubFork/roundcubemail.git]
/
SQL
/
postgres
/
2015111100.sql
1
2
ALTER TABLE "users" ADD failed_login timestamp with time zone DEFAULT NULL;
ALTER TABLE "users" ADD failed_login_counter integer DEFAULT NULL;