Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change:
1. Description DUO process;
2. Change composer dependency to release version (not dev version).
  • Loading branch information
Pavlo-Lyha authored Jun 15, 2023
1 parent 7f45b9e commit 1bb65aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a Roundcube webmail plugin that enables [Duo Security](https://duo.com)

![image](https://duo.com/assets/img/documentation/duoweb/websdk_network_diagram.png)

It creates an additional page after successful username/password authentication that requires a 2nd Factor of Authentication using Duo Security (push, sms, call, hardware token code).
It redirect to additional page after successful username/password authentication that requires a 2nd Factor of Authentication using Duo Security (push, sms, call, hardware token code).

INSTALLATION
============
Expand All @@ -15,7 +15,7 @@ Run `$ composer update`

Run `$ composer dumpautoload`

Run `$ composer require lmr/duo_auth dev-master`
Run `$ composer require "lmr/duo_auth:^1.0.9"`

CONFIGURATION
=============
Expand Down

0 comments on commit 1bb65aa

Please sign in to comment.