Back to Плагинs

Reisishot Login Security

captcha security login

Revision 1.0.2

6 years 3 months ago
3,824
(4)
Not compatible with the latest version of Piwigo
Пн 19 Ноябрь 2018 6 years 5 months ago

[Deprecation warning]: I am currently not using Piwigo and therefore stopped supporting this plug-in. Please take the code and update it. Contact me, if you need initial help in taking over this plugin!


This plugin should work with many themes as the recaptcha tag is inserted using Javascript!


Please follow the instructions provided at:
https://github.com/reisi007/Reisishot-Login-Security-for-PIWIGO/blob/master/README.md


In short:
- You need the LocalFiles Editor plugin (https://piwigo.org/ext/extension_view.php?eid=144)
- You must get recaptcha v2 keys for your domain
(https://www.google.com/recaptcha/admin#list)
- You must define three config variables:
The first one changes the function, which verifies the users password
The second one is the 'Website Key' (or similar).
The third and last one is the 'Secret key'.
Please put the two keys inside ' as shown below:

$conf['password_verify'] = 'reisishot_password_verify';
$conf['recaptcha_public'] = 'mypublickey1415';
$conf['recaptcha_secret'] = 'myprivatekey1425';

That's it :D!

PS: URL fopen (http://php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen) must be enabled!

Read more ... Read less

Revisions 4

Ревизия 1.0.2

Released on Вт 22 Январь 2019

1,850

Compatible with Piwigo 2.10, 2.9

6 years 3 months reisi007

Tried to improve JS even more

Ревизия 1.0.1

Released on Сб 29 Декабрь 2018

956

Ревизия 1.0

Released on Пн 19 Ноябрь 2018

1,018