Index Help

Reisishot Login Security

Average rating :
1 2 3 4 5
Rated 4 times

  • Author: reisi007
  • Categories: Plugin
  • Tags: captcha, security , login
  • First revision date: 2018-11-19
  • Latest revision date: 2019-01-22
  • Compatible with: Piwigo releases 2.9, 2.10
  • Downloads: 3449

About: [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!

Related links

  • Github page: source code, bug/request tracker
  • Demo: This is my private homepage, where I integrated this plugin

Revision list

expand/collapse all

Revision 1.0.2 1704 Downloads, Released on 2019-01-22
Download revision 1.0.2

Compatible with: 2.10, 2.9

Tried to improve JS even more

Revision 1.0.1 848 Downloads, Released on 2018-12-29
Revision 1.0 897 Downloads, Released on 2018-11-19
github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact