Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

MB Challenge response authentication

Описание

The «MB Challenge response authentication» plugin extends the
default WordPress authentication with a challenge response authentication.
This ensures that passwords during login are no longer stored in the
clear text during the login process.

Via a menu item in the administration you can also set whether the challenge response authentication should be enforced or not. If challenge response authentication is not enforced
the default WordPress authentication is allowed as fallback.
This is the case if a user cannot hash on the client side.

Furthermore, the default WordPress hasher is overridden and PHP native functions like password_hash and password_verify are used.

Credits

Special thanks to the developers of the
bcrypt.js library https://github.com/dcodeIO/bcrypt.js.
The library is used for client-side hashing.

Скриншоты

  • Challenge Response Authentication
  • Backend Menu

Установка

Upload the plugin to your Website, Activate it.
If you like, you can disable the challenge response authentication enforcement
under the settings to not exclude users without JavaScript.
That’s it. You’re done!

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«MB Challenge response authentication» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «MB Challenge response authentication» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0

  • Init Version