dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix (again) security issue in DBMail driver of password plugin [CVE-2015-21...
Aleksander Machniak
2016-01-21
8ef598b88385cbe9322174c0c63118a082609748
[githubFork/roundcubemail.git]
/
SQL
/
oracle
/
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;