BPMspaceUG / liam3_client

0 stars 0 forks source link

Brute force protection in PHP #5

Open bilievskissi opened 4 years ago

bilievskissi commented 4 years ago

https://coderwall.com/p/sauviq/brute-force-protection-in-php

Implement the 2nd solution with “Increasing the block time” block when more then 10 times.

Estimated time: 2 hours.

bilievskissi commented 4 years ago

Done in 2 hours.

Kuhlig commented 4 years ago

ok

Von: bilievskissi notifications@github.com Gesendet: Freitag, 28. Februar 2020 14:49 An: BPMspaceUG/liam3_client liam3_client@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Betreff: [BPMspaceUG/liam3_client] Brute force protection in PHP (#5)

https://coderwall.com/p/sauviq/brute-force-protection-in-php

Implement the 2nd solution with “Increasing the block time” block when more then 10 times.

Estimated time: 2 hours.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BPMspaceUG/liam3_client/issues/5?email_source=notifications&email_token=AD5HDMCKZ2VA4N3M7Y737UTRFEI3JA5CNFSM4K5QTLGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRDXF5A , or unsubscribe https://github.com/notifications/unsubscribe-auth/AD5HDMAWLYYN2CNFNYSEZLTRFEI3JANCNFSM4K5QTLGA . https://github.com/notifications/beacon/AD5HDMCOAQ27E6R4RIODJALRFEI3JA5CNFSM4K5QTLGKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IRDXF5A.gif

bilievskissi commented 4 years ago

php extension apcu needs to be installed and enabled in php.ini in order this to work.